diff options
author | yvesf <yvesf-git@xapek.org> | 2010-11-22 14:34:55 +0100 |
---|---|---|
committer | yvesf <yvesf-git@xapek.org> | 2010-11-22 14:34:55 +0100 |
commit | af15f2c4a192dea02aab9e519defc68c71763ec4 (patch) | |
tree | 56edbb3964a98d4b172dcf3a1e5c10c9a5323abc /static/style.css | |
parent | f9e1648d011302bc0055737034b01774c58f584a (diff) | |
download | booksearch-af15f2c4a192dea02aab9e519defc68c71763ec4.tar.gz booksearch-af15f2c4a192dea02aab9e519defc68c71763ec4.zip |
jquery ui
Diffstat (limited to 'static/style.css')
-rw-r--r-- | static/style.css | 24 |
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; +} |