From: Mike Taylor Date: Fri, 9 May 2014 11:58:52 +0000 (+0100) Subject: mkwsDetails styling made less precise. That class is now recognised in X-Git-Tag: 1.0.0~694 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=a8f0713d2b5b84325d49b0017ea52fa79224b78c mkwsDetails styling made less precise. That class is now recognised in any context and on any element. --- diff --git a/tools/htdocs/mkws.css b/tools/htdocs/mkws.css index 8fd2793..d1f2287 100644 --- a/tools/htdocs/mkws.css +++ b/tools/htdocs/mkws.css @@ -143,8 +143,7 @@ padding: 5px; } -.mkwsRecords div.mkwsDetails, -.mkwsRecord div.mkwsDetails { +.mkwsDetails { border: 1px solid #404040; background: #e8e8e8; color: black; @@ -157,15 +156,13 @@ -webkit-border-top-right-radius: 10px; } -.mkwsRecords div.mkwsDetails th, -.mkwsRecord div.mkwsDetails th { +.mkwsDetails th { text-align: right; vertical-align: top; padding-right: 0.6em; } -.mkwsRecords div.mkwsDetails th:after, -.mkwsRecord div.mkwsDetails th:after { +.mkwsDetails th:after { content: ":"; }