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. */
6 -webkit-margin-start: 23px;
9 body
.uber-frame
> .page
{
10 -webkit-margin-end: 0;
11 -webkit-padding-end: 24px;
20 body
.uber-frame header
{
25 html
[dir
='rtl'] body
.uber-frame header
{
29 body
.uber-frame section
{
33 #status-box-container {
34 display: -webkit-flex
;
38 border: 1px solid rgb
(217, 217, 217);
45 -webkit-margin-start: 20px;
49 display: -webkit-flex
;
53 div
.status-entry:last-child
{
58 -webkit-margin-end: 1em;
62 #show-unset-container {
67 html
[dir
='rtl'] #show-unset-container
{
72 div
.reload-policies-button
{
76 html
[dir
='rtl'] div
.reload-policies-button
{
80 div
.show-unset-checkbox
{
84 html
[dir
='rtl'] div
.show-unset-checkbox
{
88 section
.reload-show-unset-section
{
93 section
.status-box-section
{
97 div
.table-description
{
98 color: rgb
(100, 100, 100);
101 div
.no-policies-set
{
102 color: rgb
(180, 180, 180);
110 border-collapse: collapse
;
117 section
.empty
> table
{
121 section:not
(.empty
) > div
.no-policies-set
{
126 -webkit-padding-start: 0;
129 section
.policy-table-section
{
130 padding-bottom: 10px;
135 border: 1px solid rgb
(217, 217, 217);
140 background-color: rgb
(240, 240, 240);
147 text-overflow: ellipsis
;
151 button
.toggle-expanded-value
{
155 tbody
.has-overflowed-value span
.value
{
159 tbody:not
(.has-overflowed-value
) button
.toggle-expanded-value
{
163 tbody:not
(.has-overflowed-value
) > tr
.expanded-value-container
,
164 tbody:not
(.show-overflowed-value
) > tr
.expanded-value-container
{
170 word-wrap: break-word
;
173 html:not
(.focus-outline-visible
)
174 :enabled:focus:-webkit-any
(input
[type
='checkbox'],
175 input
[type
='radio'], button
) {
176 /* Cancel border-color for :focus specified in widgets.css. */
177 border-color: rgba
(0, 0, 0, 0.25);