aboutsummaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2015-10-28 12:58:01 -0400
committerScott González <scott.gonzalez@gmail.com>2015-10-28 13:00:37 -0400
commit3e9e9d58ec47a4cbb917193bb64f6fc6e6fc2cb9 (patch)
tree701e4cdf1442777806271a813ee6d7a2e1709cdd /themes
parent65f41762499ce3b924e52cfb16a069ffbc36521f (diff)
downloadjquery-ui-3e9e9d58ec47a4cbb917193bb64f6fc6e6fc2cb9.tar.gz
jquery-ui-3e9e9d58ec47a4cbb917193bb64f6fc6e6fc2cb9.zip
Controlgroup: Simplify CSS overrides for spinner
Closes gh-1633
Diffstat (limited to 'themes')
-rw-r--r--themes/base/controlgroup.css9
1 files changed, 2 insertions, 7 deletions
diff --git a/themes/base/controlgroup.css b/themes/base/controlgroup.css
index 481459102..35e442e17 100644
--- a/themes/base/controlgroup.css
+++ b/themes/base/controlgroup.css
@@ -53,16 +53,11 @@
}
/* 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;