OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <html> | 2 <html> |
3 <head> | 3 <head> |
4 <title>Skia Fuzzer</title> | 4 <title>Skia Fuzzer</title> |
5 {{template "header.html" .}} | 5 {{template "header.html" .}} |
6 </head> | 6 </head> |
7 <body class="fullbleed vertical layout unresolved"> | 7 <body class="fullbleed vertical layout unresolved"> |
8 <style is="custom-style"> | 8 <style is="custom-style"> |
9 app-sk { | 9 app-sk { |
10 --app-sk-main: { | 10 --app-sk-main: { |
11 background-color: #FFFFFF; | 11 background-color: #FFFFFF; |
12 font-family: sans-serif; | 12 font-family: sans-serif; |
13 }; | 13 }; |
14 --app-sk-toolbar: { | 14 --app-sk-toolbar: { |
15 background-color: #8be1b8; | 15 background-color: #8be1b8; |
16 }; | 16 }; |
17 login-sk{ | 17 login-sk{ |
18 --login-sk-color: white; | 18 --login-sk-color: white; |
19 }; | 19 }; |
20 } | 20 } |
21 .title { | 21 .title { |
22 padding:2px; | 22 padding:2px; |
23 margin-top:5px; | 23 margin-top:5px; |
24 } | 24 } |
25 .title span { | 25 .title { |
26 display:inline; | 26 display:inline; |
27 font-size: 1.5em; | 27 font-size: 1.5em; |
28 -webkit-margin-before: 0.83em; | 28 -webkit-margin-before: 0.83em; |
29 -webkit-margin-after: 0.83em; | 29 -webkit-margin-after: 0.83em; |
30 -webkit-margin-start: 0px; | 30 -webkit-margin-start: 0px; |
31 -webkit-margin-end: 0px; | 31 -webkit-margin-end: 0px; |
32 font-weight: bold; | 32 font-weight: bold; |
33 } | 33 } |
34 .count { | 34 .count { |
35 max-width:420px; | 35 max-width:420px; |
36 } | 36 } |
37 </style> | 37 </style> |
38 <app-sk class="fit" flex> | 38 <app-sk class="fit" flex> |
39 <img header id="logo" src="/res/img/skia_fuzz.png"> | 39 <img header id="logo" src="/res/img/skia_fuzz.png"> |
40 <fuzzer-status-sk rtoolbar></fuzzer-status-sk> | 40 <fuzzer-status-sk rtoolbar></fuzzer-status-sk> |
41 <fuzzer-menu-sk navigation></fuzzer-menu-sk> | 41 <fuzzer-menu-sk navigation></fuzzer-menu-sk> |
42 | 42 |
43 <div class="title horizontal layout"> | 43 <div class="title">Failing Fuzzes</div> |
44 <span>Failing Fuzzes</span> | |
45 </div> | |
46 | 44 |
47 <fuzzer-summary-sk></fuzzer-summary-sk> | 45 <fuzzer-summary-sk></fuzzer-summary-sk> |
48 </app-sk> | 46 </app-sk> |
49 | 47 |
50 </body> | 48 </body> |
51 </html> | 49 </html> |
OLD | NEW |