X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=experiments%2Fspclient%2FmkwsStyle.css;h=a05e86c43bc8198ed7ac606a934bfb811e3b39ee;hb=80a184ac5707055704a91c5470c1913160fa45c2;hp=c2fc0d0baf6017156832e011f6fdb53ddf2a95f9;hpb=49255d6cafeb31da51bf207e10200300ea184152;p=mkws-moved-to-github.git diff --git a/experiments/spclient/mkwsStyle.css b/experiments/spclient/mkwsStyle.css index c2fc0d0..a05e86c 100644 --- a/experiments/spclient/mkwsStyle.css +++ b/experiments/spclient/mkwsStyle.css @@ -72,9 +72,10 @@ } #mkwsSearch input#query { - border: 2px inset #34cc67; + border: 2px inset #e0f0ff; padding: 3px; font-size: 12px; + background: #f0f8ff; } #mkwsRecords hr { @@ -90,6 +91,7 @@ #mkwsRecords div#termlist { background: #d0e0ff; padding: 0.7em; + font-size: small; border-top-right-radius: 10px; -moz-border-top-right-radius: 10px; @@ -118,8 +120,8 @@ border: 1px solid #404040; background: #e8e8e8; color: darkgray; - padding: 0px 5px; - margin: 10px 4px; + padding: 5px 10px; + margin: 10px 0px; box-shadow: 10px 10px 5px #808080; border-top-right-radius: 10px; @@ -127,6 +129,16 @@ -webkit-border-top-right-radius: 10px; } +#mkwsRecords div.details th { + text-align: right; + vertical-align: top; + padding-right: 0.6em; +} + +#mkwsRecords div.details th:after { + content: ":"; +} + #mkwsRecords #pager { background: #e0e0e0; padding: 0.3em;