adminStyle.less revision 9ad7d0020702ab233be7bce3c52cf209ebec0e35
1N/A/**
1N/A * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
1N/A *
1N/A * Copyright (c) 2014 ForgeRock AS. All rights reserved.
1N/A *
1N/A * The contents of this file are subject to the terms
1N/A * of the Common Development and Distribution License
1N/A * (the License). You may not use this file except in
1N/A * compliance with the License.
1N/A *
1N/A * You can obtain a copy of the License at
1N/A * http://forgerock.org/license/CDDLv1.0.html
1N/A * See the License for the specific language governing
1N/A * permission and limitations under the License.
1N/A *
1N/A * When distributing Covered Code, include this CDDL
1N/A * Header Notice in each file and include the License file
1N/A * at http://forgerock.org/license/CDDLv1.0.html
1N/A * If applicable, add the following below the CDDL Header,
1N/A * with the fields enclosed by brackets [] replaced by
1N/A * your own identifying information:
1N/A * "Portions Copyrighted [year] [name of copyright owner]"
1N/A */
1N/A
1N/A/*
1N/A Base Page Styles
*/
.subtitle-bar h2 {
float: left;
margin-top: 0;
}
.subtitle-bar a {
float: right;
text-decoration: none;
}
.btn .fa {
width: 21px;
text-align: left;
}
.dropdown-toggle .fa {
text-align: right;
}
#subNavHolder {
display: none;
}
.back-bar {
padding: 15px;
border-bottom: 1px solid #eee;
margin-bottom: 15px;
}
.clean-btn:hover {
color: #000;
}
.schema-panel {
border-top: 1px solid #eee;
padding: 15px;
h3 {
margin-top: 0px;
}
}
.inline-label {
padding-left: 15px;
}
/*
Managed Object Admin
*/
#managedPropertyWrapper {
input[type=text]{
width: 300px;
}
.managed-property {
border: 1px solid #efefef;
margin-top: 15px;
padding: 10px;
}
}
.scripts-container {
margin-top: 15px;
.event-hook-body {
margin-top: 15px;
}
}