summaryrefslogtreecommitdiffstats
path: root/core/css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-08-13 18:22:31 +0200
committerJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-08-13 18:22:40 +0200
commit6eabee3dfde3a599935b16aef1b108fabae0cdb5 (patch)
tree82a40e1945f71cdfc286f27fcae0dfc7a53d204b /core/css
parent6f37f2917dafc64ecc4619445ecaba9762a88814 (diff)
downloadnextcloud-server-6eabee3dfde3a599935b16aef1b108fabae0cdb5.tar.gz
nextcloud-server-6eabee3dfde3a599935b16aef1b108fabae0cdb5.zip
small CSS changes
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 1088fdc2b09..d1a7515bb81 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -81,7 +81,7 @@ input[type="submit"].highlight{ background:#ffc100; border:1px solid #db0; text-
/* NAVIGATION ------------------------------------------------------------- */
#navigation { position:fixed; top:3.5em; float:left; width:12.5em; padding:0; z-index:75; height:100%; background:#eee; border-right: 1px #ccc solid; -moz-box-shadow: -3px 0 7px #000; -webkit-box-shadow: -3px 0 7px #000; box-shadow: -3px 0 7px #000; }
-#navigation a { display:block; padding:.6em .5em .4em 2.5em; background:#eee 1em center no-repeat; border-bottom:1px solid #ddd; border-top:1px solid #fff; text-decoration:none; font-size:1.2em; color:#666; text-shadow:#f8f8f8 0 1px 0; -webkit-transition:background 500ms; -moz-transition:background 500ms; -o-transition:background 500ms; transition:background 500ms; }
+#navigation a { display:block; padding:.6em .5em .4em 2.5em; background:#eee 1em center no-repeat; border-bottom:1px solid #ddd; border-top:1px solid #fff; text-decoration:none; font-size:1.2em; color:#666; text-shadow:#f8f8f8 0 1px 0; -webkit-transition:background 300ms; -moz-transition:background 300ms; -o-transition:background 300ms; transition:background 300ms; }
#navigation a.active, #navigation a:hover, #navigation a:focus { background-color:#dbdbdb; border-top:1px solid #d4d4d4; border-bottom:1px solid #ccc; color:#333; }
#navigation a.active { background-color:#ddd; }
#navigation #settings { position:absolute; bottom:3.5em; width:100%; }