Follows-up36b8e0e10fwhich claims to revert7bb0c9a01e, but really just made a gigantic mess of the place and managed to somehow partially undo the jQuery UI upgrade to 1.9 (3cb2ccd878) which breaks in all kinds of interesting ways because the stylesheets it added instead are from jQuery UI 1.8 and naturally incompatible. This restores resources/lib/jquery.ui from the mediawiki-core tree at977b5ea0e0(parent of7bb0c9a01e). Change-Id: Ie3bcd8560fe5012ed616fc341e036e8614b5208c
12 lines
No EOL
375 B
CSS
12 lines
No EOL
375 B
CSS
/*!
|
|
* jQuery UI Progressbar 1.9.2
|
|
* http://jqueryui.com
|
|
*
|
|
* Copyright 2012 jQuery Foundation and other contributors
|
|
* Released under the MIT license.
|
|
* http://jquery.org/license
|
|
*
|
|
* http://docs.jquery.com/UI/Progressbar#theming
|
|
*/
|
|
.ui-progressbar { height:2em; text-align: left; overflow: hidden; }
|
|
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; } |