| 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;
|
| +}
|
|
|