Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / chrome / browser / resources / local_discovery / local_discovery.css
blob93c656a97586f2ddefb148a8478683d6bb067169
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 background: url(device.png) no-repeat;
24 margin: 23px 0;
25 max-width: 695px;
26 overflow: hidden;
29 html[dir='rtl'] .device {
30 background-position: right top;
33 .device .device-info {
34 -webkit-padding-start: 40px;
35 float: left;
38 .printer {
39 background: url(printer.png) no-repeat;
42 html[dir='rtl'] .device .device-info {
43 float: right;
46 .device button {
47 float: right;
50 html[dir='rtl'] .device button {
51 float: left;
54 .subline,
55 .device-subline {
56 color: #999;
57 margin: 5px 0;
60 h3.device-name {
61 margin: 0;
64 .register-page {
65 padding: 15px;
66 width: 600px;
69 .register-page .button-list {
70 padding-top: 15px;
71 text-align: right;
74 html[dir='rtl'] .register-page .button-list {
75 text-align: left;
78 .controls {
79 border-bottom: 1px solid #eee;
80 max-width: 711px;
83 html[dir='rtl'] .controls {
84 padding: 13px 4px 7px 3px;
87 .controls .subline {
88 -webkit-margin-start: 10px;
91 .login-promo {
92 padding-bottom: 5px;
93 padding-top: 5px;
96 .inline-login-promo {
97 display: inline;
100 .inline-spinner {
101 position: relative;
102 top: 3px;
105 .cloud-print-message {
106 margin: 23px 0;
109 section {
110 margin-bottom: 23px;
113 .dialog-contents {
114 padding-left: 17px;
117 #back-link {
118 background: url(chrome://theme/IDR_CHEVRON_LEFT) left no-repeat;
119 margin-bottom: 25px;
120 margin-top: 6px;
121 padding-left: 23px;
124 html[dir='rtl'] #back-link {
125 transform: scaleX(-1);
128 html[dir='rtl'] #back-link span {
129 display: inline-block;
130 transform: scaleX(-1);