]> matita.cs.unibo.it Git - helm.git/blobdiff - matitaB/matita/matitaweb.css
More changes to matitaweb dialog boxes.
[helm.git] / matitaB / matita / matitaweb.css
index 91e5b5479ed8458c1fae321b6ea933944200db29..2605df9aa185d6037e6704929dd84d786ae1b5bc 100644 (file)
@@ -7,9 +7,19 @@ div.dialog {
        margin-top: -150px; /*set to a negative number 1/2 of your height*/
        margin-left: -200px; /*set to a negative number 1/2 of your width*/
        border: 1px solid #ccc;
+       padding: 3px;
        background-color: #f3f3f3;
 }
 
+div.diaTitle {
+       display: block;
+       margin-left: auto;
+       margin-right: auto;
+       width: 394px;
+       background-color: #007fff;
+       color: white;
+}
+
 div.scroll {
        border: 1px;
        border-style:solid;