Changeset 122
- Timestamp:
- 2007-02-13 23:19:09 (2 years ago)
- Files:
-
- trunk/chrome/content/dta/addurl.xul (modified) (1 diff)
- trunk/chrome/content/dta/info.js (modified) (2 diffs)
- trunk/chrome/content/dta/info.xul (modified) (1 diff)
- trunk/chrome/content/dta/renamingmask.xul (modified) (1 diff)
- trunk/chrome/skin/add/style.css (modified) (1 diff)
- trunk/chrome/skin/common/style.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/chrome/content/dta/addurl.xul
r94 r122 55 55 </keyset> 56 56 57 <dialogheader id="logo"> 58 <label control="URLaddress" value="&add.value;" /> 59 <spacer flex="1"/> 60 </dialogheader> 57 <dialogheader id="logo" title="&add.value;" /> 61 58 62 59 <description class="header" id="descr">&desc.value; <html:span id="batcheslabel">&desc.batches.value;</html:span></description> trunk/chrome/content/dta/info.js
r108 r122 37 37 $('renaming').value = d.mask; 38 38 $('directory').value = d.originalDirSave; 39 $("image").setAttribute("src", getIcon(d.fileName, 'isMetaLink' in d, 32)); 40 this.item; 39 var caption = document.getAnonymousNodes($("logo"))[0]; 40 caption.style.backgroundImage = 'url(' + getIcon(d.fileName, 'isMetaLink' in d, 32) + ')'; 41 caption.style.paddingLeft = '37px'; 42 this.item = d; 41 43 Dialog.draw(); 42 44 return; … … 117 119 118 120 var c = d.firstChunk; 121 var canvas = this.canvas; 122 119 123 canvas.clearRect(0,0,300,20); 120 124 trunk/chrome/content/dta/info.xul
r61 r122 46 46 </keyset> 47 47 48 <dialogheader id="logo"> 49 <hbox> 50 <image id="image" style="max-height:32px; max-width:32px; display:block; padding-right: 4px;" /> 51 <label value="&info.label;" /> 52 </hbox> 53 <spacer flex="1"/> 54 </dialogheader> 48 <dialogheader id="logo" title="&info.label;" /> 49 55 50 <grid style="padding:5px 10px;"> 56 51 <columns> trunk/chrome/content/dta/renamingmask.xul
r61 r122 35 35 </keyset> 36 36 37 <dialogheader id="logo"> 38 <label control="URLaddress" value="&title;" style="padding-left: 35px; background: url('chrome://dta/skin/select/mask.png') no-repeat left center;" /> 39 <spacer flex="1"/> 40 </dialogheader> 37 <dialogheader id="logo" title="&title;" class="renamingmask" /> 41 38 42 39 <vbox id="renamingbox" style="margin:8px;" > trunk/chrome/skin/add/style.css
r43 r122 6 6 width: 28px; 7 7 } 8 dialogheader label{9 padding-left: 3 5px;10 background : url('chrome://dta/skin/add/add.png') no-repeat left center;8 dialogheader .dialogheader-title { 9 padding-left: 30px !important; 10 background-image: url('chrome://dta/skin/add/add.png') !important; 11 11 } 12 12 textbox[readonly], textbox[readonly] * { trunk/chrome/skin/common/style.css
r92 r122 14 14 height: 42px !important; 15 15 overflow: hidden; 16 padding: 3px !important; 17 padding-left: 7px !important; 18 margin: 0 !important; 16 19 } 17 20 dialogheader#logo label { 18 padding-top: 4px; 21 padding: 0; 22 } 23 dialogheader#logo .dialogheader-title { 24 padding-top: 2px; 19 25 font-weight: bold; 20 26 margin-top: auto; 21 27 margin-bottom: auto; 28 background: transparent left center no-repeat; 29 } 30 dialogheader#logo.renamingmask .dialogheader-title { 31 padding-left: 30px !important; 32 background-image: url('chrome://dta/skin/select/mask.png') !important; 22 33 } 23 34
