]> source.dussan.org Git - jquery-ui.git/commitdiff
Controlgroup: Simplify CSS overrides for spinner
authorScott González <scott.gonzalez@gmail.com>
Wed, 28 Oct 2015 16:58:01 +0000 (12:58 -0400)
committerScott González <scott.gonzalez@gmail.com>
Wed, 28 Oct 2015 17:00:37 +0000 (13:00 -0400)
Closes gh-1633

themes/base/controlgroup.css

index 481459102582750fbe1be4340552cd6c44a78824..35e442e174bf2e6dfd139a698cf82329d523c0cb 100644 (file)
 }
 
 /* Spinner specific style fixes */
-.ui-controlgroup-vertical .ui-spinner {
-       padding-right: .4em;
-}
 .ui-controlgroup-vertical .ui-spinner-input {
-       margin: .4em;
-       padding: 0;
 
        /* Support: IE8 only, Android < 4.4 only */
-       width: 85%;
-       width: calc( 100% - 22px );
+       width: 75%;
+       width: calc( 100% - 2.4em );
 }
 .ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
        border-top-style: solid;