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

Unified Diff: dashboard/dashboard/elements/bisect-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
« no previous file with comments | « dashboard/dashboard/elements/alerts-page.html ('k') | dashboard/dashboard/elements/bug-info.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dashboard/dashboard/elements/bisect-form.html
diff --git a/dashboard/dashboard/elements/bisect-form.html b/dashboard/dashboard/elements/bisect-form.html
index ba70422cd2ef9ded8e9a1b1081e870c17b728375..08baa23db9831cac9e5cc5576106c04955de9b0c 100644
--- a/dashboard/dashboard/elements/bisect-form.html
+++ b/dashboard/dashboard/elements/bisect-form.html
@@ -30,12 +30,9 @@ the bisect process after the user clicks on the bisect 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;
}
select, input[type=text], input[type=number] {
« no previous file with comments | « dashboard/dashboard/elements/alerts-page.html ('k') | dashboard/dashboard/elements/bug-info.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698