X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;f=www%2Fmasterkey%2Fcss%2Fstyles.css;h=6fdfd5c99bad504a37e68c0eef872bd27431d0d6;hb=e61ca09244f6be0e7e641aec00b2876dfa246d41;hp=4b5a17800df6f2bdbabd248c52c15de316fe6db0;hpb=d183a1a61fbdc4afef17d5fad2c60d7c23ef748e;p=pazpar2-moved-to-github.git diff --git a/www/masterkey/css/styles.css b/www/masterkey/css/styles.css index 4b5a178..6fdfd5c 100755 --- a/www/masterkey/css/styles.css +++ b/www/masterkey/css/styles.css @@ -24,7 +24,7 @@ border: none; strong { color: #31568c; -font-weight: bold; +font-weight: 600; } h2 { @@ -99,12 +99,20 @@ left: 74px; top: 28px; } -div.search div { +div.search div.simple { position: absolute; left: 225px; top: 25px; } +div.search div.advanced { +position: absolute; +right: 249px; +top: 47px; +text-align: right; +} + + input.search { background-color: #ffffff; color: #000000; @@ -115,6 +123,16 @@ width: 500px; margin-top: -1px; } +input.advSearch { +background-color: #ffffff; +color: #000000; +border: 1px solid #a5acb2; +height: 17px; +line-height: 17px; +width: 400px; +margin-top: 5px; +} + div.main { width: 100%; background-color:#f0f0f9; /*changed from #ffffff;*/ @@ -165,6 +183,12 @@ background-color: #ffffff; color: #002863; } +div.motd { +float: right; +width: 754px; +} + + input.button { color: #ffffff; font: bold 11px verdana; @@ -291,6 +315,31 @@ height: 28px; line-height: 28px; } +div#breadcrumb { +border-bottom: 1px solid #e1e5ec; +float: left; +background-color: #f6f6f9; +padding-left: 0px; +padding-right: 0px; +margin-bottom: 10px; +width: inherit; +line-height: 28px; +} + +div#breadcrumb span{ +margin-right: 1px; +margin-left: 5px; +} + +div#breadcrumb a:hover { +text-decoration: line-through; +} + +strong#filter{ +margin-right: -5px; +margin-left: 5px; +} + table { padding: 0px; margin: 0px; @@ -401,7 +450,7 @@ line-height: 13px; } a.sub { -text-indent: 15px; +text-indent: -10px; font-size: 10px; line-height: 13px; }