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

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

Issue 1475843002: [MR] Add description field to MediaSink. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/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 6bf244253084eda45608637276ff47ee38653477..5a5f09fe5be9a07485fa5e1b6f990232249c02c4 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
@@ -77,11 +77,6 @@ paper-menu {
padding-top: 4px;
}
-.route {
- color: rgb(150, 150, 150);
- padding-top: 8px;
-}
-
#searching-devices-spinner {
height: 30px;
width: 30px;
@@ -100,6 +95,11 @@ paper-menu {
font-weight: normal;
}
+.sink-subtext {
+ color: rgb(150, 150, 150);
+ padding-top: 8px;
+}
+
.sink-text {
-webkit-padding-end: 26px;
line-height: normal;
@@ -111,4 +111,4 @@ paper-menu {
#route-details {
margin-top: var(--container-header-height);
-}
+}

Powered by Google App Engine
This is Rietveld 408576698