blob: 0744dea68e23e3af01d305e3bcfe4142f6e1d327 [file] [log] [blame]
/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file. */
@import 'policy_common.css';
#status-box-container {
display: -webkit-flex;
}
fieldset {
border: 1px solid rgb(217, 217, 217);
display: inline;
margin: 0;
padding: 7px;
}
fieldset + fieldset {
margin-inline-start: 20px;
}
div.status-entry {
display: -webkit-flex;
margin-bottom: .8em;
}
div.status-entry:last-child {
margin-bottom: 0;
}
div.left-aligned-button {
float: left;
}
html[dir='rtl'] div.left-aligned-button {
float: right;
}
section.status-box-section {
clear: both;
}
div.preformatted {
white-space: pre;
}