diff options
Diffstat (limited to 'themes/default/js/ui/theme/jquery.ui.spinner.css')
-rw-r--r-- | themes/default/js/ui/theme/jquery.ui.spinner.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/themes/default/js/ui/theme/jquery.ui.spinner.css b/themes/default/js/ui/theme/jquery.ui.spinner.css index 1a298a472..efcaa79e5 100644 --- a/themes/default/js/ui/theme/jquery.ui.spinner.css +++ b/themes/default/js/ui/theme/jquery.ui.spinner.css @@ -1,12 +1,12 @@ /*! - * jQuery UI Spinner 1.10.1 + * jQuery UI Spinner 1.10.4 * http://jqueryui.com * - * Copyright 2013 jQuery Foundation and other contributors + * Copyright 2014 jQuery Foundation and other contributors * Released under the MIT license. * http://jquery.org/license * - * http://docs.jquery.com/UI/Spinner#theming + * http://api.jqueryui.com/spinner/#theming */ .ui-spinner { position: relative; @@ -38,13 +38,13 @@ overflow: hidden; right: 0; } -/* more specificity required here to overide default borders */ +/* more specificity required here to override default borders */ .ui-spinner a.ui-spinner-button { border-top: none; border-bottom: none; border-right: none; } -/* vertical centre icon */ +/* vertically center icon */ .ui-spinner .ui-icon { position: absolute; margin-top: -8px; |