Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 {{template "header.html" .}} | 4 {{template "header.html" .}} |
| 5 | 5 |
| 6 <title>Skia Alert Rules</title> | 6 <title>Skia AutoRoll Bot</title> |
| 7 | 7 |
| 8 </head> | 8 </head> |
| 9 <body class="fullbleed vertical layout unresolved"> | 9 <body class="fullbleed vertical layout unresolved"> |
| 10 <style is="custom-style"> | 10 <style is="custom-style"> |
| 11 app-sk { | 11 app-sk { |
| 12 --app-sk-main: { | 12 --app-sk-main: { |
| 13 background-color: #FFFFFF; | 13 background-color: #FFFFFF; |
| 14 font-family: sans-serif; | 14 font-family: sans-serif; |
| 15 }; | 15 }; |
| 16 --app-sk-toolbar: { | 16 --app-sk-toolbar: { |
| 17 background-color: #88CCEE; | 17 background-color: #1F78B4; |
| 18 color: #FFFFFF; | 18 color: #FFFFFF; |
| 19 font-size: 15px; | 19 font-size: 15px; |
| 20 font-family: sans-serif; | 20 font-family: sans-serif; |
| 21 text-align: center; | 21 text-align: center; |
| 22 }; | 22 }; |
| 23 } | 23 } |
| 24 </style> | 24 </style> |
| 25 <app-sk class="fit"> | 25 <app-sk id="app" class="fit" no_drawer> |
| 26 <h1 toolbar>Skia Alert Rules</h1> | 26 <h1 toolbar>Skia AutoRoll Bot</h1> |
| 27 <alerts-menu-sk navigation></alerts-menu-sk> | 27 <arb-status-sk></arb-status-sk> |
| 28 <rules-sk reload=60></rules-sk> | |
| 29 </app-sk> | 28 </app-sk> |
| 30 | 29 <error-toast-sk></error-toast-sk> |
|
jcgregorio
2015/10/20 13:56:07
Why not put error-toast-sk in app-sk?
borenet
2015/10/20 14:00:18
Done.
| |
| 31 </body> | 30 </body> |
| 32 </html> | 31 </html> |
| OLD | NEW |