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

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

Issue 1415103006: Non-Local Join for Media Router and Presentation API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review Fixes 3 * WITH UI Changes Created 5 years 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: 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 6835ea7c690027f7ecbab05180480fee3ff0f69b..90ffa833a1b006f390cde85d8379c4e3ea0c9e53 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,13 +2,19 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file. */
-#close-route-button {
+.flex-button-container {
+ @apply(--layout-horizontal);
+ @apply(--layout-end-justified);
+}
+
+.route-button {
-webkit-padding-end: 24px;
background-color: white;
+ @apply(--layout-flex);
+ @apply(--layout-self-stretch);
line-height: 12px;
margin: 12px 0;
text-align: end;
- width: 100%;
}
#custom-controller {

Powered by Google App Engine
This is Rietveld 408576698