Skip to content

Commit 10fc83d

Browse files
committed
align .ui-progressbar-value's content in the center
1 parent 8d1d7b0 commit 10fc83d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/base/jquery.ui.progressbar.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
* http://docs.jquery.com/UI/Progressbar#theming
99
*/
1010
.ui-progressbar { height:2em; text-align: left; }
11-
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }
11+
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; text-align: center}

0 commit comments

Comments
 (0)