From: Andrew Dolgov Date: Sun, 16 Oct 2005 14:23:06 +0000 (+0100) Subject: move preferences button to toolbar X-Git-Tag: 1.0.7~50 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=a14f82f241b5a0be96add4c95096afa70dd4cbd4;p=tt-rss.git move preferences button to toolbar --- diff --git a/tt-rss.css b/tt-rss.css index 388b2e44..b6486096 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -29,7 +29,7 @@ table.main td.prefsToolbar { border-width : 0px 0px 0px 0px; border-style : solid; border-color : #c0c0c0; - padding : 3px 25px 15px 10px; + padding : 0px 10px 10px 5px; } table.main td.feeds { diff --git a/tt-rss.php b/tt-rss.php index 7dbe9223..b555179d 100644 --- a/tt-rss.php +++ b/tt-rss.php @@ -46,27 +46,6 @@ - - - - - - -
-
- - - - @@ -128,7 +107,12 @@ - + + + + + diff --git a/tt-rss_compact.css b/tt-rss_compact.css index c8507da5..e4255217 100644 --- a/tt-rss_compact.css +++ b/tt-rss_compact.css @@ -233,14 +233,18 @@ a:hover { } #notify { - font-weight : bold; font-size : 10pt; - display : none; - width : 350px; + text-align : right; color : gray; - font-size:8pt; + border-style : solid; + border-width : 0px 0px 1px 1px; + border-color : #c0c0c0; + background-color : white; + padding : 3px; + width : 350px; } + #dispSwitch { text-align : right; padding : 5px 5px 5px 0px;