diff options
Diffstat (limited to '')
-rw-r--r-- | themes/default/js/ui/theme/jquery.ui.dialog.css | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/themes/default/js/ui/theme/jquery.ui.dialog.css b/themes/default/js/ui/theme/jquery.ui.dialog.css index 6ebd1cf80..372f703f6 100644 --- a/themes/default/js/ui/theme/jquery.ui.dialog.css +++ b/themes/default/js/ui/theme/jquery.ui.dialog.css @@ -1,14 +1,15 @@ /*! - * jQuery UI Dialog 1.10.1 + * jQuery UI Dialog 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/Dialog#theming + * http://api.jqueryui.com/dialog/#theming */ .ui-dialog { + overflow: hidden; position: absolute; top: 0; left: 0; @@ -31,7 +32,7 @@ position: absolute; right: .3em; top: 50%; - width: 21px; + width: 20px; margin: -10px 0 0 0; padding: 1px; height: 20px; |