X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=mkdru.css;h=806492d001ddc360e202d6cac05628a9226cfcd4;hb=89e003ff9d625d434b6bc80afdbacfe3352e118c;hp=ea64f66fcad7c232f3a69279467211fc09794a35;hpb=af0fd36a81cdfb1dd5fbe480765440a54db8891b;p=mkdru-moved-to-drupal.org.git diff --git a/mkdru.css b/mkdru.css index ea64f66..806492d 100644 --- a/mkdru.css +++ b/mkdru.css @@ -1,5 +1,13 @@ +a.cross { + text-decoration: line-through; +} + +.node-mkdru div { + margin: 1em 0em; +} + .mkdru-search { - text-align:center; + text-align: center; } .mkdru-search input[type='text'] { @@ -11,8 +19,8 @@ } .mkdru-result-list { - margin: 0; - padding: 0; + margin: 0 !important; + padding: 0 !important; } .mkdru-result-list li { @@ -29,7 +37,7 @@ border-width: 1px; } -.mkdru-counts { +.mkdru-status { float: right; } @@ -43,4 +51,4 @@ .mkdru-detail tr.even, tr.odd, tbody th { border-style: none !important; -} \ No newline at end of file +}