blob: a8b3d7442565d79e9993f5606411202f0beeb5ad (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/*!
* jQuery UI Progressbar @VERSION
* 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%; }
|