vendor/assets/stylesheets/jquery.ui.button.css.erb in jquery-ui-rails-0.2.0 vs vendor/assets/stylesheets/jquery.ui.button.css.erb in jquery-ui-rails-0.2.1
- old
+ new
@@ -1,7 +1,7 @@
/*
- * jQuery UI Button 1.8.17
+ * jQuery UI Button 1.8.18
*
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
@@ -9,10 +9,10 @@
*/
/*
*= require jquery.ui.core
*= require jquery.ui.theme
*/
-.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 { 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-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; }
button.ui-button-icons-only { width: 3.7em; }