Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / resources / print_preview / search / destination_search.css
1 /* Copyright (c) 2012 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 #destination-search {
6   z-index: 3;
7 }
8
9 #destination-search.transparent {
10   opacity: 0;
11   overflow: hidden;
12   pointer-events: none;
13 }
14
15 #destination-search .page {
16   width: 640px;
17 }
18
19 #destination-search .user-info {
20   display: flex;
21   position: absolute;
22   right: 40px;
23   text-align: right;
24   top: 14px;
25   width: 350px;
26 }
27
28 [dir='rtl'] #destination-search .user-info {
29   left: 40px;
30   right: auto;
31 }
32
33 #destination-search .account-select-label {
34   -webkit-user-select: none;
35   flex: 1;
36   height: 2em;
37   line-height: 2em;
38   overflow: hidden;
39   text-overflow: ellipsis;
40   white-space: nowrap;
41 }
42
43 #destination-search .account-select {
44   flex: 1;
45   margin-left: 8px;
46 }
47
48 #destination-search > .page > .close-button {
49   top: 9px;
50 }
51
52 #destination-search .search-box {
53   -webkit-user-select: none;
54   margin: 14px;
55 }
56
57 #destination-search .lists {
58   -webkit-box-flex: 1;
59   overflow-y: auto;
60 }
61
62 #destination-search .lists > * {
63   -webkit-user-select: none;
64   padding: 0 14px 18px;
65 }
66
67 #destination-search .cloudprint-promo {
68   -webkit-box-align: center;
69   -webkit-user-select: none;
70   background-color: rgb(249, 237, 190);
71   display: -webkit-box;
72   padding: 12px;
73 }
74
75 #destination-search .cloudprint-promo .sign-in.link-button {
76   padding: inherit;
77 }
78
79 #destination-search .cloudprint-promo .icon {
80   -webkit-margin-end: 12px;
81   display: block;
82   height: 24px;
83   width: 24px;
84 }
85
86 #destination-search .cloudprint-promo .promo-text {
87   -webkit-box-flex: 1;
88 }
89
90 #destination-search .cloudprint-promo .close-button {
91   -webkit-margin-start: 12px;
92   background-image: -webkit-image-set(
93     url('chrome://theme/IDR_CLOSE_DIALOG') 1x,
94     url('chrome://theme/IDR_CLOSE_DIALOG@2x') 2x);
95   background-repeat: no-repeat;
96   background-size: 14px;
97   height: 14px;
98   width: 14px;
99 }
100
101 #destination-search .cloudprint-promo .close-button:hover {
102   background-image: -webkit-image-set(
103     url('chrome://theme/IDR_CLOSE_DIALOG_H') 1x,
104     url('chrome://theme/IDR_CLOSE_DIALOG_H@2x') 2x);
105 }
106
107 #destination-search .cloudprint-promo .close-button:active {
108   background-image: -webkit-image-set(
109     url('chrome://theme/IDR_CLOSE_DIALOG_P') 1x,
110     url('chrome://theme/IDR_CLOSE_DIALOG_P@2x') 2x);
111 }