diff options
author | Joonas Lehtinen <joonas.lehtinen@itmill.com> | 2008-07-03 12:16:57 +0000 |
---|---|---|
committer | Joonas Lehtinen <joonas.lehtinen@itmill.com> | 2008-07-03 12:16:57 +0000 |
commit | a3d44b5fd050639eb2d09f4ce667b44bb006d47c (patch) | |
tree | c6140e6a0662751dd29c4660094ad5068ab0060b | |
parent | 8b1e80f5585c524c2570107ebfe42890174cfb0f (diff) | |
download | vaadin-framework-a3d44b5fd050639eb2d09f4ce667b44bb006d47c.tar.gz vaadin-framework-a3d44b5fd050639eb2d09f4ce667b44bb006d47c.zip |
recompiled styles.css
svn changeset:5025/svn branch:trunk
-rw-r--r-- | WebContent/ITMILL/themes/default/styles.css | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/WebContent/ITMILL/themes/default/styles.css b/WebContent/ITMILL/themes/default/styles.css index 4ce98f04b1..06f9d69672 100644 --- a/WebContent/ITMILL/themes/default/styles.css +++ b/WebContent/ITMILL/themes/default/styles.css @@ -61,8 +61,24 @@ overflow: visible; padding-left: 10px; padding-right: 10px; + width: expression(this.offsetWidth + "px"); } + +/* Error indicator on checkbox fix for IE6 */ +* html .i-checkbox * { display: block; float: left;} +* html .i-checkbox .i-errorindicator {padding-right:4px;} + +/* Error indicator on checkbox fix for IE7 */ +*+ html .i-checkbox * { display: block; float: left;} +*+ html .i-checkbox .i-errorindicator {padding-right:7px;} + +/* Error indicator on button fix for IE7 */ +*+ html button .i-errorindicator { display:inline; padding-right:5px; } + +/* Error indicator on button fix for IE6 */ +* html button .i-errorindicator { display:inline; padding-right:5px;} + /* Disabled by default .i-checkbox-error { |