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

Side by Side Diff: chrome/browser/resources/media_router/elements/route_details/route_details.css

Issue 2490003004: [MR UI] Make custom controls / extensionview in the dialog taller by 6px (Closed)
Patch Set: Created 4 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* Copyright 2015 The Chromium Authors. All rights reserved. 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 2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */ 3 * found in the LICENSE file. */
4 4
5 5
6 #custom-controller { 6 #custom-controller {
7 display: inline-block; 7 display: inline-block;
8 height: 136px; 8 height: 142px;
9 width: 100%; 9 width: 100%;
10 } 10 }
11 11
12 #route-action-buttons { 12 #route-action-buttons {
13 @apply(--layout-horizontal); 13 @apply(--layout-horizontal);
14 @apply(--layout-end-justified); 14 @apply(--layout-end-justified);
15 margin: 0; 15 margin: 0;
16 padding: 0; 16 padding: 0;
17 white-space: nowrap; 17 white-space: nowrap;
18 } 18 }
19 19
20 .route-button { 20 .route-button {
21 -webkit-padding-end: 24px; 21 -webkit-padding-end: 24px;
22 -webkit-padding-start: 0; 22 -webkit-padding-start: 0;
23 background-color: white; 23 background-color: white;
24 line-height: 12px; 24 line-height: 12px;
25 margin: 12px 0; 25 margin: 12px 0;
26 text-align: end; 26 text-align: end;
27 } 27 }
28 28
29 #route-information { 29 #route-information {
30 -webkit-padding-end: var(--dialog-padding-end); 30 -webkit-padding-end: var(--dialog-padding-end);
31 -webkit-padding-start: 44px; 31 -webkit-padding-start: 44px;
32 background-color: white; 32 background-color: white;
33 font-size: 1.2em; 33 font-size: 1.2em;
34 line-height: 1.5em; 34 line-height: 1.5em;
35 margin-top: 16px; 35 margin-top: 16px;
36 overflow: hidden; 36 overflow: hidden;
37 } 37 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698