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

Unified Diff: Tools/GardeningServer/ui/ct-commit-list.html

Issue 553343002: Aesthetic tweaks to sheriff-o-matic. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix padding Created 6 years, 3 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-commit.html ('k') | Tools/GardeningServer/ui/ct-failure-stream.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/GardeningServer/ui/ct-commit-list.html
diff --git a/Tools/GardeningServer/ui/ct-commit-list.html b/Tools/GardeningServer/ui/ct-commit-list.html
index 501f65eefb791c4db86789a90379e1294a27053b..06be16eb78a692bf0d9033d801fa1045098a45f8 100644
--- a/Tools/GardeningServer/ui/ct-commit-list.html
+++ b/Tools/GardeningServer/ui/ct-commit-list.html
@@ -16,13 +16,20 @@ found in the LICENSE file.
paper-icon-button {
vertical-align: middle;
}
+ paper-icon-button::shadow #icon {
+ margin: 0px;
+ }
.repository-info {
display: block;
+ margin-top: 10px;
+ }
+ ct-commit {
+ margin-left: 10px;
}
</style>
<template repeat="{{ repository in commitList.repositories }}">
<div class="repository-info">
- {{ repository.name }} {{ repository.range }}
+ <span style="font-weight: bold">{{ repository.name }}</span> {{ repository.range }}
<paper-icon-button icon="unfold-more"
on-click="{{ _toggle }}" repository="{{ repository.name }}"></paper-icon-button>
<template if="{{ repository.expanded }}">
« no previous file with comments | « Tools/GardeningServer/ui/ct-commit.html ('k') | Tools/GardeningServer/ui/ct-failure-stream.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698