summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-08-11 17:28:04 +0100
committerAndrew Dolgov <[email protected]>2007-08-11 17:28:04 +0100
commit5f014cf1a70f6bd98626601098f437731f65430e (patch)
treee26e1b21e11a8d7ed423e5100d8d0482204361b4 /tt-rss.css
parent019bd5a951f386e55350be22ff2a18dcd60f04ed (diff)
load scriptaculous in prefs.php
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css16
1 files changed, 11 insertions, 5 deletions
diff --git a/tt-rss.css b/tt-rss.css
index a0ef19ce9..c7b3048ec 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -56,6 +56,13 @@ div.postReply div.postIcon {
margin : 10px 0px 10px 10px;
}
+div.postReply img.tagsPic {
+ width : 16px;
+ height : 16px;
+ vertical-align : middle;
+}
+
+
ul.feedList {
list-style-type : none;
margin : 5px;
@@ -936,27 +943,26 @@ div.cdmFooter span.s0 {
border-width : 0px 1px 0px 0px;
border-color : #c0c0c0;
border-style : dotted;
- padding : 0px 10px 0px 0px;
+ padding : 0px 5px 0px 0px;
}
div.cdmFooter span.s1 {
border-width : 0px 1px 0px 0px;
border-color : #c0c0c0;
border-style : dotted;
- padding : 0px 10px 0px 10px;
+ padding : 0px 5px 0px 5px;
}
div.cdmFooter span.s2 {
- padding : 0px 10px 0px 10px;
+ padding : 0px 5px 0px 5px;
}
-div.cdmFooter img.markedPic {
+div.cdmFooter img.markedPic, div.cdmFooter img.tagsPic {
width : 16px;
height : 16px;
vertical-align : middle;
}
-
div.cdmHeader div.articleUpdated {
float : right;
}