summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-08-22 05:56:40 +0100
committerAndrew Dolgov <[email protected]>2005-08-22 05:56:40 +0100
commit331900c642bbea3f8b7e242975fae4cfec459433 (patch)
tree0274646a70639a2cff5fdec9cfa5ac8c1fb6acbd /tt-rss.css
parent857a92708b77c3d570f4ec97936de6c19900abd6 (diff)
basic functionality pass 10
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css44
1 files changed, 26 insertions, 18 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 4bde18858..38187380e 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -32,22 +32,6 @@ a:hover {
color : #5050aa;
}
-a.button {
- border : 1px solid #d0d0d0;
- background-image : url("button.png");
- background-position : top;
- background-repeat : repeat-x;
- background-color : white;
- color : black;
- padding : 2px 10px 2px 10px;
- font-size : small;
-}
-
-a.button:hover {
- background : white;
- text-decoration : none;
-}
-
table.feedOverview {
margin : 5px;
border : 1px solid #c0c0c0;
@@ -112,7 +96,7 @@ table.main td.toolbar {
font-weight : bold;
border : 1px solid #c0c0c0;
font-size : small;
- display : block;
+ display : none;
background : white;
-moz-border-radius : 5px;
padding : 3px 10px 3px 10px;
@@ -149,12 +133,18 @@ table.main td.headlines {
overflow : scroll;
}
+table.main td.prefContent {
+ padding : 10px;
+ border-width : 1px 0px 0px 0px;
+ border-color : #c0c0c0;
+ border-style : solid;
+}
+
table.main td.content {
padding : 10px;
border-width : 1px 0px 0px 0px;
border-color : #c0c0c0;
border-style : solid;
- overflow : scroll;
}
td.content a {
@@ -240,3 +230,21 @@ table.prefFeedList tr.title td {
background-color : #c0c0c0;
}
+a.button {
+ border : 1px solid #d0d0d0;
+ background-image : url("button.png");
+ background-position : top;
+ background-repeat : repeat-x;
+ background-color : white;
+ color : black;
+ padding : 2px 10px 2px 10px;
+ font-size : small;
+}
+
+a.button:hover {
+ background : white;
+ text-decoration : none;
+ color : black;
+}
+
+