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

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, 1 month 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..09e5dac11917a8fc4bb1365f716dae6d6ff8e160 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,17 @@ paper-menu {
font-weight: normal;
}
+.sink-subtext {
imcheng 2015/11/25 00:54:45 Instead of making the subtext belong to both class
apacible 2015/11/25 23:05:41 Let's switch back to the previous CSS classes and
imcheng 2015/12/01 19:29:27 Okay. Removed the additional properties from sink-
+ -webkit-padding-end: 26px;
+ color: rgb(150, 150, 150);
+ line-height: normal;
+ overflow: hidden;
+ padding-top: 8px;
+ text-overflow: ellipsis;
+ white-space: nowrap;
+ width: 250px;
+}
+
.sink-text {
-webkit-padding-end: 26px;
line-height: normal;
@@ -111,4 +117,4 @@ paper-menu {
#route-details {
margin-top: var(--container-header-height);
-}
+}

Powered by Google App Engine
This is Rietveld 408576698