mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
themes/base/ui.progressbar.css: needs text-align left in IE in case container has other text-align
This commit is contained in:
parent
b22aa06531
commit
1a8bfae8e8
@ -1,4 +1,4 @@
|
||||
/* Progressbar
|
||||
----------------------------------*/
|
||||
.ui-progressbar { height:2em; }
|
||||
.ui-progressbar { height:2em; text-align: left; }
|
||||
.ui-progressbar-value {margin: -1px; height:100%; }
|
Loading…
Reference in New Issue
Block a user