diff options
author | Alexander Schmitz <arschmitz@gmail.com> | 2015-08-10 10:31:08 -0400 |
---|---|---|
committer | Alexander Schmitz <arschmitz@gmail.com> | 2015-08-14 10:42:07 -0400 |
commit | caf6f2dc84295878f0a692b540e6f910b2a1d505 (patch) | |
tree | f10d56e3c0880b2c8a1749947df89a6f12828d75 /themes/base | |
parent | 559dc054621ca49cd513a8e8f13b2462e784cae8 (diff) | |
download | jquery-ui-caf6f2dc84295878f0a692b540e6f910b2a1d505.tar.gz jquery-ui-caf6f2dc84295878f0a692b540e6f910b2a1d505.zip |
Spinner: Add padding to input to give consistent visual style
Fixes #13997
Closes #1586
Diffstat (limited to 'themes/base')
-rw-r--r-- | themes/base/spinner.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/base/spinner.css b/themes/base/spinner.css index a7563e6b9..19a0bb7b6 100644 --- a/themes/base/spinner.css +++ b/themes/base/spinner.css @@ -19,7 +19,7 @@ border: none; background: none; color: inherit; - padding: 0; + padding: .222em 0; margin: .2em 0; vertical-align: middle; margin-left: .4em; |