Changeset 2316
- Timestamp:
- 05/13/08 22:29:50 (6 months ago)
- Files:
-
- branches/release-38/mt-static/css/structure.css (modified) (2 diffs)
- branches/release-38/tmpl/cms/edit_author.tmpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/release-38/mt-static/css/structure.css
r2292 r2316 1599 1599 .width90 { 1600 1600 width: 90%; 1601 } 1602 1603 .width75 { 1604 width: 75%; 1601 1605 } 1602 1606 … … 4491 4495 #api_password-field .textarea-wrapper { 4492 4496 float: left; 4497 width: 50%; 4493 4498 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%; 4494 4506 } 4495 4507 branches/release-38/tmpl/cms/edit_author.tmpl
r2221 r2316 350 350 label="<__trans phrase="Web Services Password">" 351 351 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"> 353 353 <input type="password" name="api_password" id="api_password" class="full-width" value="<mt:var name="api_password" escape="html">" /> 354 354 </div>
