Changeset 5250 for branches/ui-1.6/ui/tests/progressbar.html
- Timestamp:
- 04/11/08 19:56:15 (9 months ago)
- Files:
-
- 1 modified
-
branches/ui-1.6/ui/tests/progressbar.html (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/ui-1.6/ui/tests/progressbar.html
r5224 r5250 51 51 } 52 52 53 54 .ui-hidden { 55 left:-10000px; 56 position:absolute; 57 top:-10000px; 58 visibility:hidden; 59 } 60 61 .ui-progressbar-wrap { 62 position:relative; 63 height: 20px; 64 } 65 53 66 .ui-progressbar-text { 54 color:# FFFFFF;67 color:#fff; 55 68 font-size:11px; 56 69 font-weight:bold; … … 58 71 overflow:hidden; 59 72 padding:0px 5px; 60 position:absolute;61 73 text-align:left; 74 position: absolute; 62 75 } 63 76 … … 67 80 } 68 81 69 .ui-progressbar-inner { 82 .ui-progressbar-text-back { 83 /*background:#E0E8F3 url(images/bg.gif) repeat-x scroll 0%;*/ 84 color:#000; 85 } 86 87 .ui-progressbar-bar { 70 88 background:#9CBFEE url(images/progress-bg.gif) repeat-x scroll left center; 71 89 border-bottom:1px solid #7FA9E4; … … 74 92 height:18px; 75 93 width:0pt; 76 float: left;94 position: absolute; 77 95 } 78 96 … … 154 172 $('#p1').progressbar({ 155 173 156 text: ' <b>Waiting...</b>',174 text: 'Waiting...', 157 175 158 176 //addClass: 'ui-progressbar-inner-custom teste', 159 177 160 textClass: 'right-align',161 162 align: 'right',178 //textClass: 'right-align', 179 180 //align: 'right', 163 181 164 182 wait: 'loop', … … 166 184 duration: 2000, 167 185 168 increment: 5,186 stepping: 5, 169 187 170 188 progress: function(range, ui) { … … 197 215 duration:1000, 198 216 199 increment: 5,217 stepping: 5, 200 218 201 219 progress: function(range, ui) { … … 221 239 duration: 2000, 222 240 223 increment: 30,241 stepping: 30, 224 242 225 243 stop: function(s, ui) {
