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

Unified Diff: dashboard/dashboard/templates/bug_result.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/static/speed_releasing.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dashboard/dashboard/templates/bug_result.html
diff --git a/dashboard/dashboard/templates/bug_result.html b/dashboard/dashboard/templates/bug_result.html
index 5a95f6a77095792597cc0c0edf1ae6186b728ba9..0aad91eb0fc70b07bd4fe5508e465b957106d973 100644
--- a/dashboard/dashboard/templates/bug_result.html
+++ b/dashboard/dashboard/templates/bug_result.html
@@ -89,7 +89,7 @@ This template contains HTML for the following things:
background-color: #fff;
border: 1px solid #d9d9d9;
border-top: 1px solid #c0c0c0;
- -webkit-border-radius: 1px;
+ border-radius: 1px;
border-radius: 1px;
box-sizing: border-box;
color: #333;
@@ -145,7 +145,7 @@ This template contains HTML for the following things:
line-height: 27px;
min-width: 54px;
padding: 0px 8px;
- -webkit-user-select: none;
+ user-select: none;
}
popup-tooltip {
« no previous file with comments | « dashboard/dashboard/static/speed_releasing.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698