Changeset 2089

Show
Ignore:
Timestamp:
04/25/08 01:13:26 (6 months ago)
Author:
bsmith
Message:

Commenter OpenID Login Button Styling consistent with other login button styling

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/release-36/lib/MT.pm.pre

    r1981 r2089  
    23772377    <p class="hint"><__trans phrase="OpenID is an open and decentralized single sign-on identity system."></p> 
    23782378</mtapp:setting> 
    2379  
    2380 <div class="pkg"> 
    2381 <div class="left"><input type="submit" name="submit" value="<__trans phrase="Sign In">" /></div> 
    2382 <div class="right"><img src="<mt:var name="static_uri">images/comment/openid_enabled.png" /></div> 
     2379<img src="<mt:var name="static_uri">images/comment/openid_enabled.png" class="right" /> 
     2380<div class="actions-bar actions-bar-login"> 
     2381    <div class="actions-bar-inner pkg actions"> 
     2382        <button 
     2383            type="submit" 
     2384            class="primary-button" 
     2385            ><__trans phrase="Sign in"></button> 
     2386    </div> 
    23832387</div> 
    23842388<p><img src="<mt:var name="static_uri">images/comment/blue_moreinfo.png"> <a href="http://www.openid.net/"><__trans phrase="Learn more about OpenID."></a></p>