Changeset 2755

Show
Ignore:
Timestamp:
07/10/08 23:20:40 (5 months ago)
Author:
bsmith
Message:

bugzid:80565 - Adding 'OpenID Accepted' Widget

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/release-41/lib/MT/DefaultTemplates.pm

    r2354 r2755  
    212212            'date_based_category_archives' => { 
    213213                label => 'Date-Based Category Archives', 
    214             } 
     214            }, 
     215            'openid' => { 
     216                label => 'OpenID Accepted', 
     217            }, 
    215218        }, 
    216219        'widgetset' => { 
     
    225228                    'Page Listing', 
    226229                    'Syndication', 
     230                    'OpenID Accepted', 
    227231                    'Powered By', 
    228232                ], 
     
    235239                    'Page Listing', 
    236240                    'Syndication', 
     241                    'OpenID Accepted', 
    237242                    'Powered By', 
    238243                ], 
  • branches/release-41/mt-static/themes-base/blog.css

    r2733 r2755  
    530530} 
    531531 
     532.widget-openid { 
     533    width: 160px; 
     534    margin: 10px auto; 
     535    border: none !important; 
     536} 
     537.widget-openid .widget-content { 
     538    border: 1px solid #ccc; 
     539    background: #fff url(../images/openid-accepted.gif) no-repeat 7px 3px; 
     540    font-size: 12px; 
     541    font-family: arial; 
     542    color: #666; 
     543    margin: 0; 
     544    padding: 0 !important; 
     545} 
     546.widget-openid .widget-content em { 
     547    display: block; 
     548    font-style: normal; 
     549    padding: 34px 9px 9px 68px; 
     550} 
     551.widget-openid .widget-content strong { 
     552    left: -9999px; 
     553    position: absolute; 
     554} 
     555.widget-openid .widget-content a { 
     556    display: block; 
     557    background: #eee; 
     558    text-align: center; 
     559    padding: 5px 3px; 
     560    color: #666; 
     561    text-decoration: underline; 
     562    font-weight: normal; 
     563} 
     564 
    532565.input-default { 
    533566    background-color: #9AAEC2;