X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=www%2Fdemo%2Fcss%2Fstyles.css;h=a703ebd0925e243608b3502c48c25bc0ea3c47bc;hb=27d49a953f3c351689fb3a72274b8d1687f32398;hp=c0a21b9a2d8b039661c2abdbb0bd605ee61eb1d1;hpb=a2cfdccb04612a30626546b1e6b9914d5a5e15fb;p=pazpar2-moved-to-github.git diff --git a/www/demo/css/styles.css b/www/demo/css/styles.css index c0a21b9..a703ebd 100644 --- a/www/demo/css/styles.css +++ b/www/demo/css/styles.css @@ -5,7 +5,8 @@ overflow-y: scroll; html, body { background-color: #5d82b7; color: #002863; -font: 12px verdana, arial, sans-serif; +font-family: verdana, arial, sans-serif; +font-size: small; } div.container { @@ -25,7 +26,7 @@ border: none; div.topbar { background-color: #002863; color: #ffffff; -height: 6em; +height: 7em; position: absolute; left: 0px; top: 0px; @@ -41,7 +42,7 @@ top: 24px; div.topmenu { position: absolute; right: 0px; -top: 50px; +top: 40px; text-align: right; padding-top: 4px; padding-right: 35px; @@ -50,7 +51,7 @@ height: 25px; div.topmenu a { color: #ffffff; -font: bold verdana, arial, sans-serif; +font-weight: bold; padding-left: 5px; } @@ -72,7 +73,6 @@ input.button { background-color: #5d82b7; color: #ffffff; border: 2px solid #5d82b7; -font: bold verdana; } @@ -84,7 +84,7 @@ background-position: top left; background-repeat: repeat-y; color: #002863; position: relative; -top: 6em; +top: 7em; left: 0px; } @@ -132,7 +132,14 @@ padding-left: 2em; display: block; line-height: 1.4em; margin-bottom: 8px; +margin-top: 0px; text-indent: -2em; +/* +border-style: none; +border-top-style: solid; +border-width: 1px; +border-color: #f0f0f0; +*/ } a.record { @@ -193,6 +200,12 @@ padding-left: 2.2em; text-indent: -1em; } +div.leftbar div { +display: block; +padding-left: 2.2em; +text-indent: -1em; +} + a.unselected { background-image: url(../gfx/minus.gif); background-position: 0px 2px;