Fixed progress bar text

This commit is contained in:
Mark McDowall 2012-10-11 01:07:57 -07:00
parent 75090e77bc
commit 6ffb99f84f
1 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,7 @@
display: block;
width: 100%;
text-align: center;
line-height: normal;
}
.ui-progressbar-value
@ -35,6 +36,7 @@
position: relative;
font-weight: normal;
color: white;
line-height: normal;
}
/* Set the row height so it won't resize when the progress bar is created */