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

Unified Diff: dashboard/dashboard/elements/trace-form.html

Issue 2995833002: Switch dashboard to new flexbox. (Closed)
Patch Set: Created 3 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: dashboard/dashboard/elements/trace-form.html
diff --git a/dashboard/dashboard/elements/trace-form.html b/dashboard/dashboard/elements/trace-form.html
index 239e75ca792efa6e1815e9948d640d105e65c2df..4483b8a44d50728bf6d2695448b98d751da9e6ca 100644
--- a/dashboard/dashboard/elements/trace-form.html
+++ b/dashboard/dashboard/elements/trace-form.html
@@ -30,12 +30,9 @@ the trace process after the user clicks on the trace button.
position: absolute;
left: 0;
top: 0;
- display: -webkit-flex;
display: flex;
- -webkit-align-items: center;
align-items: center;
justify-content: center;
- -webkit-justify-content: center;
}
paper-button[dialog-confirm] {
« no previous file with comments | « dashboard/dashboard/elements/speed-releasing-page.html ('k') | dashboard/dashboard/elements/triage-dialog.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698