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

Unified Diff: chrome/browser/resources/media_router/elements/route_details/route_details.css

Issue 2787083002: [Media Router] Center the text on Cast/Stop buttons in the route details view (Closed)
Patch Set: Support RTL Created 3 years, 9 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/media_router/elements/route_details/route_details.css
diff --git a/chrome/browser/resources/media_router/elements/route_details/route_details.css b/chrome/browser/resources/media_router/elements/route_details/route_details.css
index d2207455dee1ded70b2080981416232bbd520b69..9f1f1dbf6ddf3c7d61176d7541ada864fa2623d8 100644
--- a/chrome/browser/resources/media_router/elements/route_details/route_details.css
+++ b/chrome/browser/resources/media_router/elements/route_details/route_details.css
@@ -2,7 +2,6 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file. */
-
#custom-controller {
display: inline-block;
height: 142px;
@@ -12,14 +11,12 @@
#route-action-buttons {
@apply(--layout-horizontal);
@apply(--layout-end-justified);
- margin: 0;
+ margin: 0 10px;
padding: 0;
white-space: nowrap;
}
.route-button {
- -webkit-padding-end: 24px;
- -webkit-padding-start: 0;
background-color: white;
line-height: 12px;
margin: 12px 0;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698