X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matitaB%2Fmatita%2Fmatitaweb.css;h=5510ab677cb5d7036275ea2c0d73a16b69051d36;hb=d8bc6fd4ab18f2995624c75e2889318237e9c17f;hp=91e5b5479ed8458c1fae321b6ea933944200db29;hpb=f2caa495ad67af93b2b5a2b6b54c96745ff5e8a7;p=helm.git diff --git a/matitaB/matita/matitaweb.css b/matitaB/matita/matitaweb.css index 91e5b5479..5510ab677 100644 --- a/matitaB/matita/matitaweb.css +++ b/matitaB/matita/matitaweb.css @@ -2,18 +2,38 @@ div.dialog { position:absolute; top: 50%; left: 50%; - width:400px; - height:300px; - margin-top: -150px; /*set to a negative number 1/2 of your height*/ - margin-left: -200px; /*set to a negative number 1/2 of your width*/ + width:450px; + height:500px; + 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; + padding: 3px; background-color: #f3f3f3; } +div.diaTitle { + display: block; + margin-left: auto; + margin-right: auto; + width: 444px; + background-color: #007fff; + color: white; +} + div.scroll { - border: 1px; - border-style:solid; - height:100%; - width:100%; + 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; }