[Rt-commit] rt branch, 4.2-trunk, updated. rt-4.2.5-43-ge3ced30

Alex Vandiver alexmv at bestpractical.com
Mon Jun 16 18:27:06 EDT 2014


The branch, 4.2-trunk has been updated
       via  e3ced30bb24cd35f30926d0f115c1c924f121702 (commit)
       via  3b073caa9087027a1fbb244189dfed9cccc40e9d (commit)
      from  545969206fea6a39a18389985f779fd1d3caac3a (commit)

Summary of changes:
 share/static/css/rudder/ticket-lists.css | 2 ++
 1 file changed, 2 insertions(+)

- Log -----------------------------------------------------------------
commit 3b073caa9087027a1fbb244189dfed9cccc40e9d
Author: Christian Loos <cloos at netcologne.de>
Date:   Fri Mar 28 18:13:57 2014 +0100

    CSS fix that lets Firefox flow the data table below the chart
    
    Add the fix from cd0e710b103bb5b23deb32b9dac31f1c1eedaa92 also to rudder.

diff --git a/share/static/css/rudder/ticket-lists.css b/share/static/css/rudder/ticket-lists.css
index cedc614..94e6070 100644
--- a/share/static/css/rudder/ticket-lists.css
+++ b/share/static/css/rudder/ticket-lists.css
@@ -174,6 +174,8 @@ div.paging {
 .chart-wrapper .collection-as-table {
     width: auto;
     font-size: 1em;
+    /* Firefox needs this to let the table flow below the chart on narrow screens */
+    clear: right;
 }
 
 .chart-wrapper .collection-as-table th.collection-as-table {

commit e3ced30bb24cd35f30926d0f115c1c924f121702
Merge: 5459692 3b073ca
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Mon Jun 16 18:26:33 2014 -0400

    Merge branch '4.2/rudder-chart-table-css' into 4.2-trunk


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


More information about the rt-commit mailing list