Towards default styles for MKWS components.
authorMike Taylor <mike@indexdata.com>
Wed, 19 Jun 2013 13:05:00 +0000 (14:05 +0100)
committerMike Taylor <mike@indexdata.com>
Wed, 19 Jun 2013 13:05:00 +0000 (14:05 +0100)
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;