Use new class mkwsDetails instead of generic old "details".
authorMike Taylor <mike@indexdata.com>
Fri, 9 May 2014 11:56:34 +0000 (12:56 +0100)
committerMike Taylor <mike@indexdata.com>
Fri, 9 May 2014 11:56:34 +0000 (12:56 +0100)
tools/htdocs/mkws.css

index bf9220a..8fd2793 100644 (file)
     padding: 5px;
 }
 
-.mkwsRecords div.details,
-.mkwsRecord div.details {
+.mkwsRecords div.mkwsDetails,
+.mkwsRecord div.mkwsDetails {
     border: 1px solid #404040;
     background: #e8e8e8;
     color: black;
     -webkit-border-top-right-radius: 10px;
 }
 
-.mkwsRecords div.details th,
-.mkwsRecord div.details th {
+.mkwsRecords div.mkwsDetails th,
+.mkwsRecord div.mkwsDetails th {
     text-align: right;
     vertical-align: top;
     padding-right: 0.6em;
 }
 
-.mkwsRecords div.details th:after,
-.mkwsRecord div.details th:after {
+.mkwsRecords div.mkwsDetails th:after,
+.mkwsRecord div.mkwsDetails th:after {
     content: ":";
 }