You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
536 B
27 lines
536 B
/* dojox.mobile.ProgressBar */ |
|
.mblProgressBar { |
|
position: relative; |
|
.mblProgressBar-styles; |
|
} |
|
.mblProgressBarProgress { |
|
.transition-property(width); |
|
.transition-duration(0.25s); |
|
.mblProgressBarProgress-styles; |
|
} |
|
.mblProgressBarComplete { |
|
.mblProgressBarComplete-styles; |
|
} |
|
.mblProgressBarNotStarted { |
|
border-left: none; |
|
border-right: none; |
|
.mblProgressBarNotStarted-styles; |
|
} |
|
.mblProgressBarMsg { |
|
position: absolute; |
|
top: 0px; |
|
width: 100%; |
|
height: 100%; |
|
text-align: center; |
|
font-size: 12px; |
|
.mblProgressBarMsg-styles; |
|
}
|
|
|