diff options
Diffstat (limited to 'static/style.css')
-rw-r--r-- | static/style.css | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/static/style.css b/static/style.css index 0a036ed..5e767e8 100644 --- a/static/style.css +++ b/static/style.css @@ -1,17 +1,14 @@ div#header { font-size: 150%; } - -div#search { - text-align: center; -} - -div#search span.preSearchField { - font-style: italic; +div#header img { + float: left; } -div#content div#navigation { - text-align: center; +div#search { + position: absolute; + top: 40px; + left: 260px; } div#footer { @@ -35,14 +32,18 @@ div.book div.c_frontpage img.frontpage { overflow-y: visible; } +div.book div.c_frontpage div.loader { + display: none; + text-align: center; + padding-top: 100px; +} + div.book div.c_matches, div.book div.description { margin-left: 260px; padding-left: 5px; } - - div.book div.toolbar { background-color: white; border: 1px solid black; |