Changeset 2631
- Timestamp:
- 06/23/08 23:05:30 (20 months ago)
- Location:
- branches/release-40
- Files:
-
- 1 added
- 2 modified
-
default_templates/javascript.mtml (modified) (1 diff)
-
mt-static/images/indicator-login.gif (added)
-
mt-static/themes-base/blog.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-40/default_templates/javascript.mtml
r2603 r2631 495 495 } 496 496 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"> </div>'; 498 498 499 499 mtClearUser(); // clear any 'anonymous' user cookie to allow sign in -
branches/release-40/mt-static/themes-base/blog.css
r2059 r2631 534 534 } 535 535 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 536 544 @media print { 537 545 * {
