X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=www%2Fjsdemo%2Fstyles.css;h=546cf82ff7bd1676b83f089998ef28bcecb61a87;hb=dfa042dd189e30b9f74801eab983ba5145b3ac0c;hp=f6f2372fc19a0a1ed04a9cc0f76862e00d92649e;hpb=3241112e39e2a79ecde4b88d739c41598d953c07;p=pazpar2-moved-to-github.git diff --git a/www/jsdemo/styles.css b/www/jsdemo/styles.css index f6f2372..546cf82 100644 --- a/www/jsdemo/styles.css +++ b/www/jsdemo/styles.css @@ -40,7 +40,7 @@ a.crossout:hover { #heading { background-color: #34cc67; - border-color: #34cc67; + 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; }