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/chart-container.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/chart-container.html
diff --git a/dashboard/dashboard/elements/chart-container.html b/dashboard/dashboard/elements/chart-container.html
index 402fc341de7b53891a1eb04dbd606266671a7d10..017ab5443cb70ed8bfb358b2ff9d07692c1783ac 100644
--- a/dashboard/dashboard/elements/chart-container.html
+++ b/dashboard/dashboard/elements/chart-container.html
@@ -36,11 +36,8 @@ triaging functionality in the chart.
#container {
width: 100%;
display: flex;
- display: -webkit-flex;
flex-direction: column;
- -webkit-flex-direction: column;
align-items: center;
- -webkit-align-items: center;
position: relative;
min-width: 845px; /* Minimum width of plot plus width of chart-legend. */
}
@@ -51,7 +48,6 @@ triaging functionality in the chart.
#horizontal {
display: flex;
- display: -webkit-flex;
width: 100%;
position: relative;
}
@@ -69,15 +65,12 @@ triaging functionality in the chart.
}
#plots-container {
- -webkit-flex-grow: 1;
flex-grow: 1;
- display: -webkit-flex;
+ display: flex;
flex-direction: column;
- -webkit-flex-direction: column;
}
#plot {
- -webkit-flex-grow: 1;
flex-grow: 1;
height: 240px;
min-width: 500px;
@@ -111,11 +104,8 @@ triaging functionality in the chart.
width: 100%;
height: 100%;
display: flex;
- display: -webkit-flex;
align-items: center;
- -webkit-align-items: center;
justify-content: center;
- -webkit-justify-content: center;
}
#alert-icon-container {
« no previous file with comments | « dashboard/dashboard/elements/bug-info.html ('k') | dashboard/dashboard/elements/create-health-report-page.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698