summaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
authoryvesf <yvesf-git@xapek.org>2010-11-26 19:04:25 +0100
committeryvesf <yvesf-git@xapek.org>2010-11-26 19:04:25 +0100
commit9122cfed447a643a8c383be5558fd82fc3be7cc7 (patch)
treede4711d4bddc99815726356b136926e2d7e9714d /static/style.css
parent06b3f727378323089ee56a24999dd97c87887cc0 (diff)
downloadbooksearch-9122cfed447a643a8c383be5558fd82fc3be7cc7.tar.gz
booksearch-9122cfed447a643a8c383be5558fd82fc3be7cc7.zip
prettify
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css23
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;