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

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

Issue 1507873003: [Media Router] Update route-details styling. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 | chrome/browser/resources/media_router/elements/route_details/route_details.html » ('j') | 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 #close-route-button { 5 #close-route-button {
6 -webkit-padding-end: 24px; 6 -webkit-padding-end: 24px;
7 background-color: white; 7 background-color: white;
8 line-height: 32px; 8 line-height: 12px;
9 margin: 0; 9 margin: 12px 0;
10 text-align: end; 10 text-align: end;
11 width: 100%; 11 width: 100%;
12 } 12 }
13 13
14 #custom-controller { 14 #custom-controller {
15 display: inline-block; 15 display: inline-block;
16 height: 160px; 16 height: 160px;
17 width: 100%; 17 width: 100%;
18 } 18 }
19 19
20 #route-information { 20 #route-information {
21 -webkit-padding-start: 30px; 21 -webkit-padding-start: 44px;
22 background-color: white; 22 background-color: white;
23 font-size: 1.2em; 23 font-size: 1.2em;
24 height: 40px; 24 margin-top: 16px;
25 overflow: hidden; 25 overflow: hidden;
26 padding: 20px 30px;
27 } 26 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/media_router/elements/route_details/route_details.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698