Index: /branches/release-38/mt-static/css/structure.css
===================================================================
--- /branches/release-38/mt-static/css/structure.css (revision 2292)
+++ /branches/release-38/mt-static/css/structure.css (revision 2316)
@@ -1599,4 +1599,8 @@
 .width90 {
     width: 90%;
+}
+
+.width75 {
+    width: 75%;
 }
 
@@ -4491,5 +4495,13 @@
 #api_password-field .textarea-wrapper {
     float: left;
+    width: 50%;
     margin-right: 5px;
+}
+
+#edit-author #name-field .textarea-wrapper,
+#edit-author #nickname-field .textarea-wrapper,
+#edit-author #email-field .textarea-wrapper,
+#edit-author #url-field .textarea-wrapper {
+    width: 50%;
 }
 
Index: /branches/release-38/tmpl/cms/edit_author.tmpl
===================================================================
--- /branches/release-38/tmpl/cms/edit_author.tmpl (revision 2221)
+++ /branches/release-38/tmpl/cms/edit_author.tmpl (revision 2316)
@@ -350,5 +350,5 @@
         label="<__trans phrase="Web Services Password">"
         hint="<__trans phrase="For use by Activity feeds and with XML-RPC and Atom-enabled clients.">">
-        <div class="textarea-wrapper half-width">
+        <div class="textarea-wrapper">
             <input type="password" name="api_password" id="api_password" class="full-width" value="<mt:var name="api_password" escape="html">" />
         </div>
