X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=blobdiff_plain;f=tools%2Fhtdocs%2Fmkws.css;h=cb5f2e76703e8da6cfc1abf819ffb227cce35f01;hp=bf9220a7156af229408921c035d8e2d6968cbdb0;hb=6f7d5a4860ec055c40290325b7c1498cb64ad79c;hpb=1f9b2eae8402e9722b78769fd4f3245722b5be7d diff --git a/tools/htdocs/mkws.css b/tools/htdocs/mkws.css index bf9220a..cb5f2e7 100644 --- a/tools/htdocs/mkws.css +++ b/tools/htdocs/mkws.css @@ -51,7 +51,8 @@ font-size: small; } -.mkwsStat span.head { +.mkwsStat:before { + content: "Status info"; font-weight: bold; } @@ -76,7 +77,7 @@ text-decoration: underline; } -.mkwsNavi a.crossout:hover { +.mkwsNavi a.mkwsRemovable:hover { text-decoration: line-through; } @@ -100,7 +101,7 @@ background: #f0f8ff; } -.mkwsTermlists .title { +.mkwsTermlistsTitle { font-size: large; font-weight: bold; text-transform: uppercase; @@ -110,12 +111,17 @@ background: #d0e0ff; padding: 0.7em; font-size: small; + display: none; border-top-right-radius: 10px; -moz-border-top-right-radius: 10px; -webkit-border-top-right-radius: 10px; } +.mkwsTermlists.active { + display: block; +} + .mkwsFacet { background: #e0f0ff; padding: 0.7em; @@ -126,25 +132,23 @@ -webkit-border-top-right-radius: 10px; } -.mkwsFacet div.term { +.mkwsTerm { clear: both; } -.mkwsFacet div.term span { +.mkwsTerm span { float: right; } -.mkwsFacet div.termtitle { +.mkwsFacetTitle { font-weight: bold; } -.mkwsRecords div.record, -.mkwsRecord div.record { +.mkwsSummary { padding: 5px; } -.mkwsRecords div.details, -.mkwsRecord div.details { +.mkwsDetails { border: 1px solid #404040; background: #e8e8e8; color: black; @@ -157,15 +161,13 @@ -webkit-border-top-right-radius: 10px; } -.mkwsRecords div.details th, -.mkwsRecord div.details th { +.mkwsDetails th { text-align: right; vertical-align: top; padding-right: 0.6em; } -.mkwsRecords div.details th:after, -.mkwsRecord div.details th:after { +.mkwsDetails th:after { content: ":"; } @@ -198,3 +200,19 @@ background: #508751; color: white; } + +.mkwsProgress { + border: 1px solid #c0c0c0; + float: left; + margin-left: 2em; + margin-top: 0.2em; + padding: 0 0.3em; +} + +.mkwsProgress .mkwsDone { color: #005701 } +.mkwsProgress .mkwsWaiting { color: #c0c0c0 } + +.mkwsResults table { + display: inline-table /* only for Firefox! */ +} +