From ecc14b22894f2c725de0303abbd36d141887d022 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Thu, 27 Jun 2013 16:00:37 +0200 Subject: [PATCH] Move text of Status div down into stylesheet. --- experiments/spclient/mkwsStyle.css | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) 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; -- 1.7.10.4