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

Side by Side Diff: appengine/chromium_rietveld/new_static/components/cr-issue-patchset.css

Issue 1155513002: [Rietveld] Add support for patchset dependencies (Closed) Base URL: https://chromium.googlesource.com/infra/infra@master
Patch Set: Fix lint issues in test Created 5 years, 6 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 unified diff | Download patch
OLDNEW
1 /* 1 /*
2 * Copyright (c) 2014 The Chromium Authors. All rights reserved. 2 * Copyright (c) 2014 The Chromium Authors. All rights reserved.
3 * Use of this source code is governed by a BSD-style license that can be 3 * Use of this source code is governed by a BSD-style license that can be
4 * found in the LICENSE file. 4 * found in the LICENSE file.
5 */ 5 */
6 6
7 :host { display: block; } 7 :host { display: block; }
8 8
9 h2 { 9 h2 {
10 font-size: 1em; 10 font-size: 1em;
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 } 51 }
52 52
53 .trigger-dry-run { 53 .trigger-dry-run {
54 margin: 0 0px 0.5em 5px; 54 margin: 0 0px 0.5em 5px;
55 } 55 }
56 56
57 #try-job-results h2 { 57 #try-job-results h2 {
58 margin: 0.5em 16px 0.5em 16px; 58 margin: 0.5em 16px 0.5em 16px;
59 } 59 }
60 60
61 .view-depends-on-patchset {
62 margin: 0 5px 0.5em 16px;
63 }
64
65 #depends-on-patchset h2 {
66 margin: 0.5em 16px 0.5em 16px;
67 }
68
69 .view-dependent-patchsets {
70 margin: 0 5px 0.5em 16px;
71 }
72
73 #dependent-patchsets h2 {
74 margin: 0.5em 16px 0.5em 16px;
75 }
76
77 .linethrough {
78 text-decoration: line-through;
79 }
80
61 .spinner { 81 .spinner {
62 vertical-align: middle; 82 vertical-align: middle;
63 margin: 0 8px 0 8px; 83 margin: 0 8px 0 8px;
64 } 84 }
65 85
66 @media (max-width: 600px) { 86 @media (max-width: 600px) {
67 header h2 { 87 header h2 {
68 display: none; 88 display: none;
69 } 89 }
70 90
71 header .ui-actions { 91 header .ui-actions {
72 padding: 0 8px; 92 padding: 0 8px;
73 } 93 }
74 } 94 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698