[Rt-commit] rt branch, 4.0/float-cf-edit-entry, created. rt-4.0.5-81-g9d88e09

? sunnavy sunnavy at bestpractical.com
Mon Mar 5 07:14:04 EST 2012


The branch, 4.0/float-cf-edit-entry has been created
        at  9d88e09f0d476e0b2e02a8c2612a98d80c5251d8 (commit)

- Log -----------------------------------------------------------------
commit 9d88e09f0d476e0b2e02a8c2612a98d80c5251d8
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Mon Mar 5 19:39:40 2012 +0800

    make cf edit entry float to fix the alignment bug in #19518

diff --git a/share/html/NoAuth/css/base/misc.css b/share/html/NoAuth/css/base/misc.css
index dd93209..dc8cf8f 100644
--- a/share/html/NoAuth/css/base/misc.css
+++ b/share/html/NoAuth/css/base/misc.css
@@ -90,6 +90,10 @@ div.edit-custom-field .cflabel {
     padding-right: 0.5em;
 }
 
+div.edit-custom-field .entry {
+    float: left;
+}
+
 .cflabel .name { font-weight: bold; }
 .cflabel .type { font-style: italic; }
 

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


More information about the Rt-commit mailing list