Title: [91716] trunk/Tools
Revision
91716
Author
[email protected]
Date
2011-07-25 16:02:03 -0700 (Mon, 25 Jul 2011)

Log Message

Tweak whitespace wrapping to improve readability.
* TestResultServer/static-dashboards/flakiness_dashboard.html:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (91715 => 91716)


--- trunk/Tools/ChangeLog	2011-07-25 22:59:19 UTC (rev 91715)
+++ trunk/Tools/ChangeLog	2011-07-25 23:02:03 UTC (rev 91716)
@@ -1,5 +1,10 @@
 2011-07-25  Ojan Vafai  <[email protected]>
 
+        Tweak whitespace wrapping to improve readability.
+        * TestResultServer/static-dashboards/flakiness_dashboard.html:
+
+2011-07-25  Ojan Vafai  <[email protected]>
+
         Minor tweak to wrap label elements as atomic units.
 
         * TestResultServer/static-dashboards/dashboard_base.js:

Modified: trunk/Tools/TestResultServer/static-dashboards/flakiness_dashboard.html (91715 => 91716)


--- trunk/Tools/TestResultServer/static-dashboards/flakiness_dashboard.html	2011-07-25 22:59:19 UTC (rev 91715)
+++ trunk/Tools/TestResultServer/static-dashboards/flakiness_dashboard.html	2011-07-25 23:02:03 UTC (rev 91716)
@@ -74,9 +74,6 @@
 #result-input {
     width: 7em;
 }
-.test-link {
-    white-space: normal;
-}
 .test-link.builder-name {
     white-space: nowrap;
 }
@@ -87,6 +84,10 @@
     white-space: nowrap;
     border-spacing: 1px;
 }
+/* Let the bugs column wrap. */
+.test-table tr > td:nth-child(2) {
+    white-space: normal;
+}
 .test-table {
     width: 100%;
 }
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to