BookmarkManager: Fix 'new folder text field size changes on clicking it' issue.
[chromium-blink-merge.git] / chrome / browser / resources / media_router / elements / route_details / route_details.css
blobdc4d21425f3a5934cebbd48926cc9186361701a9
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 #close-route-button {
6 background-color: white;
7 color: rgb(33, 150, 243);
8 height: 32px;
9 line-height: 32px;
10 margin: 0;
11 text-align: end;
12 width: 100%;
15 #close-button {
16 -webkit-margin-start: auto;
19 #close-button::shadow #icon {
20 height: 15px;
21 width: 15px;
24 #custom-controller {
25 display: inline-block;
26 height: 160px;
27 width: 100%;
30 #route-details-header {
31 background-color: rgb(33, 150, 243);
32 font-size: 1.4em;
35 #route-information {
36 -webkit-padding-start: 30px;
37 background-color: white;
38 font-size: 1.2em;
39 height: 40px;
40 overflow: hidden;
41 padding: 20px 30px;