changeset 683:c0b08dd02418

Align fields width
author Dmitry Neverov <dmitry.neverov@jetbrains.com>
date Fri, 06 Dec 2013 14:20:29 +0100
parents feb909e10f22
children 5a0fc80839a8
files mercurial-server/resources/buildServerResources/mercurialSettings.jsp
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial-server/resources/buildServerResources/mercurialSettings.jsp	Fri Nov 29 15:36:26 2013 +0400
+++ b/mercurial-server/resources/buildServerResources/mercurialSettings.jsp	Fri Dec 06 14:20:29 2013 +0100
@@ -22,7 +22,7 @@
   <tr>
     <th><label for="branchName">Default branch: </label></th>
     <td>
-        <props:textProperty name="branchName" />
+        <props:textProperty name="branchName" className="longField"/>
         <div class="smallNote" style="margin: 0;">Branch to be used if no branch from Branch Specification is set</div>
     </td>
   </tr>
@@ -31,7 +31,7 @@
     <th><label for="reportTagRevisions">Use tags as branches:</label></th>
     <td>
       <props:checkboxProperty name="useTagsAsBranches"/>
-      <div class="smallNote" style="margin: 0">If enabled tags can be used in branch specification</div>
+      <label for="reportTagRevisions">If enabled tags can be used in branch specification</label>
     </td>
   </tr>
   <tr class="advancedSetting">
@@ -51,7 +51,7 @@
     </tr>
   <tr class="advancedSetting">
     <th><label for="tagUsername">Username for tags/merge: </label></th>
-    <td><props:textProperty name="tagUsername"/>
+    <td><props:textProperty name="tagUsername" className="longField"/>
       <div class="smallNote" style="margin: 0;">Format: User Name &lt;email&gt;</div>
     </td>
   </tr>
@@ -73,14 +73,14 @@
   <tr>
     <th><label for="username">User name:</label></th>
     <td>
-      <props:textProperty name="username"/>
+      <props:textProperty name="username" className="longField"/>
       <span class="smallNote">Leave blank to use settings from the server hgrc (see 'man hgrc' for details)</span>
     </td>
   </tr>
   <tr>
     <th><label for="secure:password">Password:</label></th>
     <td>
-      <props:passwordProperty name="secure:password"/>
+      <props:passwordProperty name="secure:password" className="longField"/>
       <span class="smallNote">Leave blank to use settings from the server hgrc (see 'man hgrc' for details)</span>
     </td>
   </tr>