]> matita.cs.unibo.it Git - helm.git/commitdiff
Matitaweb: Changes to the file selection dialog box.
authormatitaweb <claudio.sacerdoticoen@unibo.it>
Thu, 8 Sep 2011 12:44:12 +0000 (12:44 +0000)
committermatitaweb <claudio.sacerdoticoen@unibo.it>
Thu, 8 Sep 2011 12:44:12 +0000 (12:44 +0000)
matitaB/matita/index.html
matitaB/matita/matitaweb.css

index 3f294e908fbfcc627d788782afbf6fdb70206768..143d914884c7ac1cb19aaf01f5641d6f1ae4dcaf 100644 (file)
@@ -66,7 +66,7 @@
   <div class="diaTitle" id="dialogTitle"></div>
   <div class="scroll" id="dialogContent"></div>
   <INPUT class="diaFile" type="text" id="dialogFilename">
-  <INPUT type="button" id="dialogSelect" value="OK" ONCLICK="dialogSelect()">
+  <INPUT type="button" id="dialogSelect" value="OK" ONCLICK="dialogSelect()" style="width:70px">
 </div>
  </body>
  </html> 
index 612c76b5a52704d213d71d5f1eea62a99a8f89e4..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;
@@ -21,9 +21,9 @@ div.diaTitle {
 }
 
 input.diaFile {
-       margin-left: auto;
+       margin-left: 3px;
        margin-right: auto;
-       width: 444px;
+       width: 370px;
 }
 
 div.scroll {
@@ -31,7 +31,7 @@ div.scroll {
        margin-left: auto;
        margin-right: auto;
        border: 1px solid #ccc;
-       height:470px; 
+       height:440px; 
        width:442px; 
        overflow:auto;
        background-color: white;