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

Unified Diff: res/imp/9/app-sk.html

Issue 1419793011: Add front page of Fuzzer (Closed) Base URL: https://skia.googlesource.com/buildbot@file
Patch Set: Created 5 years, 1 month 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/index.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: res/imp/9/app-sk.html
diff --git a/res/imp/9/app-sk.html b/res/imp/9/app-sk.html
index 4c511b3bababb881f1b5ead90d6c3be5a9be45e7..29f297799c2caa12caa5a4be21eb57c6ef8d27e7 100644
--- a/res/imp/9/app-sk.html
+++ b/res/imp/9/app-sk.html
@@ -1,6 +1,6 @@
<!--
`app-sk` provides general application layout, introducing a
-responsive scaffold containing a header, toolbar, menu, title and
+responsive scaffold containing a header, toolbar, rtoolbar, title and
areas for application content, as well as automatic inclusion of
common menu items, login status, and version tag.
@@ -8,6 +8,7 @@ Example:
<app-sk mode="standard" responsive_width="600px" drawer_width="230px">
<h1 header>Title goes here</h1>
+ <foo-status-sk rtoolbar></foo-status-sk> <!-to be right aligned, on the top bar->
<div navigation>Nav goes here</div>
<div>Content goes here</div>
</app-sk>
@@ -80,6 +81,7 @@ Events:
</template>
<content select="[header], header, [toolbar], toolbar"></content>
<div class="flex"></div>
+ <content select="[rtoolbar], rtoolbar"></content>
<app-menu-sk></app-menu-sk>
<login-sk></login-sk>
</paper-toolbar>
« no previous file with comments | « fuzzer/templates/index.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698