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

Unified Diff: appengine/swarming/elements/res/imp/common/single-page-style.html

Issue 2337363004: Add task-page (Closed) Base URL: git@github.com:luci/luci-py@task-data
Patch Set: Alignment take 2 Created 4 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
Index: appengine/swarming/elements/res/imp/common/single-page-style.html
diff --git a/appengine/swarming/elements/res/imp/common/single-page-style.html b/appengine/swarming/elements/res/imp/common/single-page-style.html
index 3a7ce7e368e18a522ce1eee7d3342e3f778b1521..28870cdaa3c16d483bf3ddc3fb02bf721894708d 100644
--- a/appengine/swarming/elements/res/imp/common/single-page-style.html
+++ b/appengine/swarming/elements/res/imp/common/single-page-style.html
@@ -20,25 +20,29 @@
.title {
font-size: 1.5em;
font-weight: bold;
- margin-top: 5px;
- margin-bottom: 5px;
+ margin: 5px;
}
.id_input {
+ margin-left: 5px;
--paper-input-container-input: {
font-size: 2em;
};
}
.refresh {
- max-width: 50px;
- max-height: 50px;
+ max-width: 40px;
+ max-height: 40px;
width: initial;
height: initial;
}
+ button {
+ min-width: 4em;
+ max-height: 55px;
+ }
table {
border-collapse: collapse;
margin-left: 5px;
- margin-bottom: 5px;
+ margin-bottom: 8px;
}
td,
th {
@@ -50,8 +54,8 @@
background-color: #1F78B4;
color: #fff;
max-width: 600px;
+ margin-left: 5px;
--paper-checkbox-label-color: #fff;
- margin-left: 5px;
}
paper-tab {
@@ -72,20 +76,12 @@
}
/* These colors are from buildbot */
- .quarantined,
- .failed_task {
+ .quarantined, {
background-color: #ffdddd;
}
- .dead,
- .bot_died {
+ .dead {
background-color: #cccccc;
}
- .exception {
- background-color: #edd2ff;
- }
- .pending {
- background-color: #fffc6c;
- }
</style>
</template>

Powered by Google App Engine
This is Rietveld 408576698