Style new MKWS-specific class mkwsSummary instead of old generic "record".
[mkws-moved-to-github.git] / tools / htdocs / mkws.css
index bf9220a..b6480af 100644 (file)
@@ -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;
 }
 
     font-weight: bold;
 }
 
-.mkwsRecords div.record,
-.mkwsRecord div.record {
+.mkwsRecords div.mkwsSummary,
+.mkwsRecord div.mkwsSummary {
     padding: 5px;
 }
 
-.mkwsRecords div.details,
-.mkwsRecord div.details {
+.mkwsDetails {
     border: 1px solid #404040;
     background: #e8e8e8;
     color: black;
     -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: ":";
 }