X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=blobdiff_plain;f=tools%2Fhtdocs%2Fmkws.css;h=c21ed172a0468881c19bfc714cda466163c68a8e;hp=f3acc34b3c62ba08f282b351208e1e45285090da;hb=3b37b7798cab326907f2e48223371ff1737b94fb;hpb=e8df44d1b9c6b8854a2f5c09a4862cdd46315f94 diff --git a/tools/htdocs/mkws.css b/tools/htdocs/mkws.css index f3acc34..c21ed17 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; @@ -126,25 +127,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 +156,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: ":"; } @@ -174,27 +171,43 @@ padding: 0.3em; } -.mkwsBytarget table thead tr td { +.mkwsTargets table thead tr td { background-color: #132194; color: white; font-weight: bold; padding: 0.2em 0.5em; } -.mkwsBytarget table tbody tr:nth-child(odd) { +.mkwsTargets table tbody tr:nth-child(odd) { background-color: #e0f0ff; } -.mkwsBytarget table tbody tr:nth-child(even) { +.mkwsTargets table tbody tr:nth-child(even) { background-color: #d0e0ff; } -.mkwsBytarget table tbody tr td { +.mkwsTargets table tbody tr td { padding: 0.2em 0.5em; } -.mkwsSelected { +.mkwsCurrentPage { padding: 0.1em 0.5em; 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! */ +} +