From f5a50b25d6d023050ee7d8524bee1bdf7030057b Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 28 Oct 2005 18:58:20 +0100 Subject: tabbed preferences --- tt-rss_compact.css | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) (limited to 'tt-rss_compact.css') diff --git a/tt-rss_compact.css b/tt-rss_compact.css index 724c28a42..29bf8e3d5 100644 --- a/tt-rss_compact.css +++ b/tt-rss_compact.css @@ -194,6 +194,14 @@ h2 { border-color : #e0e0e0; } +h3 { + font-size : 12pt; + font-weight : bold; + border-width : 0px 0px 1px 0px; + border-style : solid; + border-color : #e0e0e0; +} + hr { border-width : 0px 0px 1px 0px; border-style : dashed; @@ -429,3 +437,39 @@ pre { #qafInput { width : 300px; } + +input.extSearch { + width : 200px; +} + +table.main td.prefsTabs { + padding-left : 15px; +} + +input.prefsTab { + border-width : 1px 1px 0px 1px; + border-color : #c0c0c0; + padding : 2px 7px 2px 7px; + margin : 0px 1px 0px 0px; + width : 150px; + background-image : url("images/vgrad_light_rev2.png"); + background-position : top left; + background-repeat : repeat-x; +} + +input.prefsTabSelected { + border-width : 1px 1px 0px 1px; + border-color : #c0c0c0; + padding : 2px 7px 2px 7px; + margin : 0px 1px 0px 0px; + width : 150px; + background : white; + font-weight : bold; + background-position : top left; + background-repeat : repeat-x; +} + + +input.prefsTab:hover { + background : white; +} -- cgit v1.2.3