wiki.techinc.nl/resources/lib/jquery.ui/themes/smoothness/jquery.ui.progressbar.css
Timo Tijhof 7542e6c2e8 Partially undo failed revert of "Update jquery.ui Vector theme to 1.9.2"
Follows-up 36b8e0e10f which claims to revert 7bb0c9a01e, 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 at 977b5ea0e0 (parent of 7bb0c9a01e).

Change-Id: Ie3bcd8560fe5012ed616fc341e036e8614b5208c
2014-07-31 11:22:29 +00:00

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%; }