From: Mike Taylor Date: Thu, 27 Jun 2013 14:00:37 +0000 (+0200) Subject: Move text of Status div down into stylesheet. X-Git-Tag: 0.9.1~437 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=ecc14b22894f2c725de0303abbd36d141887d022 Move text of Status div down into stylesheet. --- diff --git a/experiments/spclient/mkwsStyle.css b/experiments/spclient/mkwsStyle.css index b352074..4769c87 100644 --- a/experiments/spclient/mkwsStyle.css +++ b/experiments/spclient/mkwsStyle.css @@ -29,10 +29,21 @@ } #mkwsStat { - font-weight: bold; font-size: small; } +#mkwsStat span.head { + font-weight: bold; +} + +#mkwsStat span.clients:before { + content: "Active clients: "; +} + +#mkwsStat span.records:before { + content: "Retrieved records: "; +} + #mkwsSwitch a, #mkwsLang a, #mkwsRecords a { color: #005701; text-decoration: none;