From: Jakub Vrana Date: Fri, 11 Mar 2011 20:38:54 +0000 (+0100) Subject: Style AJAX loader X-Git-Tag: v3.2.1~48 X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=d48c3593e3469b486d9c52bc5f6d7549b17ae01e;p=adminer.git Style AJAX loader --- diff --git a/adminer/static/default.css b/adminer/static/default.css index 76aa335f..54af4121 100644 --- a/adminer/static/default.css +++ b/adminer/static/default.css @@ -44,6 +44,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; } #h1 { color: #777; text-decoration: none; font-style: italic; } #version { font-size: 67%; color: red; } #schema { margin-left: 60px; position: relative; }