[Rt-commit] rt branch, 4.0/web2-chart-titlebox, created. rt-4.0.4-112-g80496ff

Thomas Sibley trs at bestpractical.com
Fri Dec 2 15:33:18 EST 2011


The branch, 4.0/web2-chart-titlebox has been created
        at  80496ffb0ddebde01bf7fd2c0efd2e2f004caef0 (commit)

- Log -----------------------------------------------------------------
commit cd0e710b103bb5b23deb32b9dac31f1c1eedaa92
Author: Thomas Sibley <trs at bestpractical.com>
Date:   Fri Dec 2 15:27:33 2011 -0500

    CSS fix that lets Firefox flow the data table below the chart
    
    This is necessary on dashboards (or the homepage) when a chart gets
    squeezed into a titlebox in a column.

diff --git a/share/html/NoAuth/css/aileron/ticket-lists.css b/share/html/NoAuth/css/aileron/ticket-lists.css
index 89fb815..a39faf4 100644
--- a/share/html/NoAuth/css/aileron/ticket-lists.css
+++ b/share/html/NoAuth/css/aileron/ticket-lists.css
@@ -186,6 +186,8 @@ padding-bottom: 1em;
 .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 {
diff --git a/share/html/NoAuth/css/ballard/ticket-lists.css b/share/html/NoAuth/css/ballard/ticket-lists.css
index 00aec5e..7e09af3 100644
--- a/share/html/NoAuth/css/ballard/ticket-lists.css
+++ b/share/html/NoAuth/css/ballard/ticket-lists.css
@@ -186,6 +186,8 @@ padding-bottom: 1em;
 .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 {
diff --git a/share/html/NoAuth/css/web2/ticket-lists.css b/share/html/NoAuth/css/web2/ticket-lists.css
index 00aec5e..7e09af3 100644
--- a/share/html/NoAuth/css/web2/ticket-lists.css
+++ b/share/html/NoAuth/css/web2/ticket-lists.css
@@ -186,6 +186,8 @@ padding-bottom: 1em;
 .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 80496ffb0ddebde01bf7fd2c0efd2e2f004caef0
Author: Thomas Sibley <trs at bestpractical.com>
Date:   Fri Dec 2 15:28:58 2011 -0500

    web2 and ballard don't have the same titlebox margins as aileron
    
    This prevents chart images from running up against the titlebox title.

diff --git a/share/html/NoAuth/css/ballard/ticket-lists.css b/share/html/NoAuth/css/ballard/ticket-lists.css
index 7e09af3..ac4cc08 100644
--- a/share/html/NoAuth/css/ballard/ticket-lists.css
+++ b/share/html/NoAuth/css/ballard/ticket-lists.css
@@ -172,7 +172,6 @@ padding-bottom: 1em;
 }
 
 .chart.image {
-    margin-top: -1em;
     padding-right: 2em;
     float: left;
     clear: both;
diff --git a/share/html/NoAuth/css/web2/ticket-lists.css b/share/html/NoAuth/css/web2/ticket-lists.css
index 7e09af3..ac4cc08 100644
--- a/share/html/NoAuth/css/web2/ticket-lists.css
+++ b/share/html/NoAuth/css/web2/ticket-lists.css
@@ -172,7 +172,6 @@ padding-bottom: 1em;
 }
 
 .chart.image {
-    margin-top: -1em;
     padding-right: 2em;
     float: left;
     clear: both;

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


More information about the Rt-commit mailing list