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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: appengine/chromium_rietveld/new_static/components/cr-issue-patchset.css
diff --git a/appengine/chromium_rietveld/new_static/components/cr-issue-patchset.css b/appengine/chromium_rietveld/new_static/components/cr-issue-patchset.css
index fe44a0eec4af9186b343f0183da89fcb50828c0c..f67e281584ff81c6a7114bf02b57ff81d5dbac11 100644
--- a/appengine/chromium_rietveld/new_static/components/cr-issue-patchset.css
+++ b/appengine/chromium_rietveld/new_static/components/cr-issue-patchset.css
@@ -58,6 +58,26 @@ header .ui-actions {
margin: 0.5em 16px 0.5em 16px;
}
+.view-depends-on-patchset {
+ margin: 0 5px 0.5em 16px;
+}
+
+#depends-on-patchset h2 {
+ margin: 0.5em 16px 0.5em 16px;
+}
+
+.view-dependent-patchsets {
+ margin: 0 5px 0.5em 16px;
+}
+
+#dependent-patchsets h2 {
+ margin: 0.5em 16px 0.5em 16px;
+}
+
+.linethrough {
+ text-decoration: line-through;
+}
+
.spinner {
vertical-align: middle;
margin: 0 8px 0 8px;

Powered by Google App Engine
This is Rietveld 408576698