]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/styles/box.css
Attachments: start using fineuploader.com to upload attachments to messages.
[citadel.git] / webcit / static / styles / box.css
index d76793a0428c23ec20e15429a8f9c51a1e19e4dc..cb150829e42e4659e04e6faf091f53ecf07d8aac 100644 (file)
@@ -5,7 +5,9 @@
        margin: 0;
 }
 
-#content .box { text-align: center }
+#content .box {
+       text-align: center;
+}
 
 .boxlabel, .boxcontent { margin: 0 }
 
 }
 
 .boxlabel {
-       background-color: #FF7814;
-       color: #FFF;
+       background-color: #5C646B;
+       color: #FEFFFC;
        font-weight: 700;
        text-align: center;
        padding: 0;
        border-radius: 8px 8px 0 0;
        -webkit-border-radius: 8px 8px 0 0;
        -moz-border-radius: 8px 8px 0 0;
-       behavior: url(/static/styles/PIE.htc);
 }
 
 .boxcontent {
        text-align: left;
        padding: 5px;
-       background-color: #FFF;
+       background-color: #FEFFFC;
        color: #000;
+       border: 2px solid #5C646B;
        border-radius: 0 0 8px 8px;
        -webkit-border-radius: 0 0 8px 8px;
        -moz-border-radius: 0 0 8px 8px; 
-       behavior: url(/static/styles/PIE.htc);
+       -webkit-box-shadow: #666 0px 1px 2px;
+       -moz-box-shadow: #666 0px 2px 3px;
+       box-shadow: #666 0px 2px 3px;
 }
-