summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorGregor Tätzner <gregor@freenet.de>2012-07-19 11:58:15 +0200
committerGregor Tätzner <gregor@freenet.de>2012-07-19 11:58:15 +0200
commitc739eebba3f52d828b8b65e77e2964b1d9d022a9 (patch)
treea22b58219dc8e24826777f63938d062e7d7d6857 /css
parente16b5a58003e2eef733fcb5862d4255ccc89ae6e (diff)
Changed itemlist style
Diffstat (limited to 'css')
-rw-r--r--css/news.css16
1 files changed, 13 insertions, 3 deletions
diff --git a/css/news.css b/css/news.css
index 9b53583bf..1795aaedf 100644
--- a/css/news.css
+++ b/css/news.css
@@ -4,7 +4,7 @@
.svg { border: inherit; background: inherit; }
#leftcontent { top: 3.5em !important; padding: 0; margin: 0; }
-#rightcontent { top: 3.5em !important; padding-top: 5px; }
+#rightcontent { top: 3.5em !important; padding-top: 5px; margin-left: 5px; border-left: 1px solid #ccc; }
#feeds { background: #fff; width: 19.7em; left: 12.5em; top: 3.7em; bottom:3em; position: fixed; overflow: auto; padding: 0; margin: 0 0 0 0.3em;}
/* #feeds a { height: 23px; display: block; margin: 0 0 0 0; padding: 0 0 0 25px; } */
#bottomcontrols { padding: 0; bottom:0px; overflow:visible; height:2.8em; width: 20em; margin:0; background:#eee; border-top:1px solid #ccc; position:fixed; -moz-box-shadow: 0 -3px 3px -3px #000; -webkit-box-shadow: 0 -3px 3px -3px #000; box-shadow: 0 -3px 3px -3px #000;}
@@ -20,8 +20,18 @@
ul.controls li { float: left; }
-.accordion .title_unread { background: #DCDCDC; font-size: 12px; border-bottom:1px solid #ccc; font-weight:bold;}
-.accordion .title_read { background: #DCDCDC; font-size: 12px; border-bottom:1px solid #ccc;}
+.title_read + div.body { border-bottom:2px solid #5E5E5E !important; }
+
+.accordion .title_unread, .accordion .title_read {
+ padding-left: 10px;
+ font-size: 12px;
+ border-bottom:1px solid #5E5E5E;
+ border-top:1px solid #5E5E5E;
+ background: linear-gradient(to bottom, #DCDCDC 0%,#EEEEEE 80%);
+ background: -moz-linear-gradient(top, #DCDCDC 0%, #EEEEEE 80%);
+}
+
+.accordion .title_unread { font-weight:bold;}
ul.menu { position: absolute; z-index:100; margin-left: 0.3em;
display: none;