Changeset 5553 for branches/ui-1.6/ui/tests/progressbar.html
- Timestamp:
- 05/11/08 19:56:04 (7 months ago)
- Files:
-
- 1 modified
-
branches/ui-1.6/ui/tests/progressbar.html (modified) (9 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/ui-1.6/ui/tests/progressbar.html
r5250 r5553 18 18 <script type="text/javascript" src="../ui.progressbar.js"></script> 19 19 20 <script type="text/javascript" src="../../fx/fx.js"></script>21 <script type="text/javascript" src="../../fx/fx.bounce.js"></script>22 <script type="text/javascript" src="../../fx/fx.scale.js"></script>23 24 <link rel="stylesheet" href="../../themes/flora/flora.all.css" type="text/css" media="screen" title="Flora (Default)" />25 20 <style type="text/css" media="all"> 26 21 … … 29 24 background: #fff; 30 25 font-family: Arial; 31 font-size: 12px;32 26 } 33 27 … … 43 37 } 44 38 39 /* ProgressBar */ 40 45 41 .ui-progressbar { 46 padding: 1px; 47 width: 200px; line-height: 19px; 42 width: 400px; height: 20px; 48 43 border: 1px #ccc solid; 49 44 background:#E0E8F3 url(images/bg.gif) repeat-x scroll 0%; … … 51 46 } 52 47 53 54 .ui-hidden {55 left:-10000px;56 position:absolute;57 top:-10000px;58 visibility:hidden;59 }60 61 48 .ui-progressbar-wrap { 62 position:relative; 63 height: 20px; 64 } 65 66 .ui-progressbar-text { 67 color:#fff; 68 font-size:11px; 69 font-weight:bold; 70 left:0pt; 71 overflow:hidden; 72 padding:0px 5px; 73 text-align:left; 74 position: absolute; 75 } 76 77 .ui-progressbar-text.right-align { 78 text-align: right; 79 padding: 0 5px 0 0; 80 } 81 82 .ui-progressbar-text-back { 83 /*background:#E0E8F3 url(images/bg.gif) repeat-x scroll 0%;*/ 84 color:#000; 49 position: relative; 50 height: auto; 51 width: auto; 52 line-height: 18px; 53 _line-height: 16px; 85 54 } 86 55 … … 90 59 border-right:1px solid #7FA9E4; 91 60 border-top:1px solid #D1E4FD; 92 height:18px;93 width:0pt;94 61 position: absolute; 62 } 63 64 .ui-progressbar-text { 65 color:#fff; 66 overflow: hidden; 67 white-space: nowrap; 68 font-size: 11px; 69 font-weight: bold; 70 padding-left: 5px; 71 } 72 73 .ui-progressbar-text-back { 74 color:#000; 75 padding-top: 1px; 76 padding-bottom: 1px; 77 padding-right: 1px; 95 78 } 96 79 … … 102 85 103 86 /* custom */ 87 .ui-progressbar-text.right-align { 88 text-align: right; 89 padding: 0 5px 0 0; 90 } 104 91 .ui-progressbar-inner-custom { 105 92 background: url(images/custom-bar.gif) repeat-x scroll left center; … … 108 95 border-top:1px solid #BEBEBE; 109 96 height:15px; 97 } 98 99 .ui-hidden { 100 left:-10000px; 101 position:absolute; 102 top:-10000px; 103 visibility:hidden; 110 104 } 111 105 … … 172 166 $('#p1').progressbar({ 173 167 174 text: ' Waiting...',168 text: 'jQuery ProgressBar waiting...', 175 169 176 170 //addClass: 'ui-progressbar-inner-custom teste', … … 184 178 duration: 2000, 185 179 186 stepping: 5,180 stepping: 3, 187 181 188 182 progress: function(range, ui) {
