Towards default styles for MKWS components.
[mkws-moved-to-github.git] / experiments / spclient / styles.css
index 8e50008..2822e40 100644 (file)
@@ -46,11 +46,19 @@ div.details {
     margin: 4px;
 }
 
+#mkwsSwitch, #mkwsSearch, #mkwsRecords, #mkwsTargets {
+    font-family: Gill Sans, "Gillius ADF", Gillius, GilliusADF, Verdana, Sans-Serif;
+}
+
 #mkwsSwitch {
     padding-bottom: 3px;
     text-align: right;
 }
 
+#mkwsSearch {
+    // nothing to say at this point
+}
+
 #mkwsRecords {
     background-color: #fafafa;
     border-bottom: 1px solid  #156a16;