]> matita.cs.unibo.it Git - helm.git/blob - matitaB/matita/matitaweb.css
First attempt at dialog boxes.
[helm.git] / matitaB / matita / matitaweb.css
1 div.dialog {
2         position:absolute;
3         top: 50%;
4         left: 50%;
5         width:400px;
6         height:300px;
7         margin-top: -150px; /*set to a negative number 1/2 of your height*/
8         margin-left: -200px; /*set to a negative number 1/2 of your width*/
9         border: 1px solid #ccc;
10         background-color: #f3f3f3;
11 }
12
13 div.scroll {
14         border: 1px;
15         border-style:solid;
16         height:100%; 
17         width:100%; 
18         overflow:auto;
19 }