X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=tools%2Fhtdocs%2Fmkws.css;h=7369dfea59b3ff8985504cc33488d9740a73fabc;hb=3fd63bd97ed84b54bde2cabe4e519ebc4522ccdd;hp=bf9220a7156af229408921c035d8e2d6968cbdb0;hpb=1f9b2eae8402e9722b78769fd4f3245722b5be7d;p=mkws-moved-to-github.git diff --git a/tools/htdocs/mkws.css b/tools/htdocs/mkws.css index bf9220a..7369dfe 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; } @@ -143,8 +144,7 @@ padding: 5px; } -.mkwsRecords div.details, -.mkwsRecord div.details { +.mkwsDetails { border: 1px solid #404040; background: #e8e8e8; color: black; @@ -157,15 +157,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: ":"; }