X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=www%2Fjsdemo%2Fstyles.css;h=e6cd2b0b88320d2713bbf35cbd69ce6f03b506ec;hb=8cffdac106e6e103aeda6a21d48b328c46c58418;hp=86da95272d22205d54259dffcca615f4dc99fff0;hpb=8ddac0ccb88c1cbc9cdbf33f07c87b91439d47a8;p=pazpar2-moved-to-github.git diff --git a/www/jsdemo/styles.css b/www/jsdemo/styles.css index 86da952..e6cd2b0 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; } @@ -39,8 +39,8 @@ a.crossout:hover { #heading { - background-color: #34cc67; - border-color: #34cc67; + background-color: #87c9af; + border-top: 1px solid #156a16; color: #ffffff; font-size: large; } @@ -86,11 +86,13 @@ div.details { } #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 { @@ -98,6 +100,7 @@ div.details { } #footer { + padding-top: 4px; color: #74c775; text-align: center; }