]> source.dussan.org Git - jquery-ui.git/commitdiff
Revert "Button: Apply overflow: hidden in all browsers except IE 6,7 to avoid expandi...
authorScott González <scott.gonzalez@gmail.com>
Mon, 19 Mar 2012 13:05:40 +0000 (09:05 -0400)
committerScott González <scott.gonzalez@gmail.com>
Mon, 19 Mar 2012 13:06:38 +0000 (09:06 -0400)
This reverts commit a3a5c65d4dd9eb6be0e8a71d82c3ca86b38ed009.
(cherry picked from commit 99fd8511ed4098a4cbf6c66999ef4df0bd8280be)

themes/base/jquery.ui.button.css

index 2ae50afd11115d76067bd967d18634ff49937c01..0d11065f4de794d5cac37c87e37ef45358913b76 100644 (file)
@@ -7,7 +7,7 @@
  *
  * http://docs.jquery.com/UI/Button#theming
  */
-.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: hidden; *overflow: visible; } /* the overflow property removes extra width in IE */
+.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
 .ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
 button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
 .ui-button-icons-only { width: 3.4em; }