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

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

Issue 1027253004: Add Media Router route-details. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 8 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/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
new file mode 100644
index 0000000000000000000000000000000000000000..b80ef24f48d3ba3d391e61205edabaca26ee8b1a
--- /dev/null
+++ b/chrome/browser/resources/media_router/elements/route_details/route_details.css
@@ -0,0 +1,43 @@
+/* Copyright 2015 The Chromium Authors. All rights reserved.
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file. */
+
+#back-to-devices {
+ -webkit-padding-start: 10px;
+ color: rgb(20, 86, 218);
+ font-weight: bold;
+ line-height: 2em;
+}
+
+#back-to-devices:hover {
+ cursor: pointer;
+ text-decoration: underline;
+}
+
+button {
+ background: linear-gradient(to top, rgb(254, 254, 254), rgb(222, 222, 222));
+}
+
+.device-name {
+ font-weight: bold;
+}
+
+hr {
+ margin: 0;
+}
+
+.route {
+ -webkit-padding-start: 10px;
+ line-height: 1.125em;
+}
+
+.route-status {
+ color: rgb(125, 125, 125);
+ margin: 8px 0;
+}
+
+.route-title {
+ font-weight: bold;
+ margin: 8px 0;
+ overflow: hidden;
+}

Powered by Google App Engine
This is Rietveld 408576698