From af15f2c4a192dea02aab9e519defc68c71763ec4 Mon Sep 17 00:00:00 2001 From: yvesf Date: Mon, 22 Nov 2010 14:34:55 +0100 Subject: jquery ui --- static/style.css | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) (limited to 'static/style.css') 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; +} -- cgit v1.2.1