summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlessandro Cosentino <cosenal@gmail.com>2012-08-09 14:14:54 -0400
committerAlessandro Cosentino <cosenal@gmail.com>2012-08-09 14:14:54 -0400
commit98614791fb9cc79920405d2e07030a2411dc6f4a (patch)
treea82296f68f59511b5a14fde0876d2c20f4a5c5c4
parent202195c30527a879915d414869c46a0d04522adf (diff)
css file missing in previous commit
-rw-r--r--css/news.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/css/news.css b/css/news.css
index 582ed37df..d33d01e90 100644
--- a/css/news.css
+++ b/css/news.css
@@ -13,6 +13,9 @@ div.add_parentfolder { position: relative; }
li { padding: 0px !important; }
li.feed { position: relative; margin-left: 16px !important; text-align: right; border-radius: 5px; padding-left: 5px !important; background-color: rgb(255,255,255) !important; }
li.feed a { padding: 0 0 0 20px !important; overflow: hidden; text-overflow: ellipsis; text-align: left; width: 65%; }
+li.feed a.nonzero { font-weight: bold; }
+li.feed a.zero { font-weight: normal; }
+
li#selected_feed { background-color: #FF9933 !important; }
li.feed:hover { background-color: rgb(221, 221, 221) !important; }
@@ -22,7 +25,7 @@ li.collapsable_container > ul { margin-bottom: 0.1em; }
div.collapsable { position: relative; border-radius: 5px; }
.collapsable_trigger { border: none ; margin: 0 0 0 5px; padding: 0; border-radius: 0; box-shadow: none; vertical-align: middle !important; background: url('%webroot%/core/img/places/folder.svg') no-repeat; opacity: 1; }
-.collapsable_title { padding-left: 0.2em; text-transform: uppercase; }
+.collapsable_title { padding-left: 0.2em; }
div.collapsable:hover { background-color: rgb(221, 221, 221); }
.feeds_delete { position: absolute; right: 0.1em; background: url('%webroot%/core/img/actions/delete.svg') no-repeat center; display: none; padding: 0; margin: -8px 0 0 0; top: 50%; }