From a2cfdccb04612a30626546b1e6b9914d5a5e15fb Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 17 Jan 2007 09:38:50 +0000 Subject: [PATCH] Marker for records gone; indentation used instead. For facets indentation takes place for second line too. The size of topbar + some other sizes measured in em's rather than absolute pixels. Hard coded font sizes gone. The thing appears to scale OK now for variying font-sizes. --- www/demo/css/styles.css | 61 ++++++++++++++++--------------------------- www/demo/page_segments.phpi | 29 ++++++++++---------- 2 files changed, 36 insertions(+), 54 deletions(-) diff --git a/www/demo/css/styles.css b/www/demo/css/styles.css index d2b4279..c0a21b9 100644 --- a/www/demo/css/styles.css +++ b/www/demo/css/styles.css @@ -5,7 +5,7 @@ overflow-y: scroll; html, body { background-color: #5d82b7; color: #002863; -font: 11px verdana, arial, sans-serif; +font: 12px verdana, arial, sans-serif; } div.container { @@ -25,7 +25,7 @@ border: none; div.topbar { background-color: #002863; color: #ffffff; -height: 90px; +height: 6em; position: absolute; left: 0px; top: 0px; @@ -35,15 +35,14 @@ width: 100%; #logo { position: relative; left: 30px; -top: 34px; +top: 24px; } div.topmenu { position: absolute; right: 0px; -top: 64px; +top: 50px; text-align: right; -width: 700px; padding-top: 4px; padding-right: 35px; height: 25px; @@ -51,26 +50,32 @@ height: 25px; div.topmenu a { color: #ffffff; -font: bold 11px verdana, arial, sans-serif; +font: bold verdana, arial, sans-serif; padding-left: 5px; } div.search div { position: absolute; left: 224px; -top: 25px; +top: 18px; } input.search { background-color: #f0f0f0; color: #002863; border: 1px solid #a5acb2; -height: 17px; -line-height: 17px; width: 420px; } +input.button { +background-color: #5d82b7; +color: #ffffff; +border: 2px solid #5d82b7; +font: bold verdana; +} + + div.main { width: 100%; height: 100%; @@ -79,7 +84,7 @@ background-position: top left; background-repeat: repeat-y; color: #002863; position: relative; -top: 90px; +top: 6em; left: 0px; } @@ -104,7 +109,7 @@ div.content { float: right; width: 692px; padding-left: 0px; -padding-right: 35px; /*35px; */ +padding-right: 35px; padding-top: 15px; padding-bottom: 30px; background-color: #ffffff; @@ -113,16 +118,6 @@ height: 100%; } -input.button { -background-color: #5d82b7; -color: #ffffff; -border: none; -line-height: 19px; -height: 19px; -font: bold 11px verdana; -} - - a, a:visited { color: #5d82b7; text-decoration: none; @@ -133,29 +128,16 @@ text-decoration: underline; } div.record { -padding-left: 22px; -background-image: url(../gfx/arrow_right.gif); -background-position: 7px 6px; -background-repeat: no-repeat; +padding-left: 2em; display: block; -line-height: 20px; -margin-bottom: 5px; +line-height: 1.4em; +margin-bottom: 8px; +text-indent: -2em; } a.record { } -div.records a.selected{ -padding-left: 17px; -background-image: url(../gfx/arrow_down.gif); -background-position: 7px 8px; -background-repeat: no-repeat; -font-weight: bold; -line-height: 20px; -background-color: #e7ecf4; -display: block; -} - div.results { float: left; font-weight: bold; @@ -207,7 +189,8 @@ font-weight: bold; div.leftbar a { display: block; -padding-left: 20px; +padding-left: 2.2em; +text-indent: -1em; } a.unselected { diff --git a/www/demo/page_segments.phpi b/www/demo/page_segments.phpi index 93a851f..9b60b81 100644 --- a/www/demo/page_segments.phpi +++ b/www/demo/page_segments.phpi @@ -1,6 +1,6 @@ -