[Rt-commit] rt branch, 4.2/rudder-fixes-for-rc3, updated. rt-4.2.0rc2-9-ge097d3c

Jesse Vincent jesse at bestpractical.com
Tue Sep 24 20:29:06 EDT 2013


The branch, 4.2/rudder-fixes-for-rc3 has been updated
       via  e097d3c632ba3b361ccd3fb5ef0990ef6073a47c (commit)
       via  bffda7b37c763cdfb1e6399634bc5340f034f7cf (commit)
      from  c6ddb22fd56f9268aded988e51215e8e2fb53537 (commit)

Summary of changes:
 share/html/Elements/EditCustomFields | 2 +-
 share/static/css/rudder/misc.css     | 9 +++++++++
 2 files changed, 10 insertions(+), 1 deletion(-)

- Log -----------------------------------------------------------------
commit bffda7b37c763cdfb1e6399634bc5340f034f7cf
Author: Jesse Vincent <jesse at bestpractical.com>
Date:   Tue Sep 24 20:28:10 2013 -0400

    Make cflable sizes consistent with other label sizes [bestpractical #25867]

diff --git a/share/static/css/rudder/misc.css b/share/static/css/rudder/misc.css
index 66d71db..7752ad2 100644
--- a/share/static/css/rudder/misc.css
+++ b/share/static/css/rudder/misc.css
@@ -9,6 +9,8 @@
     overflow: auto;
 }
 
+span.cflabel,
+td.cflabel,
 span.label,
 span.labeltop,
 td.label,
@@ -16,8 +18,15 @@ td.labeltop {
     font-weight: bold;
     color: #666;
     font-size: 1em;
+    min-width: 6em;
 }
 
+span.cflabel .type, td.cflabel .type {
+  font-weight: normal;
+  font-size: 0.8em;
+}
+
+
 table.myday h2 {
     display: inline
 }

commit e097d3c632ba3b361ccd3fb5ef0990ef6073a47c
Author: Jesse Vincent <jesse at bestpractical.com>
Date:   Tue Sep 24 20:28:49 2013 -0400

    When showing cf labels, give them a : for consistency with non-cf labels
    [bestpractical #25867]

diff --git a/share/html/Elements/EditCustomFields b/share/html/Elements/EditCustomFields
index 5528d72..c4bb95a 100644
--- a/share/html/Elements/EditCustomFields
+++ b/share/html/Elements/EditCustomFields
@@ -56,7 +56,7 @@
 
   <<% $FIELD %> class="edit-custom-field cftype-<% $Type %>">
     <<% $CELL %> class="cflabel">
-      <span class="name"><% loc($CustomField->Name) %></span><br />
+      <span class="name"><% loc($CustomField->Name) %>:</span><br />
       <span class="type"><% $CustomField->FriendlyType %></span>
     </<% $CELL %>>
     <<% $CELL %> class="entry">

-----------------------------------------------------------------------


More information about the Rt-commit mailing list