From: Wilmer Ricciotti Date: Wed, 22 Jun 2011 12:56:37 +0000 (+0000) Subject: Changes to matitaweb.css (dialog boxes). X-Git-Tag: make_still_working~2410 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=8a6c3860ac7172b623398d4225c38cbce0d9aedc;p=helm.git Changes to matitaweb.css (dialog boxes). --- diff --git a/matitaB/matita/matitaweb.css b/matitaB/matita/matitaweb.css index 2605df9aa..b6487c871 100644 --- a/matitaB/matita/matitaweb.css +++ b/matitaB/matita/matitaweb.css @@ -2,10 +2,10 @@ 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; @@ -23,7 +23,9 @@ div.diaTitle { div.scroll { border: 1px; border-style:solid; - height:100%; - width:100%; + height:570px; + width:394px; overflow:auto; + background-color: white; + color:black; }