2012-02-27 00:49:51 +00:00
|
|
|
/*!
|
2010-07-14 19:55:54 +00:00
|
|
|
* jQuery UI Progressbar @VERSION
|
2012-07-04 13:08:08 +00:00
|
|
|
* http://jqueryui.com
|
2010-07-14 19:55:54 +00:00
|
|
|
*
|
2012-07-04 13:08:08 +00:00
|
|
|
* Copyright 2012 jQuery Foundation and other contributors
|
2012-08-09 14:13:24 +00:00
|
|
|
* Released under the MIT license.
|
2010-07-14 19:55:54 +00:00
|
|
|
* http://jquery.org/license
|
|
|
|
*
|
|
|
|
* http://docs.jquery.com/UI/Progressbar#theming
|
|
|
|
*/
|
2011-09-27 16:10:17 +00:00
|
|
|
.ui-progressbar { height:2em; text-align: left; overflow: hidden; }
|
2009-01-21 18:12:13 +00:00
|
|
|
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }
|