Upstream version 9.38.198.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   max-height: 445px;
7   min-width: 540px;
8 }
9
10 .website-column-headers {
11   padding: 3px 0 6px;
12 }
13
14 .website-header-controls {
15   display: flex;
16 }
17
18 .resource-type-select {
19   -webkit-margin-end: auto;
20   min-width: 170px;
21 }
22
23 #website-settings-search-box {
24   -webkit-margin-start: 35px;
25   width: 165px;
26 }
27
28 #website-settings-page .action-area {
29   padding-bottom: 20px;
30 }
31
32 .content-area.website-list-content-area {
33   display: flex;
34   flex-direction: column;
35 }
36
37 /* Styles for the origin list elements in the website settings page. */
38 #origin-list {
39   border: 1px solid #d9d9d9;
40   font-family: Noto Sans;
41   font-size: 13px;
42   margin: 5px 0 0;
43   min-height: 287px;
44 }
45
46 #origin-list-item {
47   height: 30px;
48 }
49
50 .local-storage-usage {
51   color: #7f7f7f;
52   margin: auto 0;
53 }
54
55 list.origin-list .favicon-cell {
56   -webkit-margin-start: 6px;
57   -webkit-padding-start: 21px;
58 }