浏览代码

Fix timeline display of a test where domComplete is 0 (www.promovacances.com)

Gaël Métais 10 年之前
父节点
当前提交
3d7ac45e28
共有 1 个文件被更改,包括 15 次插入14 次删除
  1. 15 14
      app/public/styles/results.css

+ 15 - 14
app/public/styles/results.css

@@ -150,17 +150,11 @@ h4 {
     bottom: 0;
     width: 100%;
 }
-.timeline .domCreation.interval {
-    background: #FFE0CC;
-}
-.timeline .domCreation .color {
-    background: #FF6600;
-}
-.timeline .domContentLoaded.interval {
-    background: #E0FFD1;
+.timeline .domComplete.interval {
+    background: #EDE3FF;
 }
-.timeline .domContentLoaded .color {
-    background: #A7E846;
+.timeline .domComplete .color {
+    background: #C2A3FF;
 }
 .timeline .domContentLoadedEnd.interval {
     background: #D8F0F0;
@@ -168,12 +162,19 @@ h4 {
 .timeline .domContentLoadedEnd .color {
     background: #7ECCCC;
 }
-.timeline .domComplete.interval {
-    background: #EDE3FF;
+.timeline .domContentLoaded.interval {
+    background: #E0FFD1;
 }
-.timeline .domComplete .color {
-    background: #C2A3FF;
+.timeline .domContentLoaded .color {
+    background: #A7E846;
 }
+.timeline .domCreation.interval {
+    background: #FFE0CC;
+}
+.timeline .domCreation .color {
+    background: #FF6600;
+}
+
 .timeline .legend {
     display: table;
     width: 100%;