Move text of Status div down into stylesheet.
[mkws-moved-to-github.git] / experiments / spclient / mkwsStyle.css
index 5702fb1..4769c87 100644 (file)
@@ -2,12 +2,6 @@
     font-family: Gill Sans, "Gillius ADF", Gillius, GilliusADF, Verdana, Sans-Serif;
 }
 
-#mkwsSwitch {
-    float: right;
-    padding-left: 1em;
-    padding-top: 0.4em;
-}
-
 #mkwsLang {
     float: left;
     padding-left: 1em;
     float: right;
 }
 
+#mkwsSwitch {
+    float: right;
+    padding-left: 1em;
+    padding-top: 0.4em;
+}
+
 #mkwsRecords {
     background-color: #fafafa;
     border-bottom: 1px solid  #156a16;
 }
 
 #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;