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

Unified Diff: appengine/config_service/ui/src/config-ui/config-ui.html

Issue 2989943002: config_service: add link to go back to the front page (Closed)
Patch Set: Created 3 years, 5 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/config_service/ui/src/config-ui/config-ui.html
diff --git a/appengine/config_service/ui/src/config-ui/config-ui.html b/appengine/config_service/ui/src/config-ui/config-ui.html
index 31b657287488ec8f190ee54c38c5f5a1a2ae97d6..92ed592a69b0d569a3d12d3d9c8f3f3382a79b74 100644
--- a/appengine/config_service/ui/src/config-ui/config-ui.html
+++ b/appengine/config_service/ui/src/config-ui/config-ui.html
@@ -46,9 +46,16 @@
}
.title {
+ text-decoration: none;
color: white;
- font-size: 125%;
+ font-size: 115%;
}
+
+ [main-title] {
+ pointer-events: auto;
+ margin-right: 100px;
+ }
+
</style>
<app-drawer-layout fullbleed force-narrow>
@@ -56,8 +63,10 @@
<app-header reveals slot="header">
<app-toolbar>
<!--<image class="logo" src="/static/images/chromium.png"/>-->
- <div class="title" main-title>
- Configuration Service
+ <div main-title>
+ <a href="/#/" class="title">
+ Configuration Service
+ </a>
</div>
<a href="https://luci-config.appspot.com/_ah/api/explorer"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698