From 2c1dd701a0ef5b96b0a84fc6f544a9984ec95150 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 21 Aug 2005 12:11:53 +0100 Subject: toolbar mockup --- tt-rss.css | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) (limited to 'tt-rss.css') 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; } -- cgit v1.2.3