Reorder styles.
authorMike Taylor <mike@indexdata.com>
Thu, 27 Jun 2013 12:38:54 +0000 (14:38 +0200)
committerMike Taylor <mike@indexdata.com>
Thu, 27 Jun 2013 12:38:54 +0000 (14:38 +0200)
experiments/spclient/mkwsStyle.css

index 465e3ee..6aa4d3e 100644 (file)
@@ -1,3 +1,32 @@
+#mkwsLang, #mkwsSwitch, #mkwsSearch, #mkwsRecords, #mkwsTargets, #mkwsStat {
+    font-family: Gill Sans, "Gillius ADF", Gillius, GilliusADF, Verdana, Sans-Serif;
+}
+
+#mkwsSwitch {
+    float: right;
+    padding-left: 1em;
+    padding-top: 0.4em;
+}
+
+#mkwsSearch {
+    float: right;
+}
+
+#mkwsRecords {
+    background-color: #fafafa;
+    border-bottom: 1px solid  #156a16;
+}
+
+#mkwsTargets {
+    background-color: #fafafa;
+    border-bottom: 1px solid  #156a16;
+}
+
+#mkwsStat {
+    font-weight: bold;
+    font-size: small;
+} 
+
 #mkwsSwitch a, #mkwsLang a, #mkwsRecords a {
     color: #005701; 
     text-decoration: none;
     padding: 5px;
     margin: 4px;
 }
-
-#mkwsLang, #mkwsSwitch, #mkwsSearch, #mkwsRecords, #mkwsTargets, #mkwsStat {
-    font-family: Gill Sans, "Gillius ADF", Gillius, GilliusADF, Verdana, Sans-Serif;
-}
-
-#mkwsSwitch {
-    float: right;
-    padding-left: 1em;
-    padding-top: 0.4em;
-}
-
-#mkwsSearch {
-    float: right;
-}
-
-#mkwsRecords {
-    background-color: #fafafa;
-    border-bottom: 1px solid  #156a16;
-}
-
-#mkwsTargets {
-    background-color: #fafafa;
-    border-bottom: 1px solid  #156a16;
-}
-
-#mkwsStat {
-    font-weight: bold;
-    font-size: small;
-}