]> source.dussan.org Git - nextcloud-server.git/commitdiff
No Scrolling for more than approximately 10 Applications
authoryannickoo <github@yannickoo.de>
Thu, 21 Mar 2013 17:37:23 +0000 (18:37 +0100)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Wed, 27 Mar 2013 16:13:04 +0000 (17:13 +0100)
core/css/styles.css

index 0725e658965e1145c2ce524399417a13b609ad69..4f3ad016c9e17b0da6f5d58a2badd5097d4b7a88 100644 (file)
@@ -242,10 +242,10 @@ fieldset.warning a { color:#b94a48 !important; font-weight:bold; }
 
 /* NAVIGATION ------------------------------------------------------------- */
 #navigation {
-       position:fixed; top:3.5em; float:left; width:64px; padding:0; z-index:75; height:100%;
+       position:fixed; float:left; width:64px; padding-top:3.5em; z-index:75; height:100%;
        background:#383c43 url('../img/noise.png') repeat; border-right:1px #333 solid;
        -moz-box-shadow:0 0 7px #000; -webkit-box-shadow:0 0 7px #000; box-shadow:0 0 7px #000;
-       overflow:hidden;
+       overflow:hidden; box-sizing:border-box; -moz-box-sizing:birder-box;
 }
 #navigation:hover { overflow-y:auto; }
 #navigation a {