summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2012-08-15 16:02:47 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2012-08-15 16:02:47 +0200
commit97f9920488f5a1a5a92ff6130ea1249cebfcee16 (patch)
treef10a467c7896566836dccb43f5ed63f3ccb2d5ce /css
parent608ed2deb12504596f8556be47292620f1985fc8 (diff)
fixed a bug that would prevent the subscriptionlist to show no unread feeds in the beginning
Diffstat (limited to 'css')
-rw-r--r--css/news.css32
1 files changed, 27 insertions, 5 deletions
diff --git a/css/news.css b/css/news.css
index 677c79361..65b50b022 100644
--- a/css/news.css
+++ b/css/news.css
@@ -114,23 +114,45 @@ div.feed_controls {
/* feed/folder list */
#leftcontent {
width: 21.5em;
- top: 3.5em !important;
- padding: 0 0 3em 0;
margin: 0;
z-index: 0;
+ position: relative;
overflow: hidden;
+ top: 0;
+ bottom: 0;
}
+ #leftcontent h3 {
+ background-color: #DBDBDB;
+ border-bottom: 1px solid #CCCCCC;
+ border-top: 1px solid #D4D4D4;
+ color: #333333;
+ font-weight: bold;
+ display: block;
+ font-size: 1.2em;
+ max-width: 100%;
+ padding: 0 0.8em;
+ text-shadow: 0 1px 0 #F8F8F8;
+ line-height: 2.6em;
+ }
+
#feeds {
clear: both;
background-color: #f8f8f8;
- position: relative;
- overflow: auto;
- height: 100%;
+ position: absolute;
+ top: 3.3em;
+ bottom: 2.8em;
+ left: 0;
+ right: 0;
box-sizing: border-box;
-moz-box-sizing: border-box;
}
+ #feeds ul {
+ height: 100%;
+ overflow: auto;
+ }
+
#feeds li {
padding: 0px !important;
}