cros: Remove default pinned apps trial.
[chromium-blink-merge.git] / chrome / browser / resources / local_discovery / local_discovery.css
blob87e1265a3d664883c54ddcdc56b12531b401de1d
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
3 * found in the LICENSE file. */
5 body {
6 margin: 21px 10px 24px 10px;
9 h1 {
10 margin: 0 0 13px 0;
13 h2 {
14 margin: 23px 0 0 0;
17 header {
18 border-bottom: 1px solid #eee;
19 max-width: 718px;
22 .device {
23 margin: 23px 0;
24 max-width: 695px;
25 overflow: hidden;
28 .device .device-info {
29 -webkit-padding-start: 40px;
30 float: left;
33 .printer {
34 background: url(printer.png) no-repeat;
37 html[dir='rtl'] .device .device-info {
38 float: right;
41 .device button {
42 float: right;
45 html[dir='rtl'] .device button {
46 float: left;
49 .subline,
50 .device-subline {
51 color: #999;
52 margin: 5px 0;
55 h3.device-name {
56 margin: 0;
59 .register-page {
60 padding: 15px;
61 width: 600px;
64 .register-page .button-list {
65 padding-top: 15px;
66 text-align: right;
69 html[dir='rtl'] .register-page .button-list {
70 text-align: left;
73 .controls {
74 border-bottom: 1px solid #eee;
75 max-width: 711px;
78 html[dir='rtl'] .controls {
79 padding: 13px 4px 7px 3px;
82 .controls .subline {
83 -webkit-margin-start: 10px;
86 .login-promo {
87 padding-bottom: 5px;
88 padding-top: 5px;
91 .inline-spinner {
92 position: relative;
93 top: 3px;
96 .cloud-print-message {
97 margin: 23px 0;
100 section {
101 margin-bottom: 23px;
104 .dialog-contents {
105 padding-left: 17px;