summaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
authoryvesf <yvesf-git@xapek.org>2010-11-22 14:34:55 +0100
committeryvesf <yvesf-git@xapek.org>2010-11-22 14:34:55 +0100
commitaf15f2c4a192dea02aab9e519defc68c71763ec4 (patch)
tree56edbb3964a98d4b172dcf3a1e5c10c9a5323abc /static/style.css
parentf9e1648d011302bc0055737034b01774c58f584a (diff)
downloadbooksearch-af15f2c4a192dea02aab9e519defc68c71763ec4.tar.gz
booksearch-af15f2c4a192dea02aab9e519defc68c71763ec4.zip
jquery ui
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css24
1 files changed, 23 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css
index 15365f6..dec9982 100644
--- a/static/style.css
+++ b/static/style.css
@@ -1,6 +1,5 @@
div#header {
font-size: 150%;
-b
}
div#search {
@@ -19,3 +18,26 @@ div#footer {
left: 0px;
right: 0px;
}
+
+div.book {
+}
+
+div.book img.frontpage {
+ width: 260px;
+ height: 390px;
+ border: 1px solid gray;
+ float: left;
+}
+
+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;
+}