]> git.joonet.de Git - adminer.git/commitdiff
Display loader above menu
authorJakub Vrana <jakub@vrana.cz>
Thu, 24 Mar 2011 10:07:17 +0000 (11:07 +0100)
committerJakub Vrana <jakub@vrana.cz>
Thu, 24 Mar 2011 10:07:17 +0000 (11:07 +0100)
adminer/static/default.css

index 52f2f3f413462d550e818727dbf696e930ea8cc3..9b522e99e1ba50cbeb20fe812a5681137c17dddd 100644 (file)
@@ -45,7 +45,7 @@ pre { margin: 1em 0 0; }
 #content { margin: 2em 0 0 21em; padding: 10px 20px 20px 0; }
 #lang { position: absolute; top: 0; left: 0; line-height: 1.8em; padding: .3em 1em; }
 #breadcrumb { white-space: nowrap; position: absolute; top: 0; left: 21em; background: #eee; height: 2em; line-height: 1.8em; padding: 0 1em; margin: 0 0 0 -18px; }
-#loader { position: fixed; top: 0; left: 18em; }
+#loader { position: fixed; top: 0; left: 18em; z-index: 1; }
 #h1 { color: #777; text-decoration: none; font-style: italic; }
 #version { font-size: 67%; color: red; }
 #schema { margin-left: 60px; position: relative; }