Changeset 1011
- Timestamp:
- 07/31/08 06:02:29 (1 month ago)
- Files:
-
- trunk/chrome/content/dta/manager.xul (modified) (1 diff)
- trunk/chrome/skin/mac/manager.css (modified) (1 diff)
- trunk/chrome/skin/manager/style.css (modified) (1 diff)
- trunk/chrome/skin/unix/manager.css (modified) (1 diff)
- trunk/chrome/skin/win/manager.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/chrome/content/dta/manager.xul
r1009 r1011 121 121 122 122 <deck flex="1" id="mainstack"> 123 <hbox align="center"> 124 <label flex="1" align="center" id="loading"/> 125 </hbox> 123 <vbox align="center"> 124 <spacer flex="1"/> 125 <button id="loading" disabled="true"/> 126 <spacer flex="1"/> 127 </vbox> 126 128 <vbox flex="1"> 127 129 <toolbox chromedir="&locale.dir;"> trunk/chrome/skin/mac/manager.css
r782 r1011 1 1 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); 2 2 3 #loadingimg { 4 list-style-image: url(chrome://global/skin/icons/information-32.png); 5 } trunk/chrome/skin/manager/style.css
r1009 r1011 149 149 150 150 #loading { 151 text-align: center; 152 font-size: x-large; 151 -moz-appearance: none; 152 -moz-user-focus: ignore; 153 border: none !important; 154 min-width: 0; 155 background-color: transparent; 156 color: -moz-dialogText; 157 158 font-size: large; 153 159 font-weight: bold; 160 } 161 162 #loading label { 163 padding-left: 2ex; 154 164 } 155 165 trunk/chrome/skin/unix/manager.css
r969 r1011 10 10 list-style-image: url('chrome://dta/skin/manager/paused-undetermined.png'); 11 11 } 12 13 #loadingimg { 14 list-style-image: url(moz-icon://stock/gtk-dialog-info?size=dnd); 15 } trunk/chrome/skin/win/manager.css
r969 r1011 10 10 list-style-image: url('chrome://dta/skin/manager/paused-autoretry.png'); 11 11 } 12 13 #loading { 14 list-style-image: url(chrome://global/skin/icons/information-32.png); 15 }
