mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
db1e73e3db
(cherry picked from commit 25ba0e6ef3
)
11 lines
377 B
CSS
11 lines
377 B
CSS
/*
|
|
* jQuery UI Progressbar @VERSION
|
|
*
|
|
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
|
|
* Dual licensed under the MIT or GPL Version 2 licenses.
|
|
* 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%; } |