Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / resources / local_discovery / local_discovery.css
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. */
4
5 body {
6   margin: 21px 10px 24px 10px;
7 }
8
9 h1 {
10   margin: 0 0 13px 0;
11 }
12
13 h2 {
14     margin: 23px 0 0 0;
15 }
16
17 header {
18   border-bottom: 1px solid #eee;
19   max-width: 718px;
20 }
21
22 .device {
23   background: url(device.png) no-repeat;
24   margin: 23px 0;
25   max-width: 695px;
26   overflow: hidden;
27 }
28
29 html[dir='rtl'] .device {
30     background-position: right top;
31 }
32
33 .device .device-info {
34   -webkit-padding-start: 40px;
35   float: left;
36 }
37
38 .printer {
39   background: url(printer.png) no-repeat;
40 }
41
42 html[dir='rtl'] .device .device-info {
43   float: right;
44 }
45
46 .device button {
47   float: right;
48 }
49
50 html[dir='rtl'] .device button {
51   float: left;
52 }
53
54 .subline,
55 .device-subline {
56   color: #999;
57   margin: 5px 0;
58 }
59
60 h3.device-name {
61   margin: 0;
62 }
63
64 .register-page {
65   padding: 15px;
66   width: 600px;
67 }
68
69 .register-page .button-list {
70   padding-top: 15px;
71   text-align: right;
72 }
73
74 html[dir='rtl'] .register-page .button-list {
75   text-align: left;
76 }
77
78 .controls {
79   border-bottom: 1px solid #eee;
80   max-width: 711px;
81 }
82
83 html[dir='rtl'] .controls {
84   padding: 13px 4px 7px 3px;
85 }
86
87 .controls .subline {
88   -webkit-margin-start: 10px;
89 }
90
91 .login-promo {
92   padding-bottom: 5px;
93   padding-top: 5px;
94 }
95
96 .inline-login-promo {
97     display: inline;
98 }
99
100 .inline-spinner {
101   position: relative;
102   top: 3px;
103 }
104
105 .cloud-print-message {
106   margin: 23px 0;
107 }
108
109 section {
110   margin-bottom: 23px;
111 }
112
113 .dialog-contents {
114     padding-left: 17px;
115 }
116
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;
122 }
123
124 html[dir='rtl'] #back-link {
125   transform: scaleX(-1);
126 }
127
128 html[dir='rtl'] #back-link span {
129   display: inline-block;
130   transform: scaleX(-1);
131 }