summaryrefslogtreecommitdiffstats
path: root/core/css
diff options
context:
space:
mode:
authorraghunayyar <me@iraghu.com>2013-01-25 20:39:07 +0530
committerraghunayyar <me@iraghu.com>2013-01-25 20:39:07 +0530
commitaed204d420596aaddeb5dd30163b9a092999c02f (patch)
tree2cabe51781008705a44eaa7b7261f19205f61db9 /core/css
parentf7a0ab7d4f0e9e0538b2c27e9e9616e3409bdab1 (diff)
downloadnextcloud-server-aed204d420596aaddeb5dd30163b9a092999c02f.tar.gz
nextcloud-server-aed204d420596aaddeb5dd30163b9a092999c02f.zip
Defined height for #leftcontent
Diffstat (limited to 'core/css')
-rw-r--r--core/css/styles.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/styles.css b/core/css/styles.css
index 8cc27075b0e..6179df351c7 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -102,7 +102,7 @@ input[type="submit"].enabled { background:#66f866; border:1px solid #5e5; -moz-b
-moz-box-sizing: border-box;
}
/* TODO check if this is better: #content { top:3.5em; left:12.5em; position:absolute; } */
-#leftcontent, .leftcontent { position:fixed; overflow:auto; top:6.4em; width:20em; background:#f8f8f8; border-right:1px solid #ddd; }
+#leftcontent, .leftcontent { position:fixed; overflow:auto; top:6.4em; width:20em; background:#f8f8f8; border-right:1px solid #ddd; height:100%; }
#leftcontent li, .leftcontent li { background:#f8f8f8; padding:.5em .8em; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; -webkit-transition:background-color 200ms; -moz-transition:background-color 200ms; -o-transition:background-color 200ms; transition:background-color 200ms; }
#leftcontent li:hover, #leftcontent li:active, #leftcontent li.active, .leftcontent li:hover, .leftcontent li:active, .leftcontent li.active { background:#eee; }
#leftcontent li.active, .leftcontent li.active { font-weight:bold; }