2010-10-31 22:02:20 +00:00
|
|
|
/*
|
2011-12-30 06:07:57 +00:00
|
|
|
* jQuery UI Progressbar 1.8.16
|
2010-10-31 22:02:20 +00:00
|
|
|
*
|
2011-12-30 06:07:57 +00:00
|
|
|
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
|
2010-10-31 22:02:20 +00:00
|
|
|
* Dual licensed under the MIT or GPL Version 2 licenses.
|
|
|
|
* http://jquery.org/license
|
|
|
|
*
|
|
|
|
* http://docs.jquery.com/UI/Progressbar#theming
|
|
|
|
*/
|
2010-03-21 03:47:32 +00:00
|
|
|
.ui-progressbar { height:2em; text-align: left; }
|
2011-12-30 06:07:57 +00:00
|
|
|
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }
|