Show title instead of message in Media Router issue-banner.
[chromium-blink-merge.git] / chrome / browser / resources / media_router / elements / issue_banner / issue_banner.css
blob23922588f27f6fb154faf883f27bfe9f53a6028a
1 /* Copyright 2015 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */
5 .blocking {
6 overflow: hidden;
7 padding-bottom: 15px;
8 padding-top: 15px;
9 position: relative;
10 text-align: center;
13 .blocking > div > #title {
14 color: rgb(150, 150, 150);
15 line-height: 1.125em;
16 padding: 10px;
17 vertical-align: middle;
20 #blocking-icon {
21 height: 75px;
22 padding: 15px;
23 width: 75px;
26 .non-blocking {
27 background-color: rgb(66, 66, 66);
28 max-height: 65px;
29 overflow: hidden;
30 padding: 6px;
33 .non-blocking > #buttons {
34 display: flex;
35 flex-direction: row;
36 justify-content: flex-end;
37 width: 100%;
40 .non-blocking > div > #title {
41 color: white;
42 padding: 6px 6px 20px 6px;