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

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

Issue 1134463008: Use core/paper elements in media-router-container. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 7 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: chrome/browser/resources/media_router/elements/media_router_container/media_router_container.css
diff --git a/chrome/browser/resources/media_router/elements/media_router_container/media_router_container.css b/chrome/browser/resources/media_router/elements/media_router_container/media_router_container.css
index 7fd668a20b3878b4490169968dbd52d5d04f5adf..e3d136fc88c89bcc9705bf3484637daf3daf8fdc 100644
--- a/chrome/browser/resources/media_router/elements/media_router_container/media_router_container.css
+++ b/chrome/browser/resources/media_router/elements/media_router_container/media_router_container.css
@@ -3,33 +3,21 @@
* found in the LICENSE file. */
#cast-modes {
- margin: 30px 0;
+ margin: 40px 0;
position: absolute;
z-index: 1;
}
:host-context(html[dir='ltr']) #cast-modes {
- right: 35px;
+ right: 72px;
}
:host-context(html[dir='rtl']) #cast-modes {
- left: 35px;
-}
-
-#close-button {
- -webkit-margin-start: 15px;
- align-self: flex-start;
- background-image: -webkit-image-set(
- url(../icon/close-gray.png) 1x,
- url(../icon/close-gray2x.png) 2x);
- background-repeat: no-repeat;
- height: 20px;
- width: 20px;
+ left: 72px;
}
#container-header {
- display: flex;
- justify-content: space-between;
+ background-color: rgb(214, 214, 214);
}
#drop-down-button {
@@ -49,10 +37,7 @@
-webkit-padding-start: 20px;
flex-grow: 1;
font-size: 1.25em;
- font-weight: normal;
margin: 0;
- padding-bottom: 10px;
- padding-top: 10px;
}
.sink {

Powered by Google App Engine
This is Rietveld 408576698