From a8f0713d2b5b84325d49b0017ea52fa79224b78c Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Fri, 9 May 2014 12:58:52 +0100 Subject: [PATCH] mkwsDetails styling made less precise. That class is now recognised in any context and on any element. --- tools/htdocs/mkws.css | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) 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: ":"; } -- 1.7.10.4