]> source.dussan.org Git - nextcloud-server.git/commitdiff
header now blends beautifully into interface
authorJan-Christoph Borchardt <JanCBorchardt@fsfe.org>
Thu, 28 Jul 2011 21:31:02 +0000 (23:31 +0200)
committerJan-Christoph Borchardt <JanCBorchardt@fsfe.org>
Thu, 28 Jul 2011 21:31:02 +0000 (23:31 +0200)
core/css/styles.css

index 6c07c48b8a6e29950f1fb914fa6d74e1f8998e0a..33c1af4436238123ec0f47c66b9ea62879b636ba 100644 (file)
@@ -24,7 +24,7 @@ form input[type="button"], form input[type="text"] { font-size:0.9em; }
 fieldset { padding:1em; background-color:#f7f7f7; border:1px solid #ddd; max-width:600px; margin:2em 2em 2em 3em; }
 legend { padding:0.5em; font-size:1.2em; }
 
-div.controls { width:100%; margin:0px; background-color:#f7f7f7; border-bottom:1px solid #eee; position:fixed; z-index:100 }
+div.controls { width:100%; margin:0px; background-color:#f7f7f7; border-bottom:1px solid #eee; position:fixed; z-index:0; }
 
 /* LOG IN & INSTALLATION ------------------------------------------------------------ */
 #body-login { width:100%; background-image:none; background-color:#ddd; }
@@ -81,7 +81,7 @@ background: linear-gradient(top, #35537a 0%,#1d2d42 100%); /* W3C */ }
 form.searchbox { display:inline; position:fixed; top:1em; right:10em; margin:0; padding:0; }
 
 /* NAVIGATION ------------------------------------------------------------- */
-#plugins { position:fixed; top:3.5em; float:left; width:15.7em; padding:0; z-index:100; }
+#plugins { position:fixed; top:3.5em; float:left; width:15.7em; padding:0; z-index:0; }
 #plugins ul { list-style-type:none; border-top:1px solid #ccc; }
 #plugins a { display:block; padding:0.5em 0.5em 0.5em 3em; background-position:1.5em center; background-repeat:no-repeat; border-bottom:1px solid #ddd; border-top:1px solid #fff; text-decoration:none; font-size:1.2em; color:#666; }
 #plugins a.active, #plugins a:hover, #plugins a:focus, #plugins a.selected { background-color:#ccc; border-top:1px solid #ccc; border-bottom:1px solid #ccc; color:#000; outline:0; }