X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=www%2Fjsdemo%2Fstyles.css;h=546cf82ff7bd1676b83f089998ef28bcecb61a87;hb=6f96803134e6d4019136deca25e3800c1b6a2f64;hp=6fb465232aa05b24ad8afa5b4683085d9b58d07d;hpb=ae2e813a1722084a063e90873c03ede549c82dc5;p=pazpar2-moved-to-github.git diff --git a/www/jsdemo/styles.css b/www/jsdemo/styles.css index 6fb4652..546cf82 100644 --- a/www/jsdemo/styles.css +++ b/www/jsdemo/styles.css @@ -1,10 +1,10 @@ html { overflow-y: scroll; + font-size: 12px; } body { font-family: tahoma, arial, sans-serif; - font-size: small; color: #156a16; } @@ -40,7 +40,7 @@ a.crossout:hover { #heading { background-color: #34cc67; - border-color: #34cc67; + border-top: 1px solid #156a16; color: #ffffff; font-size: large; } @@ -75,21 +75,24 @@ div.record { div.details { border: 3px dashed gray; + color: gray; padding: 5px; margin: 4px; } #switchmenu { - padding-bottom: 4px; + padding-bottom: 3px; text-align: right; } #recordview { - background-color: #e0f9d6; + background-color: #fafafa; + border-bottom: 1px solid #156a16; } #targetview { - background-color: #e0f9d6; + background-color: #fafafa; + border-bottom: 1px solid #156a16; } #bytarget { @@ -97,6 +100,7 @@ div.details { } #footer { + padding-top: 4px; color: #74c775; text-align: center; }