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

Unified Diff: dashboard/dashboard/static/base.css

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/static/base.css
diff --git a/dashboard/dashboard/static/base.css b/dashboard/dashboard/static/base.css
index cd84cc7879d7e23d5a1a04bf7fdc845f0811cfd2..c053a52eb3be8f0e6df42cca307aaec2dc031c27 100644
--- a/dashboard/dashboard/static/base.css
+++ b/dashboard/dashboard/static/base.css
@@ -16,9 +16,7 @@ body {
margin: 0;
padding: 0 10px;
display: flex;
- display: -webkit-flex;
flex-direction: column;
- -webkit-flex-direction: column;
min-height: 100%;
}
@@ -28,7 +26,6 @@ nav-bar {
h1 {
align-self: center;
- -webkit-align-self: center;
}
a:link {
@@ -82,7 +79,7 @@ iframe {
height: 27px;
line-height: 27px;
padding: 0px 8px;
- -webkit-user-select: none;
+ user-select: none;
}
.kennedy-button {
« no previous file with comments | « dashboard/dashboard/pinpoint/elements/navigation-bar.html ('k') | dashboard/dashboard/static/benchmark_health_report.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698