summaryrefslogtreecommitdiffstats
path: root/WebContent/ITMILL/themes
diff options
context:
space:
mode:
authorArtur Signell <artur.signell@itmill.com>2008-12-18 13:48:04 +0000
committerArtur Signell <artur.signell@itmill.com>2008-12-18 13:48:04 +0000
commit2bb208005306fab887470399059a35f14da9ad70 (patch)
tree9da0e99131b4f0d9f0040f9184c6c979359c58e9 /WebContent/ITMILL/themes
parentfe195567ac0d902b8589675d5a456a5406cadabe (diff)
downloadvaadin-framework-2bb208005306fab887470399059a35f14da9ad70.tar.gz
vaadin-framework-2bb208005306fab887470399059a35f14da9ad70.zip
Fixed stretching button IE7 issue in IButton instead of using css expression. Should fix #2344
svn changeset:6277/svn branch:trunk
Diffstat (limited to 'WebContent/ITMILL/themes')
-rw-r--r--WebContent/ITMILL/themes/default/button/button.css7
-rw-r--r--WebContent/ITMILL/themes/default/styles.css7
2 files changed, 0 insertions, 14 deletions
diff --git a/WebContent/ITMILL/themes/default/button/button.css b/WebContent/ITMILL/themes/default/button/button.css
index 0d872cf886..d471d699cb 100644
--- a/WebContent/ITMILL/themes/default/button/button.css
+++ b/WebContent/ITMILL/themes/default/button/button.css
@@ -43,15 +43,8 @@
overflow: visible;
padding-left: 10px;
padding-right: 10px;
- width: expression(this.offsetWidth + "px");
}
-/* can't use expression hack in IE7 if lot's of button due
- * performance issues (as often in table). See #2329 */
-*+html .i-table .i-button {
- width: auto;
-}
-
/* Error indicator on checkbox fix for IE6 */
* html .i-checkbox * { display: block; float: left;}
* html .i-checkbox .i-errorindicator {padding-right:4px;}
diff --git a/WebContent/ITMILL/themes/default/styles.css b/WebContent/ITMILL/themes/default/styles.css
index 04a47d06cc..d99a2e6b9d 100644
--- a/WebContent/ITMILL/themes/default/styles.css
+++ b/WebContent/ITMILL/themes/default/styles.css
@@ -93,15 +93,8 @@
overflow: visible;
padding-left: 10px;
padding-right: 10px;
- width: expression(this.offsetWidth + "px");
}
-/* can't use expression hack in IE7 if lot's of button due
- * performance issues (as often in table). See #2329 */
-*+html .i-table .i-button {
- width: auto;
-}
-
/* Error indicator on checkbox fix for IE6 */
* html .i-checkbox * { display: block; float: left;}
* html .i-checkbox .i-errorindicator {padding-right:4px;}