1 /* Copyright (c) 2009 Arnaud Renevier, Inc, published under the modified BSD
4 @import url(common.css);
11 .olControlAttribution {
13 bottom: 1.5em!important;
24 /* for IE (does not understand max-heigth max-width) */
25 _height: expression((this.offsetHeight>this.offsetWidth) ?
26 Math.min(parseInt(this.offsetHeight), 400 ) : true);
27 _width: expression((this.offsetWidth>=this.offsetHeight) ?
28 Math.min(parseInt(this.offsetWidth), 400 ) : true);
32 border: 3px double black;
33 background-color: white;
35 /* for IE (does not understand double borders */
37 _border: 2px solid black;
45 margin: 0px 30% 0px 30%;
48 padding: 18px 0px 12px 0px;
50 background-color: white;