Changeset 2316

Show
Ignore:
Timestamp:
05/13/08 22:29:50 (21 months ago)
Author:
bsmith
Message:

bugzid:79731 - styling widths of fields on edit author

Location:
branches/release-38
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • branches/release-38/mt-static/css/structure.css

    r2292 r2316  
    15991599.width90 { 
    16001600    width: 90%; 
     1601} 
     1602 
     1603.width75 { 
     1604    width: 75%; 
    16011605} 
    16021606 
     
    44914495#api_password-field .textarea-wrapper { 
    44924496    float: left; 
     4497    width: 50%; 
    44934498    margin-right: 5px; 
     4499} 
     4500 
     4501#edit-author #name-field .textarea-wrapper, 
     4502#edit-author #nickname-field .textarea-wrapper, 
     4503#edit-author #email-field .textarea-wrapper, 
     4504#edit-author #url-field .textarea-wrapper { 
     4505    width: 50%; 
    44944506} 
    44954507 
  • branches/release-38/tmpl/cms/edit_author.tmpl

    r2221 r2316  
    350350        label="<__trans phrase="Web Services Password">" 
    351351        hint="<__trans phrase="For use by Activity feeds and with XML-RPC and Atom-enabled clients.">"> 
    352         <div class="textarea-wrapper half-width"> 
     352        <div class="textarea-wrapper"> 
    353353            <input type="password" name="api_password" id="api_password" class="full-width" value="<mt:var name="api_password" escape="html">" /> 
    354354        </div>