From: Mike Taylor Date: Fri, 9 May 2014 11:56:34 +0000 (+0100) Subject: Use new class mkwsDetails instead of generic old "details". X-Git-Tag: 1.0.0~696 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=77ee18098d29245277446db9d5793c994dc21282 Use new class mkwsDetails instead of generic old "details". --- diff --git a/tools/htdocs/mkws.css b/tools/htdocs/mkws.css index bf9220a..8fd2793 100644 --- a/tools/htdocs/mkws.css +++ b/tools/htdocs/mkws.css @@ -143,8 +143,8 @@ padding: 5px; } -.mkwsRecords div.details, -.mkwsRecord div.details { +.mkwsRecords div.mkwsDetails, +.mkwsRecord div.mkwsDetails { border: 1px solid #404040; background: #e8e8e8; color: black; @@ -157,15 +157,15 @@ -webkit-border-top-right-radius: 10px; } -.mkwsRecords div.details th, -.mkwsRecord div.details th { +.mkwsRecords div.mkwsDetails th, +.mkwsRecord div.mkwsDetails th { text-align: right; vertical-align: top; padding-right: 0.6em; } -.mkwsRecords div.details th:after, -.mkwsRecord div.details th:after { +.mkwsRecords div.mkwsDetails th:after, +.mkwsRecord div.mkwsDetails th:after { content: ":"; }