X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=library%2Fweb%2Fstyle.css;h=bb91002920e94bd593d125ff8abe26c714f4c5db;hb=258e065f81071a861711ef935dca3ec5563f4360;hp=4196aeba5a52a69d1a23a7ccc38500a28470729e;hpb=b459e462a5c3447d0693674253c40bc7385a4f66;p=fanfix.git diff --git a/library/web/style.css b/library/web/style.css index 4196aeb..bb91002 100644 --- a/library/web/style.css +++ b/library/web/style.css @@ -47,13 +47,9 @@ html, body, .main { margin: 10px; } -.error { +.message.error { background-color: #ffdddd; border: 1px solid #dd8888; - clear: left; - border-radius: 5px; - padding: 5px; - margin: 10px; } /* all links and clickable should show a pointer cursor */ @@ -310,13 +306,13 @@ a.viewer.link:hover { display: block; } -.desc .details .col1 { +.desc .details .col.key { font-weight: bold; padding-left: 5px; padding-right: 5px; } -.desc .details .col2 { +.desc .details .col.value { color: #AAA391; }