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

Unified Diff: dashboard/dashboard/elements/triage-dialog.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
« no previous file with comments | « dashboard/dashboard/elements/trace-form.html ('k') | dashboard/dashboard/pinpoint/elements/job-page.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dashboard/dashboard/elements/triage-dialog.html
diff --git a/dashboard/dashboard/elements/triage-dialog.html b/dashboard/dashboard/elements/triage-dialog.html
index 9f0d614f891475be9bee9e98e3174af9bcc33104..4c3693b61d453ffe758ad276f306f8dc6c39528c 100644
--- a/dashboard/dashboard/elements/triage-dialog.html
+++ b/dashboard/dashboard/elements/triage-dialog.html
@@ -38,12 +38,9 @@ on an alert, or clicks on a "triage" button on the alerts page. It allows the
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;
opacity: 0;
transition: opacity 0.2s;
}
« no previous file with comments | « dashboard/dashboard/elements/trace-form.html ('k') | dashboard/dashboard/pinpoint/elements/job-page.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698