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

Side by Side Diff: chrome/browser/resources/local_discovery/local_discovery.css

Issue 284543002: Display different icons for different device types. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Mon 05/12/2014 14:15:39.40 Created 6 years, 7 months 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 | Annotate | Revision Log
OLDNEW
1 /* Copyright 2013 The Chromium Authors. All rights reserved. 1 /* Copyright 2013 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 body { 5 body {
6 margin: 21px 10px 24px 10px; 6 margin: 21px 10px 24px 10px;
7 } 7 }
8 8
9 h1 { 9 h1 {
10 margin: 0 0 13px 0; 10 margin: 0 0 13px 0;
11 } 11 }
12 12
13 h2 { 13 h2 {
14 margin: 23px 0 0 0; 14 margin: 23px 0 0 0;
15 } 15 }
16 16
17 header { 17 header {
18 border-bottom: 1px solid #eee; 18 border-bottom: 1px solid #eee;
19 max-width: 718px; 19 max-width: 718px;
20 } 20 }
21 21
22 .device { 22 .device {
23 background: url(device.png) no-repeat;
23 margin: 23px 0; 24 margin: 23px 0;
24 max-width: 695px; 25 max-width: 695px;
25 overflow: hidden; 26 overflow: hidden;
26 } 27 }
27 28
28 .device .device-info { 29 .device .device-info {
29 -webkit-padding-start: 40px; 30 -webkit-padding-start: 40px;
30 float: left; 31 float: left;
31 } 32 }
32 33
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 margin: 23px 0; 102 margin: 23px 0;
102 } 103 }
103 104
104 section { 105 section {
105 margin-bottom: 23px; 106 margin-bottom: 23px;
106 } 107 }
107 108
108 .dialog-contents { 109 .dialog-contents {
109 padding-left: 17px; 110 padding-left: 17px;
110 } 111 }
OLDNEW
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | chrome/browser/resources/local_discovery/local_discovery.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698