summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-09-06 13:01:37 +0100
committerAndrew Dolgov <[email protected]>2005-09-06 13:01:37 +0100
commit27c515c380f4f21ce76e52db1becbebc859c3220 (patch)
treea5f8bcbcf1b4b7261016e26a44aa933efbcf1d4e /tt-rss.css
parent64c620ce4690bcb0af23f95943882bd54165ee13 (diff)
make button borders smaller
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 62eba0ed0..6a39b4b0d 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;
}