Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(708)

Unified Diff: fuzzer/templates/index.html

Issue 1662373002: Add UI to filter fuzzes based on tags. (Closed) Base URL: https://skia.googlesource.com/buildbot@add-asan
Patch Set: remove conflicting status-sk elements Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « fuzzer/templates/details.html ('k') | res/imp/9/url-params-sk.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fuzzer/templates/index.html
diff --git a/fuzzer/templates/index.html b/fuzzer/templates/index.html
index 3fa3d38699a7e644842ee9e62ea8a3d829c2f737..488788352d752a85e0c092fe1aa2e63bc82ba945 100644
--- a/fuzzer/templates/index.html
+++ b/fuzzer/templates/index.html
@@ -6,43 +6,41 @@
</head>
<body class="fullbleed vertical layout unresolved">
<style is="custom-style">
- app-sk {
- --app-sk-main: {
- background-color: #FFFFFF;
- font-family: sans-serif;
- };
- --app-sk-toolbar: {
- background-color: #8be1b8;
- };
- login-sk{
- --login-sk-color: white;
- };
- }
- .title {
- padding:2px;
- margin-top:5px;
- }
- .title span {
- display:inline;
- font-size: 1.5em;
- -webkit-margin-before: 0.83em;
- -webkit-margin-after: 0.83em;
- -webkit-margin-start: 0px;
- -webkit-margin-end: 0px;
- font-weight: bold;
- }
- .count {
- max-width:420px;
- }
+ app-sk {
+ --app-sk-main: {
+ background-color: #FFFFFF;
+ font-family: sans-serif;
+ };
+ --app-sk-toolbar: {
+ background-color: #8be1b8;
+ };
+ login-sk{
+ --login-sk-color: white;
+ };
+ }
+ .title {
+ padding:2px;
+ margin-top:5px;
+ }
+ .title {
+ display:inline;
+ font-size: 1.5em;
+ -webkit-margin-before: 0.83em;
+ -webkit-margin-after: 0.83em;
+ -webkit-margin-start: 0px;
+ -webkit-margin-end: 0px;
+ font-weight: bold;
+ }
+ .count {
+ max-width:420px;
+ }
</style>
<app-sk class="fit" flex>
<img header id="logo" src="/res/img/skia_fuzz.png">
<fuzzer-status-sk rtoolbar></fuzzer-status-sk>
<fuzzer-menu-sk navigation></fuzzer-menu-sk>
- <div class="title horizontal layout">
- <span>Failing Fuzzes</span>
- </div>
+ <div class="title">Failing Fuzzes</div>
<fuzzer-summary-sk></fuzzer-summary-sk>
</app-sk>
« no previous file with comments | « fuzzer/templates/details.html ('k') | res/imp/9/url-params-sk.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698