From: Mike Taylor Date: Wed, 3 Jul 2013 17:17:07 +0000 (+0100) Subject: Replace all remaining #mkwsResults occurrences from stylesheet. X-Git-Tag: 0.9.1~330 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;ds=sidebyside;h=2a2efc6a0b74e1314e687ddbb083a85aa6b0c50d;p=mkws-moved-to-github.git Replace all remaining #mkwsResults occurrences from stylesheet. Output is now correctly styled even in complete absence of this elements. --- diff --git a/experiments/spclient/mkwsStyle.css b/experiments/spclient/mkwsStyle.css index 13be2de..49f3b9f 100644 --- a/experiments/spclient/mkwsStyle.css +++ b/experiments/spclient/mkwsStyle.css @@ -140,13 +140,12 @@ font-weight: bold; } -#mkwsResults div.record, +#mkwsRecords div.record, #mkwsShiftedTermlists div.record { padding: 5px; } -#mkwsResults div.details, -#mkwsShiftedTermlists div.details { +#mkwsRecords div.details { border: 1px solid #404040; background: #e8e8e8; color: darkgray; @@ -159,14 +158,14 @@ -webkit-border-top-right-radius: 10px; } -#mkwsResults div.details th, +#mkwsRecords div.details th, #mkwsShiftedTermlists div.details th { text-align: right; vertical-align: top; padding-right: 0.6em; } -#mkwsResults div.details th:after, +#mkwsRecords div.details th:after, #mkwsShiftedTermlists div.details th:after { content: ":"; }