Sha256: 8cd82da410f6a14706dcc5d7af1f586267f628c30ac8f4385f417bf798baba54
Contents?: true
Size: 550 Bytes
Versions: 4
Compression:
Stored size: 550 Bytes
Contents
/* dojox.mobile.ProgressBar */ .mblProgressBar { position: relative; .mblProgressBar-styles; } .mblProgressBarProgress { -webkit-transition-property: width; -webkit-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; }
Version data entries
4 entries across 4 versions & 1 rubygems