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

Unified Diff: appengine/swarming/elements/res/imp/tasklist/task-filters.html

Issue 2289723003: Make times easier to read on task list (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-py@master
Patch Set: Typo Created 4 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
Index: appengine/swarming/elements/res/imp/tasklist/task-filters.html
diff --git a/appengine/swarming/elements/res/imp/tasklist/task-filters.html b/appengine/swarming/elements/res/imp/tasklist/task-filters.html
index 9e4661e7a6261f05ff8d05185149ff27063cd21b..8f2400f6470ed71c2fef0a55e36adf21b1a1598c 100644
--- a/appengine/swarming/elements/res/imp/tasklist/task-filters.html
+++ b/appengine/swarming/elements/res/imp/tasklist/task-filters.html
@@ -26,6 +26,7 @@
<link rel="import" href="/res/imp/bower_components/iron-flex-layout/iron-flex-layout-classes.html">
<link rel="import" href="/res/imp/bower_components/iron-icons/iron-icons.html">
<link rel="import" href="/res/imp/bower_components/iron-selector/iron-selector.html">
+<link rel="import" href="/res/imp/bower_components/paper-checkbox/paper-checkbox.html">
<link rel="import" href="/res/imp/bower_components/paper-icon-button/paper-icon-button.html">
<link rel="import" href="/res/imp/bower_components/paper-input/paper-input.html">
@@ -35,6 +36,12 @@
<dom-module id="task-filters">
<template>
<style is="custom-style" include="iron-flex iron-flex-alignment iron-positioning query-column-filter-style">
+ .item.wide {
+ max-width: 400px;
+ }
+ .selector.wide {
+ min-width: 275px;
+ }
</style>
@@ -75,7 +82,7 @@
</paper-input>
</div>
- <div class="selector side-by-side"
+ <div class="wide selector side-by-side"
title="This shows all task tags and other interesting task properties. Mark the check box to add as a column. Select the row to see filter options.">
<iron-selector attr-for-selected="label" selected="{{_primarySelected}}">
<template is="dom-repeat" items="[[_primaryItems]]" as="item">
« no previous file with comments | « appengine/swarming/elements/build/elements.html ('k') | appengine/swarming/elements/res/imp/tasklist/task-list.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698