]> source.dussan.org Git - vaadin-framework.git/commitdiff
Remove the last simple ie6 hacks #7912
authorLeif Åstrand <leif@vaadin.com>
Thu, 1 Dec 2011 13:20:28 +0000 (15:20 +0200)
committerJens Jansson <peppe@vaadin.com>
Thu, 1 Dec 2011 15:16:33 +0000 (17:16 +0200)
WebContent/VAADIN/themes/base/progressindicator/progressindicator.css
WebContent/VAADIN/themes/base/splitpanel/splitpanel.css
WebContent/VAADIN/themes/runo/splitpanel/splitpanel.css

index a9a90c4b067ad1cc10f0a1ec9087d058f5dd4f6d..4037802cf2308cea995498b5cc613e69a68161e0 100644 (file)
@@ -1,21 +1,17 @@
 .v-progressindicator {
-       overflow: hidden; /* for IE6 */
        width: 150px;
 }
 .v-progressindicator-wrapper {
-       overflow: hidden; /* for IE6 */
        height: 7px;
        border: 1px solid #ddd;
 }
 .v-progressindicator-indicator {
        height: 7px;
-       overflow: hidden; /* for IE6 */
        background: #ddd;
 }
 div.v-progressindicator-indeterminate {
        height: 20px;
        width: 20px;
-       overflow: hidden; /* for IE6 */
        background: #fff url(../common/img/ajax-loader-medium.gif) no-repeat 50%;
        border-radius: 4px;
        -webkit-border-radius: 4px;
@@ -31,6 +27,5 @@ div.v-progressindicator-indeterminate {
 div.v-progressindicator-indeterminate-disabled {
        height: 20px;
        width: 20px;
-       overflow: hidden; /* for IE6 */
        background: transparent;
 }
\ No newline at end of file
index c24e2df06bec7d770bdffcf8a42fda88cf39bd33..7831a8d9cedb975a59d2948c4358d6f954d7181e 100644 (file)
@@ -4,11 +4,9 @@
 }
 .v-splitpanel-hsplitter {
        width: 6px;
-       font-size: 1px; /* for IE6 */
 }
 .v-splitpanel-hsplitter div {
        width: 6px;
-       font-size: 1px; /* for IE6 */
        position: absolute;
        top: 0;
        bottom: 0;
 }
 .v-splitpanel-vsplitter {
        height: 6px;
-       font-size: 1px; /* for IE6 */
 }
 .v-splitpanel-vsplitter div {
        height: 6px;
-       font-size: 1px; /* for IE6 */
        background: #ddd;
        cursor: s-resize;
        cursor: row-resize;
index ff46127e161145da9a8bfc01db3b866fdf41f64a..d7851c27e6d7d58f0769a6dd1ec044b54a21e1af 100644 (file)
@@ -6,13 +6,11 @@
 .v-splitpanel-hsplitter,
 .v-splitpanel-hsplitter-locked {
        width: 6px;
-       font-size: 1px; /* for IE6 */
 }
 
 .v-splitpanel-hsplitter div,
 .v-splitpanel-hsplitter-locked div {
        width: 6px;
-       font-size: 1px; /* for IE6 */
        position: absolute;
        top: 0;
        bottom: 0;
 .v-splitpanel-vsplitter,
 .v-splitpanel-vsplitter-locked {
        height: 6px;
-       font-size: 1px; /* for IE6 */
 }
 
 .v-splitpanel-vsplitter div,
 .v-splitpanel-vsplitter-locked div {
        height: 6px;
-       font-size: 1px; /* for IE6 */
        background: #ccd2d0 url(img/bg_ver.png);
        border: 1px solid #b6bbbc;
        margin: -1px 0;