summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-08-21 12:11:53 +0100
committerAndrew Dolgov <[email protected]>2005-08-21 12:11:53 +0100
commit2c1dd701a0ef5b96b0a84fc6f544a9984ec95150 (patch)
tree19e1f8a92565255915a69187bd95ffa8655eef22 /tt-rss.css
parent6f428bc5048a30bb406ab0e896e54d3d81a83e06 (diff)
toolbar mockup
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css21
1 files changed, 20 insertions, 1 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 3f09e2b1b..77e36b073 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -12,14 +12,33 @@ a {
a:hover {
text-decoration : underline;
+}
+
+a.button {
+ border : 1px solid #d0d0d0;
+ background : white;
+ color : black;
+ padding : 5px 10px 5px 10px;
+}
+a.button:hover {
+ background : #f0f0f0;
+ text-decoration : none;
+}
+
+td.toolbar {
+ height : 40px;
+ text-align : right;
+ background : #f0f0f0;
+ padding-right : 5px;
}
td.header {
font-size : 18pt;
background : #f0f0f0;
- height : 100px;
+ height : 50px;
padding-left : 80px;
+ padding-top : 30px;
font-weight : bold;
}