]> matita.cs.unibo.it Git - helm.git/blob - matitaB/matita/matitaweb.css
Matitaweb: Changes to the file selection dialog box.
[helm.git] / matitaB / matita / matitaweb.css
1 div.dialog {
2         position:absolute;
3         top: 50%;
4         left: 50%;
5         width:450px;
6         height:i500px;
7         margin-top: -250px; /*set to a negative number 1/2 of your height*/
8         margin-left: -225px; /*set to a negative number 1/2 of your width*/
9         border: 1px solid #ccc;
10         padding: 3px;
11         background-color: #f3f3f3;
12 }
13
14 div.diaTitle {
15         display: block;
16         margin-left: auto;
17         margin-right: auto;
18         width: 444px;
19         background-color: #007fff;
20         color: white;
21 }
22
23 input.diaFile {
24         margin-left: 3px;
25         margin-right: auto;
26         width: 370px;
27 }
28
29 div.scroll {
30         display: block;
31         margin-left: auto;
32         margin-right: auto;
33         border: 1px solid #ccc;
34         height:440px; 
35         width:442px; 
36         overflow:auto;
37         background-color: white;
38         color:black;
39 }
40
41 h2 {
42         border: 0px;
43         padding: 1px;
44         display: inline;
45 }