]> source.dussan.org Git - vaadin-framework.git/commitdiff
Subwindows were rendered wrong on ie6, fixes #2382
authorMarc Englund <marc.englund@itmill.com>
Fri, 19 Dec 2008 13:39:12 +0000 (13:39 +0000)
committerMarc Englund <marc.englund@itmill.com>
Fri, 19 Dec 2008 13:39:12 +0000 (13:39 +0000)
svn changeset:6304/svn branch:trunk

WebContent/ITMILL/themes/default/styles.css
WebContent/ITMILL/themes/default/window/window.css

index 3d95bec84750a21048fe514c0fc7cca201f613e0..5e9ab198586b3573015f63b0c16c1f025a7bbd55 100644 (file)
@@ -2533,16 +2533,13 @@ input.i-modified,
        height: 8px;
        margin-left: 9px;
        background: transparent url(window/img/bottom-right.png) no-repeat right top;
-       position: relative;
 }
 
 .i-window-resizebox {
        position: absolute; /* Needed to position the element over ScrollPanel, which is also relatively positioned */
-       display: inline; /* fix IE6 double float margin bug */
        right: 5px;
        width: 10px;
        height: 10px;
-       /*margin-right: 5px;*/
        margin-top: -7px;
        cursor: se-resize;
        background: transparent url(window/img/resize.png);
index 4e9ed4cd1f18c2c4f9691d85f342abda3ac4274f..f597aac5b9014982fdb081b1d121b553ea3b455b 100644 (file)
        height: 8px;
        margin-left: 9px;
        background: transparent url(img/bottom-right.png) no-repeat right top;
-       position: relative;
 }
 
 .i-window-resizebox {
        position: absolute; /* Needed to position the element over ScrollPanel, which is also relatively positioned */
-       display: inline; /* fix IE6 double float margin bug */
        right: 5px;
        width: 10px;
        height: 10px;
-       /*margin-right: 5px;*/
        margin-top: -7px;
        cursor: se-resize;
        background: transparent url(img/resize.png);