Move text of Status div down into stylesheet.
[mkws-moved-to-github.git] / 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;