From: Mike Taylor Date: Thu, 27 Jun 2013 12:38:54 +0000 (+0200) Subject: Reorder styles. X-Git-Tag: 0.9.1~440 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=7f35538890e0a45c70d64a910de9aaccb5a3af09 Reorder styles. --- 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; -}