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

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

Issue 1128023003: Media Router: Replace drop-down-button with core-icon-button. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 e3d136fc88c89bcc9705bf3484637daf3daf8fdc..f8d149a15050d4965cea1c42b40d610b47bcae9d 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,7 +3,7 @@
* found in the LICENSE file. */
#cast-modes {
- margin: 40px 0;
+ margin: 40px 2px;
position: absolute;
z-index: 1;
}
@@ -20,11 +20,6 @@
background-color: rgb(214, 214, 214);
}
-#drop-down-button {
- margin-top: 10px;
- z-index: 1;
-}
-
.hide {
display: none;
}

Powered by Google App Engine
This is Rietveld 408576698