[Bps-public-commit] RT-BugTracker-Public branch, rt4, updated. 6e43337e46584716852628d42f5c98935db07d31

Thomas Sibley trs at bestpractical.com
Fri Apr 5 16:31:05 EDT 2013


The branch, rt4 has been updated
       via  6e43337e46584716852628d42f5c98935db07d31 (commit)
      from  0c72bf195d2ebc4e878b536f94f44f7825590d9a (commit)

Summary of changes:
 html/NoAuth/css/bugtracker-public.css | 9 +++++++++
 1 file changed, 9 insertions(+)

- Log -----------------------------------------------------------------
commit 6e43337e46584716852628d42f5c98935db07d31
Author: Thomas Sibley <trs at bestpractical.com>
Date:   Fri Apr 5 13:30:33 2013 -0700

    Better layout for the three CFs when reporting a bug via the public UI

diff --git a/html/NoAuth/css/bugtracker-public.css b/html/NoAuth/css/bugtracker-public.css
index 64358f1..3962274 100644
--- a/html/NoAuth/css/bugtracker-public.css
+++ b/html/NoAuth/css/bugtracker-public.css
@@ -21,3 +21,12 @@
     }
 }
 
+#reporting-a-bug .edit-custom-field {
+    /* we're in a thinner column most of the time, make room for the default margin */
+    width: 45%;
+}
+
+#reporting-a-bug .edit-custom-field:first-child {
+    display: block;
+    float: none;
+}

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



More information about the Bps-public-commit mailing list