Merge "Removing redundant styles for icon-only buttons"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Thu, 18 Jul 2013 21:44:17 +0000 (21:44 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Thu, 18 Jul 2013 21:44:17 +0000 (21:44 +0000)
resources/jquery.ui/themes/vector/jquery.ui.button.css

index 8c834a3..ea14723 100644 (file)
        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;
-}
-button.ui-button-icons-only {
-       width: 3.7em;
-}
 
 /*button text element */
 .ui-button .ui-button-text {