]> matita.cs.unibo.it Git - helm.git/blobdiff - matitaB/matita/matitaweb.css
Matitaweb: Some changes in file selection dialogbox.
[helm.git] / matitaB / matita / matitaweb.css
index 55a3cdaa18ab7f9638acd4a57ef1e4f93962e1b4..612c76b5a52704d213d71d5f1eea62a99a8f89e4 100644 (file)
@@ -20,12 +20,26 @@ div.diaTitle {
        color: white;
 }
 
+input.diaFile {
+       margin-left: auto;
+       margin-right: auto;
+       width: 444px;
+}
+
 div.scroll {
-       border: 1px;
-       border-style:solid;
-       height:570px; 
-       width:444px; 
+       display: block;
+       margin-left: auto;
+       margin-right: auto;
+       border: 1px solid #ccc;
+       height:470px; 
+       width:442px; 
        overflow:auto;
        background-color: white;
        color:black;
 }
+
+h2 {
+       border: 0px;
+       padding: 1px;
+       display: inline;
+}