settings.less revision 5817bc7f8ac16f727991943b76be2f284fb661b0
/**
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
*
* Copyright (c) 2015 ForgeRock AS. All rights reserved.
*
* The contents of this file are subject to the terms
* of the Common Development and Distribution License
* (the License). You may not use this file except in
* compliance with the License.
*
* You can obtain a copy of the License at
* http://forgerock.org/license/CDDLv1.0.html
* See the License for the specific language governing
* permission and limitations under the License.
*
* When distributing Covered Code, include this CDDL
* Header Notice in each file and include the License file
* at http://forgerock.org/license/CDDLv1.0.html
* If applicable, add the following below the CDDL Header,
* with the fields enclosed by brackets [] replaced by
* your own identifying information:
* "Portions Copyrighted [year] [name of copyright owner]"
*/
#AuditEventsDialog .jsonEditorContainer > div > h3,
#AuditEventHandlersDialog .jsonEditorContainer > div > h3 {
display: none;
}
#AuditEventsDialog {
#filterFieldsPane {
.well {
margin-bottom: 20px;
.headerItem {
list-style-type: none;
border: 0;
margin: 0;
padding: 0 0 10px;
background: none;
}
}
}
}
#settings {
.tab-pane {
border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
border-bottom: 1px solid #ddd;
}
#AuditEventsView {
.alert-warning {
margin-top: 15px;
}
}
.panel-collapse {
margin-bottom: 0;
}
#authenticationForm {
#group-copy {
display: none;
}
.btn-group {
margin: 0;
button i {
font-size: 14px;
}
}
.authModuleDisabled {
color: #999;
}
.authModuleErrors {
color: #cd0a0a;
}
.content {
padding: 0 20px 0 60px;
}
.basicForm, .advancedForm {
h3 {
font-size: 14px;
text-transform: capitalize;
i {
margin-right: 5px;
cursor: pointer;
& + span {
cursor: pointer;
}
}
}
.btn {
font-size: 13px;
border-radius: 5px;
margin-right: 5px;
i {
margin: 0;
}
}
.btn:last-child {
margin-right: 0;
}
}
.advancedForm {
margin-bottom: 15px;
& > div > .well {
display: none;
}
.container-augmentSecurityContext > .well {
background-color: white;
button {
i {
margin: 0 0 0 10px;
}
}
}
}
.noteHidden {
display: none;
}
@media (max-width: 767px) {
.sortable-list ul li .ui-state-header {
padding-left: 40px;
}
.sortable-list > ul > li .list-header .btn-toolbar {
right: 0;
}
.authModuleResource {
display: none;
}
.content {
padding: 0;
}
.btn-toolbar .btn-group button {
display: inline;
width: initial;
margin-top: 0;
padding: 0 0 0 2px;
i {
margin: 0;
}
}
}
}
}