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

Unified Diff: Tools/GardeningServer/ui/ct-sheriff-o-matic.html

Issue 462363003: Make a bunch of static changes to sheriff-o-matic. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: a few more tweaks Created 6 years, 4 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 | « Tools/GardeningServer/ui/ct-revision-details.html ('k') | Tools/GardeningServer/ui/ct-test-list.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/GardeningServer/ui/ct-sheriff-o-matic.html
diff --git a/Tools/GardeningServer/ui/ct-sheriff-o-matic.html b/Tools/GardeningServer/ui/ct-sheriff-o-matic.html
index f55962759c8f303713de2c91adbf34a8a97348d9..6d5b166acc5a87cf177735918292606c571ff847 100644
--- a/Tools/GardeningServer/ui/ct-sheriff-o-matic.html
+++ b/Tools/GardeningServer/ui/ct-sheriff-o-matic.html
@@ -29,6 +29,7 @@ found in the LICENSE file.
display: flex;
justify-content: space-between;
font-size: 1.1em;
+ padding: 0 5px;
}
header a, header span {
color: white;
@@ -36,6 +37,13 @@ found in the LICENSE file.
padding: 0.25em 4px;
text-decoration: none;
}
+ #right-toolbar {
+ display: flex;
+ align-items: center;
+ }
+ ct-last-updated {
+ margin: 0 5px;
+ }
core-animated-pages {
flex: 1;
}
@@ -44,7 +52,7 @@ found in the LICENSE file.
<header>
<div>
<template if="{{ selected == 0 }}">
- <span><img src="../favicon.ico"> Auto-sheriff-o-maticon</span>
+ <img src="../favicon.ico"> <span>Sheriff-o-matic</span>
</template>
<template if="{{ selected == 1 }}">
<a on-click="{{ onBack }}">
@@ -52,7 +60,7 @@ found in the LICENSE file.
</a>
</template>
</div>
- <div>
+ <div id="right-toolbar">
<ct-last-updated date="{{ lastUpdateDate }}"></ct-last-updated>
<!-- FIXME: Use a proper polymer component with data binding. -->
<select id="tree" on-change="{{ _updateTree }}">
« no previous file with comments | « Tools/GardeningServer/ui/ct-revision-details.html ('k') | Tools/GardeningServer/ui/ct-test-list.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698