diff options
author | Chad Kieffer <chad@2tbsp.com> | 2009-01-12 00:22:55 +0000 |
---|---|---|
committer | Chad Kieffer <chad@2tbsp.com> | 2009-01-12 00:22:55 +0000 |
commit | 88246de0ff0303c2edecb085cd643fb9799e7f23 (patch) | |
tree | f80601b3666767f75bdaacb969a4580535a7a76a /themes/default/css/ui.progressbar.css | |
parent | 65e28bc678b1d9fc0b6af4cb848cfde338b2f01c (diff) |
Add all the files jquery ui needs, including css for each widget. ui.all.css includes calls to the widget css we're currently using. Add new widget css here.
Diffstat (limited to 'themes/default/css/ui.progressbar.css')
-rwxr-xr-x | themes/default/css/ui.progressbar.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/default/css/ui.progressbar.css b/themes/default/css/ui.progressbar.css new file mode 100755 index 00000000..55d477ec --- /dev/null +++ b/themes/default/css/ui.progressbar.css @@ -0,0 +1,4 @@ +/* Progressbar +----------------------------------*/ +.ui-progressbar { height:2em; text-align: left; } +.ui-progressbar-value {margin: -1px; height:100%; }
\ No newline at end of file |