r3347 committed - added margin-right to buttons to make spacing consistent across browse...

r3347 committed - added margin-right to buttons to make spacing consistent across browse...


Revision: 3347
Author: scottjehl
Date: Thu Oct 1 12:08:42 2009
Log: added margin-right to buttons to make spacing consistent across
browsers (IE otherwise has no space between adjacent buttons).
If anyone feels this is overreaching, please comment! :)
http://code.google.com/p/jquery-ui/source/detail?r=3347
Modified:
/branches/dev/themes/base/ui.button.css
=======================================
--- /branches/dev/themes/base/ui.button.css    Thu Oct 1 12:03:32 2009
+++ /branches/dev/themes/base/ui.button.css    Thu Oct 1 12:08:42 2009
@@ -1,7 +1,7 @@
/* Button
----------------------------------*/
-.ui-button { display: inline-block; position: relative; padding: 0;
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: 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 */