Merge branch 'master' into subtree
[nikiroo-utils.git] / library / web / style.css
index 4196aeba5a52a69d1a23a7ccc38500a28470729e..bb91002920e94bd593d125ff8abe26c714f4c5db 100644 (file)
@@ -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;
 }