diff options
author | Richard Worth <rdworth@gmail.com> | 2008-12-13 13:31:27 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2008-12-13 13:31:27 +0000 |
commit | 1a8bfae8e8844fe22094e6082651e15e23ce381b (patch) | |
tree | 10a3faa71854fd8630dc30d3842243c1bdca8181 /themes/base | |
parent | b22aa06531a8333b926efe623db7ae4029912e34 (diff) | |
download | jquery-ui-1a8bfae8e8844fe22094e6082651e15e23ce381b.tar.gz jquery-ui-1a8bfae8e8844fe22094e6082651e15e23ce381b.zip |
themes/base/ui.progressbar.css: needs text-align left in IE in case container has other text-align
Diffstat (limited to 'themes/base')
-rw-r--r-- | themes/base/ui.progressbar.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/base/ui.progressbar.css b/themes/base/ui.progressbar.css index 8ce0ed6ce..55d477ec0 100644 --- a/themes/base/ui.progressbar.css +++ b/themes/base/ui.progressbar.css @@ -1,4 +1,4 @@ /* Progressbar ----------------------------------*/ -.ui-progressbar { height:2em; } +.ui-progressbar { height:2em; text-align: left; } .ui-progressbar-value {margin: -1px; height:100%; }
\ No newline at end of file |