summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-08-21 17:16:41 +0100
committerAndrew Dolgov <[email protected]>2005-08-21 17:16:41 +0100
commitac53063ab9a0a2a13ea40cafd5e6e2b383976578 (patch)
tree9ce0d3295c76438884f17e9624a209e4ffa64487 /tt-rss.css
parent40d13c283683b15d7a5d40cfcd158dc84c440085 (diff)
basic functionality pass 4
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css26
1 files changed, 22 insertions, 4 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 7b89286e2..058cf05de 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -16,13 +16,17 @@ a:hover {
a.button {
border : 1px solid #d0d0d0;
- background : white;
- color : black;
+ 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 : #f0f0f0;
+ background : white;
text-decoration : none;
}
@@ -48,6 +52,14 @@ table.feeds td.footer {
font-size : small;
}
+table.headlines td.search {
+ font-size : small;
+/* border-width : 0px 0px 1px 0px;
+ border-color : #d0d0d0;
+ border-style : solid;
+ padding-bottom : 3px; */
+}
+
table.headlines td.title {
font-weight : bold;
font-size : large;
@@ -55,6 +67,7 @@ table.headlines td.title {
border-color : #d0d0d0;
border-style : solid;
text-align : right;
+ padding-bottom : 3px;
}
table.headlines td.headlineUpdated {
@@ -62,11 +75,16 @@ table.headlines td.headlineUpdated {
}
+input {
+ border : 1px solid #a0a0a0;
+}
+
table.main td.toolbar {
height : 40px;
- text-align : right;
background : #f0f0f0;
padding-right : 5px;
+ font-size : small;
+ text-align : right;
}
table.main td.header {