Changeset 2631

Show
Ignore:
Timestamp:
06/23/08 23:05:30 (20 months ago)
Author:
bsmith
Message:

bugzid:79833 - styling indicator with css

Location:
branches/release-40
Files:
1 added
2 modified

Legend:

Unmodified
Added
Removed
  • branches/release-40/default_templates/javascript.mtml

    r2603 r2631  
    495495    } 
    496496    if (el) 
    497         el.innerHTML = '<__trans phrase="Signing in..." escape="js"> <img src="<$mt:StaticWebPath$>images/indicator.white.gif" height="16" width="16" alt="" />'; 
     497        el.innerHTML = '<__trans phrase="Signing in..." escape="js"> <div class="status-indicator">&nbsp;</div>'; 
    498498 
    499499    mtClearUser(); // clear any 'anonymous' user cookie to allow sign in 
  • branches/release-40/mt-static/themes-base/blog.css

    r2059 r2631  
    534534} 
    535535 
     536.status-indicator { 
     537    display: inline; 
     538    height: 20px; 
     539    width: 20px; 
     540    background: url(../images/indicator-login.gif) no-repeat 0 0; 
     541    padding: 2px 7px; 
     542} 
     543 
    536544@media print { 
    537545    * {