[Rt-commit] rt branch, 4.0/cf-edit-alignment-fix, created. rt-4.0.6-221-g30fe09a

? sunnavy sunnavy at bestpractical.com
Sat Jun 30 12:22:53 EDT 2012


The branch, 4.0/cf-edit-alignment-fix has been created
        at  30fe09aadb645145ea1b4916553017b12dd75765 (commit)

- Log -----------------------------------------------------------------
commit 30fe09aadb645145ea1b4916553017b12dd75765
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Sat Jun 30 19:33:28 2012 +0800

    margin-left ".edit-custom-field .entry" to fix the alignment bug in #19518
    
    before, the edit ui could be:
    
    foo                     foo.png
    Upload multiple files   bar.png
    baz.png
    
    this fix moves baz.png below "bar.png" instead of the label:
    
    foo                     foo.png
    Upload multiple files   bar.png
                            baz.png

diff --git a/share/html/NoAuth/css/base/misc.css b/share/html/NoAuth/css/base/misc.css
index dd93209..af0d5c3 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 {
+    margin-left: 10em;
+}
+
 .cflabel .name { font-weight: bold; }
 .cflabel .type { font-style: italic; }
 

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


More information about the Rt-commit mailing list