Changeset 1016
- Timestamp:
- 07/31/08 07:03:32 (1 month ago)
- Files:
-
- trunk/chrome/content/dta/manager.js (modified) (1 diff)
- trunk/chrome/content/dta/manager.xul (modified) (2 diffs)
- trunk/chrome/skin/manager/style.css (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/chrome/content/dta/manager.js
r1014 r1016 163 163 new Timer("Dialog.saveRunning();", 10000, true); 164 164 165 $(' mainstack').selectedIndex++;165 $('loadingbox').parentNode.removeChild($('loadingbox')); 166 166 }, 167 167 trunk/chrome/content/dta/manager.xul
r1015 r1016 120 120 </popupset> 121 121 122 <deck flex="1" id="mainstack"> 123 <vbox align="center"> 124 <spacer flex="1"/> 125 <button id="loading" disabled="true" label="&loading.label;"/> 126 <spacer flex="1"/> 127 </vbox> 122 <stack flex="1" id="mainstack"> 128 123 <vbox flex="1"> 129 124 <toolbox chromedir="&locale.dir;"> … … 184 179 </tree> 185 180 </vbox> 186 </deck> 181 <vbox align="center" flex="1" id="loadingbox"> 182 <spacer flex="1"/> 183 <button id="loading" disabled="true" label="&loading.label;"/> 184 <spacer flex="1"/> 185 </vbox> 186 </stack> 187 187 188 188 <statusbar id="footer" chromedir="&locale.dir;"> trunk/chrome/skin/manager/style.css
r1011 r1016 148 148 } 149 149 150 #loadingbox { 151 opacity: 0.6; 152 background-color: -moz-Field; 153 } 154 150 155 #loading { 151 156 -moz-appearance: none; … … 154 159 min-width: 0; 155 160 background-color: transparent; 156 color: -moz- dialogText;161 color: -moz-fieldText; 157 162 158 163 font-size: large;
