mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-04-20 03:02:41 -04:00
themes/base/ui.progressbar.css: needs text-align left in IE in case container has other text-align
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/* Progressbar
|
||||
----------------------------------*/
|
||||
.ui-progressbar { height:2em; }
|
||||
.ui-progressbar { height:2em; text-align: left; }
|
||||
.ui-progressbar-value {margin: -1px; height:100%; }
|
||||
Reference in New Issue
Block a user