Fixed progress bar text

pull/6/head
Mark McDowall 12 years ago
parent 75090e77bc
commit 6ffb99f84f

@ -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 */

Loading…
Cancel
Save