]> matita.cs.unibo.it Git - helm.git/blobdiff - matitaB/matita/matitaweb.css
Matitaweb: Changes to the file selection dialog box.
[helm.git] / matitaB / matita / matitaweb.css
index 5510ab677cb5d7036275ea2c0d73a16b69051d36..f39a09ea1177d7d00688e81b14b4a727cbdbe7e3 100644 (file)
@@ -3,7 +3,7 @@ div.dialog {
        top: 50%;
        left: 50%;
        width:450px;
-       height:500px;
+       height:i500px;
        margin-top: -250px; /*set to a negative number 1/2 of your height*/
        margin-left: -225px; /*set to a negative number 1/2 of your width*/
        border: 1px solid #ccc;
@@ -20,12 +20,18 @@ div.diaTitle {
        color: white;
 }
 
+input.diaFile {
+       margin-left: 3px;
+       margin-right: auto;
+       width: 370px;
+}
+
 div.scroll {
        display: block;
        margin-left: auto;
        margin-right: auto;
        border: 1px solid #ccc;
-       height:470px; 
+       height:440px; 
        width:442px; 
        overflow:auto;
        background-color: white;