fix dependencies for generated file ../../src/mkws-templates.js, MKWS-273
[mkws-moved-to-github.git] / tools / htdocs / mkws.css
index b6480af..c21ed17 100644 (file)
     background: #f0f8ff;
 }
 
-.mkwsTermlists .title {
+.mkwsTermlistsTitle {
     font-size: large;
     font-weight: bold;
     text-transform: uppercase;
     -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.mkwsSummary,
-.mkwsRecord div.mkwsSummary {
+.mkwsSummary {
     padding: 5px;
 }
 
     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! */
+}
+