X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=examples%2Fhtdocs%2Fmkws-widget-credo.css;h=4091ee0fd706ecff322cdeeeb644bd5eee47bec4;hb=40ebe86a8b551faa6ec711e5a38e5a2de515ca45;hp=67be904b53679c8361d206870dca68d3a1ed4bab;hpb=2bed384c0cae201ff3e2ee635ea80c9d5138c96e;p=mkws-moved-to-github.git diff --git a/examples/htdocs/mkws-widget-credo.css b/examples/htdocs/mkws-widget-credo.css index 67be904..4091ee0 100644 --- a/examples/htdocs/mkws-widget-credo.css +++ b/examples/htdocs/mkws-widget-credo.css @@ -3,7 +3,7 @@ } .mkwsCredo table { - width: 90%; + width: 100%; border-collapse: collapse; } @@ -44,7 +44,7 @@ background: white; padding: 0.5em 1em; - // Next two are needed to make this area grow to contain floated images. + // Next is needed to make this area grow to contain floated images. // See http://www.quirksmode.org/css/clearing.html overflow: auto; } @@ -68,3 +68,38 @@ text-decoration: none; } +.mkwsCredo hr.divider { + margin: 20px 1%; + border-top: 3px dotted #c0c0c0; + color: #fff; + background-color: #fff; + height: 0; + width: 98%; +} + +.mkwsCredit { + font-size: small; + text-align: right; +} + +.mkwsCredit::before { + content: "Source: "; + font-weight: bold; +} + +.mkwsFacet a { + text-decoration: none; +} + +.mkwsFacet a:hover { + text-decoration: underline; +} + +.mkwsTerm { + clear: both; +} + +.mkwsTerm span { + float: right; +} +