summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-09-06 05:14:17 +0100
committerAndrew Dolgov <[email protected]>2005-09-06 05:14:17 +0100
commitac43eba1ab9a352de1b06161f9d23f77d445dce8 (patch)
treee7bd2bd547ca99355594fc02cf3032f2d9a5b691 /tt-rss.css
parent5f89f7803b18d2c66a076bf7c3b9a7221dc3278f (diff)
inputify buttons, store view modes in session cookies, disable headline toolbar initially
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css26
1 files changed, 18 insertions, 8 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 8be48a6b3..62eba0ed0 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -281,16 +281,16 @@ table.prefFeedList tr.title td, table.prefFilterList tr.title td,
background-color : #e0e0ff;
}
-a.disabledButton {
+.disabledButton {
font-family : tahoma, sans-serif;
border : 1px solid #d0d0d0;
- background-color : white;
+ background : white;
color : #909090;
- padding : 2px 10px 2px 10px;
+ padding : 1px 10px 1px 10px;
font-size : small;
}
-a.disabledButton:hover {
+.disabledButton:hover {
background : white;
text-decoration : none;
color : #909090;
@@ -304,16 +304,20 @@ a.disabledButton:hover {
background-repeat : repeat-x;
background-color : white;
color : black;
- padding : 2px 10px 2px 10px;
- font-size : small;
+ padding : 1px 10px 1px 10px;
}
-.button:hover {
+/* .button:hover {
background : white;
text-decoration : none;
color : black;
+} */
+
+a.button {
+ padding : 2px 10px 2px 10px;
}
+
.buttonWarn {
font-family : tahoma, sans-serif;
border : 1px solid #d0d0d0;
@@ -344,7 +348,7 @@ div.errorBox {
background : #f0f0f0;
}
-tr.titleTop, tr.titleBottom {
+tr.titleTop, tr.titleBottom, tr.titleTopBottom {
background : #f0f0f0;
}
@@ -363,7 +367,13 @@ tr.titleBottom td {
border-width : 0px 0px 1px 0px;
border-color : #d0d0d0;
border-style : solid;
+}
+tr.titleTopBottom td {
+ padding : 3px 10px 5px 10px;
+ border-width : 1px 0px 1px 0px;
+ border-color : #d0d0d0;
+ border-style : solid;
}
td.post {