Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / resources / options / website_settings.css
1 /* Copyright 2014 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 #website-settings-page {
6   min-height: 445px;
7   min-width: 540px;
8 }
9
10 #website-settings-edit-page {
11   max-height: 445px;
12   min-width: 540px;
13 }
14
15 .website-column-headers {
16   padding: 3px 0 6px;
17 }
18
19 .website-header-controls {
20   align-items: center;
21   display: flex;
22   justify-content: space-between;
23 }
24
25 .website-header-controls > div {
26   font-weight: bold;
27 }
28
29 #allowed-origin-list-title {
30   font-size: 1.3em;
31 }
32
33 #website-settings-search-box {
34   width: 165px;
35 }
36
37 #website-settings-page .action-area {
38   padding-bottom: 20px;
39 }
40
41 .website-list-content-area {
42   display: flex;
43   flex-direction: column;
44 }
45
46 .permission-name {
47   -webkit-margin-start: 7px;
48   font-size: 13px;
49   width: 300px;
50 }
51
52 #website-settings-edit-page .permission-selection-option {
53   -webkit-margin-end: 20px;
54   -webkit-margin-start: 35px;
55   width: 12em;
56 }
57
58 #website-settings-permission-column {
59   -webkit-margin-start: 8px;
60 }
61
62 .website-properties {
63   -webkit-margin-start: 8px;
64   margin-bottom: 8px;
65   padding-bottom: 4px;
66 }
67
68 .website-property-area {
69   align-items: center;
70   display: flex;
71   justify-content: space-between;
72   margin-bottom: 8px;
73 }
74
75 .website-property-button {
76   margin-bottom: 9em;
77 }
78
79 #website-title {
80   -webkit-padding-start: 21px;
81   font-size: 15px;
82   line-height: 20px;
83   margin-bottom: 22px;
84   margin-top: 0;
85 }
86
87 #website-settings-page .content-area {
88   padding: auto 20px;
89 }
90
91 #website-settings-page .action-area {
92   padding: auto 20px;
93
94 }
95
96 #website-settings-edit-page .action-area {
97   padding: auto 20px;
98
99 }
100
101 .origin-permission-list {
102   border: 1px solid #d9d9d9;
103   height: 192px;
104   padding-top: 4px;
105 }
106
107 #website-settings-edit-page .website-property-button {
108   min-width: 70px;
109 }
110
111 #website-settings-edit-page .website-property-controls {
112   min-width: 165px;
113 }
114
115 #website-settings-global-controls {
116   align-items: center;
117   display: flex;
118   margin-bottom: 24px;
119 }
120
121 #global-setting {
122   -webkit-margin-start: 35px;
123   flex: 1;
124 }
125
126 /* Styles for the origin list elements in the website settings page. */
127 .origin-list {
128   border: 1px solid #d9d9d9;
129   font-size: 13px;
130   height: 192px;
131   margin: 5px 0 0;
132 }
133
134 #website-settings-page .blocked-origin-list {
135   height: 128px;
136   min-height: 128px;
137 }
138
139 #website-settings-page .nonsplit-origin-list {
140   height: 357px;
141   min-height: 357px;
142 }
143
144 #origin-list-item {
145   height: 30px;
146 }
147
148 .local-storage-usage {
149   color: #7f7f7f;
150   margin: auto 0;
151 }
152
153 list.origin-list .favicon-cell {
154   -webkit-margin-start: 6px;
155   -webkit-padding-start: 21px;
156 }
157
158 list.origin-list .favicon-cell {
159   -webkit-margin-start: 5px;
160   -webkit-padding-start: 21px;
161   font-size: 13px;
162 }
163
164 .permission-option {
165   align-items: center;
166   display: flex;
167   justify-content: space-between;
168   margin-top: 4px;
169 }