From: Andrew Dolgov Date: Tue, 6 Sep 2005 12:01:37 +0000 (+0100) Subject: make button borders smaller X-Git-Tag: 1.0.3~27 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=27c515c380f4f21ce76e52db1becbebc859c3220;p=tt-rss.git make button borders smaller --- diff --git a/tt-rss.css b/tt-rss.css index 62eba0ed..6a39b4b0 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -286,7 +286,7 @@ table.prefFeedList tr.title td, table.prefFilterList tr.title td, border : 1px solid #d0d0d0; background : white; color : #909090; - padding : 1px 10px 1px 10px; + padding : 1px 5px 1px 5px; font-size : small; } @@ -304,7 +304,7 @@ table.prefFeedList tr.title td, table.prefFilterList tr.title td, background-repeat : repeat-x; background-color : white; color : black; - padding : 1px 10px 1px 10px; + padding : 1px 5px 1px 5px; } /* .button:hover { @@ -314,7 +314,7 @@ table.prefFeedList tr.title td, table.prefFilterList tr.title td, } */ a.button { - padding : 2px 10px 2px 10px; + padding : 2px 5px 2px 5px; } @@ -326,7 +326,7 @@ a.button { background-repeat : repeat-x; background-color : white; color : black; - padding : 2px 10px 2px 10px; + padding : 2px 5px 2px 5px; font-size : small; }