From 80a184ac5707055704a91c5470c1913160fa45c2 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Fri, 28 Jun 2013 11:08:04 +0200 Subject: [PATCH] Styles for record-detail HTML. --- experiments/spclient/mkwsStyle.css | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/experiments/spclient/mkwsStyle.css b/experiments/spclient/mkwsStyle.css index 4136b37..a05e86c 100644 --- a/experiments/spclient/mkwsStyle.css +++ b/experiments/spclient/mkwsStyle.css @@ -120,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; @@ -129,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; -- 1.7.10.4