]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fixes #1841 (streched, pixellated buttons in IE)
authorMarc Englund <marc.englund@itmill.com>
Thu, 3 Jul 2008 08:26:54 +0000 (08:26 +0000)
committerMarc Englund <marc.englund@itmill.com>
Thu, 3 Jul 2008 08:26:54 +0000 (08:26 +0000)
svn changeset:5012/svn branch:trunk

WebContent/ITMILL/themes/default/button/button.css

index cf9b4ae697528405b0afe9e7132cebe2d00a60b2..19bdb742f50e1762774333a424b1fdf920a53337 100644 (file)
        text-decoration: underline;
 }
 
+/* fixes streched buttons in IE6 */
+* html .i-button {
+       overflow: visible;
+       padding-left: 10px;
+       padding-right: 10px;
+}
+/* fixes streched buttons in IE7 */
+*+html .i-button {
+       overflow: visible;
+       padding-left: 10px;
+       padding-right: 10px;
+}
+
 /* Disabled by default
 .i-checkbox-error {
        background:transparent;