Changeset 1011

Show
Ignore:
Timestamp:
07/31/08 06:02:29 (1 month ago)
Author:
MaierMan
Message:

Info icons

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/chrome/content/dta/manager.xul

    r1009 r1011  
    121121         
    122122        <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> 
    126128                <vbox flex="1">          
    127129                        <toolbox chromedir="&locale.dir;"> 
  • trunk/chrome/skin/mac/manager.css

    r782 r1011  
    11@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); 
    22 
     3#loadingimg { 
     4        list-style-image: url(chrome://global/skin/icons/information-32.png); 
     5} 
  • trunk/chrome/skin/manager/style.css

    r1009 r1011  
    149149 
    150150#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; 
    153159        font-weight: bold; 
     160} 
     161 
     162#loading label { 
     163        padding-left: 2ex; 
    154164} 
    155165 
  • trunk/chrome/skin/unix/manager.css

    r969 r1011  
    1010        list-style-image: url('chrome://dta/skin/manager/paused-undetermined.png'); 
    1111} 
     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  
    1010        list-style-image: url('chrome://dta/skin/manager/paused-autoretry.png'); 
    1111} 
     12 
     13#loading { 
     14        list-style-image: url(chrome://global/skin/icons/information-32.png); 
     15}