Move text of Status div down into stylesheet.
authorMike Taylor <mike@indexdata.com>
Thu, 27 Jun 2013 14:00:37 +0000 (16:00 +0200)
committerMike Taylor <mike@indexdata.com>
Thu, 27 Jun 2013 14:00:37 +0000 (16:00 +0200)
experiments/spclient/mkwsStyle.css

index b352074..4769c87 100644 (file)
 }
 
 #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;