X-Git-Url: https://dev.renevier.net/gitweb.cgi?p=syp.git;a=blobdiff_plain;f=media%2Fsyp.css;h=25be854d3ef2b7bc43f3c4f32c705c9366141aa1;hp=c980d08540d4ea1ca1e6c0749e494291a4552f5d;hb=9acc365249b5e630da6b5cdd23e3a8015f39ddc7;hpb=7282fabcfef34ef95b8c6bd414f34d77037451e1 diff --git a/media/syp.css b/media/syp.css index c980d08..25be854 100644 --- a/media/syp.css +++ b/media/syp.css @@ -10,27 +10,19 @@ .olControlAttribution { left: 3px; - bottom: 1.5em; + bottom: 1.5em!important; + width: 50%; } -.olPopup p { - width: 400px; -} -.olPopup img { - max-height: 400px; - max-width: 400px; - - /* for IE (does not understand max-heigth max-width) */ - _height: expression((this.offsetHeight>this.offsetWidth) ? - Math.min(parseInt(this.offsetHeight), 400 ) : true); - _width: expression((this.offsetWidth>=this.offsetHeight) ? - Math.min(parseInt(this.offsetWidth), 400 ) : true); -} .olPopup { text-align: center; border: 3px double black; background-color: white; } +.olPopup img { + margin: 20px; +} + /* for IE (does not understand double borders */ #popup_contentDiv { _border: 2px solid black;