From 7f35538890e0a45c70d64a910de9aaccb5a3af09 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Thu, 27 Jun 2013 14:38:54 +0200 Subject: [PATCH] Reorder styles. --- experiments/spclient/mkwsStyle.css | 58 ++++++++++++++++++------------------ 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/experiments/spclient/mkwsStyle.css b/experiments/spclient/mkwsStyle.css index 465e3ee..6aa4d3e 100644 --- a/experiments/spclient/mkwsStyle.css +++ b/experiments/spclient/mkwsStyle.css @@ -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; @@ -49,32 +78,3 @@ 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; -} -- 1.7.10.4