From: Mike Taylor Date: Fri, 28 Jun 2013 09:08:04 +0000 (+0200) Subject: Styles for record-detail HTML. X-Git-Tag: 0.9.1~423 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=80a184ac5707055704a91c5470c1913160fa45c2;hp=9008e6371666fb371445c5a6c55086a9cc5695b5 Styles for record-detail HTML. --- 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;