cros: Remove default pinned apps trial.
[chromium-blink-merge.git] / chrome / browser / resources / policy_android.css
blob6bf8a0df32729e8096ba95746e824de6b77ea12b
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.uber-frame {
6 -webkit-margin-start: 0;
9 body.uber-frame > .page {
10 -webkit-margin-end: 0;
11 -webkit-padding-end: 10px;
12 -webkit-padding-start: 10px;
13 min-width: 0;
16 #filter-overlay {
17 padding-bottom: 0;
18 position: fixed;
19 z-index: 4;
22 body.uber-frame header {
23 left: 0;
24 max-width: none;
25 min-width: 0;
28 body.uber-frame header > h1 {
29 margin-left: 10px;
32 body.uber-frame section {
33 -webkit-padding-start: 0;
34 max-width: none;
37 body.uber-frame section > h3 {
38 -webkit-margin-start: 0;
41 #status-box-container {
42 display: -webkit-flex;
45 fieldset {
46 border: 1px solid rgb(217, 217, 217);
47 display: inline;
48 margin: 0;
49 padding: 7px;
52 fieldset + fieldset {
53 -webkit-margin-start: 20px;
56 div.status-entry {
57 display: -webkit-flex;
58 margin-bottom: .8em;
61 div.status-entry:last-child {
62 margin-bottom: 0;
65 div.label {
66 -webkit-margin-end: 1em;
67 white-space: nowrap;
70 #show-unset-container {
71 float: right;
72 text-align: right;
75 html[dir='rtl'] #show-unset-container {
76 float: left;
77 text-align: left;
80 div.reload-policies-button {
81 float: left;
84 html[dir='rtl'] div.reload-policies-button {
85 float: right;
88 div.show-unset-checkbox {
89 float: right;
92 html[dir='rtl'] div.show-unset-checkbox {
93 float: left;
96 section.reload-show-unset-section {
97 padding-bottom: 30px;
98 padding-top: 15px;
101 section.status-box-section {
102 clear: both;
105 div.table-description {
106 color: rgb(100, 100, 100);
109 div.no-policies-set {
110 clear: both;
111 color: rgb(180, 180, 180);
112 font-size: 125%;
113 margin-bottom: 10px;
114 margin-top: 20px;
115 text-align: center;
118 table {
119 border-collapse: collapse;
120 margin-bottom: 5px;
121 margin-top: 17px;
122 table-layout: fixed;
123 width: 100%;
124 word-wrap: break-word;
127 section.empty > table {
128 display: none;
131 section:not(.empty) > div.no-policies-set {
132 display: none;
135 body.uber-frame * section.policy-table-section {
136 padding-bottom: 10px;
140 td {
141 border: 1px solid rgb(217, 217, 217);
142 padding: 4px;
145 th {
146 background-color: rgb(240, 240, 240);
147 font-weight: normal;
150 .scope-column {
151 display: none;
154 .level-column {
155 display: none;
158 .name-column {
159 width: 45%;
162 div.name {
163 word-wrap: break-word;
166 .status-column {
167 width: 15%;
170 div.elide,
171 span.value {
172 overflow: hidden;
173 text-overflow: ellipsis;
174 white-space: nowrap;
177 button.toggle-expanded-value {
178 padding: 0;
181 tbody.has-overflowed-value span.value {
182 display: none;
185 tbody:not(.has-overflowed-value) button.toggle-expanded-value {
186 display: none;
189 tbody:not(.has-overflowed-value) > tr.expanded-value-container,
190 tbody:not(.show-overflowed-value) > tr.expanded-value-container {
191 display: none;
194 td.expanded-value {
195 white-space: pre;
196 word-wrap: break-word;