Changeset 8093
- Timestamp:
- 04/15/13 18:12:05 (10 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/expressoMail1_2/js/draw_api.js
r8092 r8093 5240 5240 }*/ 5241 5241 }).css({ 5242 "height" : "20px", 5243 "width": (is_webkit ? "205px" : "100px"), 5244 "border-width": "0 0 0px 0px", 5245 "-moz-transform" : "rotate(-180deg) translate(5px, -0.5px) scale(1.1)", 5246 "-webkit-transform" : "rotate(-180deg) translate(0px, 0px)", 5247 "cursor" : "pointer" 5242 "height" : "20px", 5243 // "width": (is_webkit ? "205px" : "100px"), 5244 "width" : "205px", 5245 "margin-right" : (is_mozilla ? "30px" : "0"), 5246 "border-width": "0 0 0px 0px", 5247 "transform" : "rotate(-360deg) translate(5px, -0.5px) scale(1.1)", 5248 "-webkit-transform" : "rotate(-360deg) translate(0px, 0px)" 5248 5249 });/*.end().end().end().*/ 5249 5250 -
trunk/prototype/modules/mail/templates/attachment.ejs
r8092 r8093 12 12 </div> 13 13 <br /> 14 <div class="files-list" style="margin: 5px">14 <div class="files-list"> 15 15 <div class="attachments-list ui-corner-all" style="display:none;"></div> 16 16 </div>
Note: See TracChangeset
for help on using the changeset viewer.