Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2013-03-27 20:19:06 +0400
committerJan-Christoph Borchardt <hey@jancborchardt.net>2013-03-27 20:19:06 +0400
commit6333036a1ac223c002be2576a4118ee583314d59 (patch)
tree8d41aa52f787d0756a9f4179b415a71f1968b44e
parent871bbbba8a7ad620e0b187993802b54ba811480a (diff)
parent73758c1f787d84ed1341050db4df296d65192db4 (diff)
Merge pull request #2599 from owncloud/backport-2515-nav-scrollbar
Backport 2515 nav scrollbar
-rw-r--r--core/css/styles.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/css/styles.css b/core/css/styles.css
index 0725e658965..e7c509e3409 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -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:border-box;
}
#navigation:hover { overflow-y:auto; }
#navigation a {