]> source.dussan.org Git - nextcloud-server.git/commitdiff
show fixed filecontrols over the filelist that can scroll underneath it
authorRobin Appelman <icewind1991@gmail.com>
Thu, 21 Jul 2011 22:43:35 +0000 (00:43 +0200)
committerRobin Appelman <icewind1991@gmail.com>
Thu, 21 Jul 2011 22:43:35 +0000 (00:43 +0200)
core/css/styles.css

index 2bc2988225095600fbbfc8b2273b832d53810901..b48092a9c07b5a60eeff0f6f7207a0fc1025043d 100644 (file)
@@ -20,7 +20,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 }
+div.controls { width:100%; margin:0px; background-color:#f7f7f7; border-bottom:1px solid #eee; position:fixed; z-index:100 }
 
 /* LOG IN & INSTALLATION ------------------------------------------------------------ */
 #body-login { width:100%; background-image:none; background-color:#ddd; }