dashboard.less revision 89092dc10fe08b037266c0b4efb94b221f6fffb3
0N/A/**
2362N/A * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
0N/A *
0N/A * Copyright 2014-2015 ForgeRock AS.
0N/A *
0N/A * The contents of this file are subject to the terms of the Common Development and Distribution License (the License).
0N/A * You may not use this file except in compliance with the License.
0N/A *
0N/A * You can obtain a copy of the License at http://forgerock.org/license/CDDLv1.0.html. See the License for the specific
0N/A * language governing permission and limitations under the License.
0N/A *
0N/A * When distributing Covered Code, include this CDDL Header Notice in each file and include the License file at
0N/A * http://forgerock.org/license/CDDLv1.0.html. If applicable, add the following below the CDDL Header, with the fields
0N/A * enclosed by brackets [] replaced by your own identifying information:
0N/A * "Portions Copyrighted [year] [name of copyright owner]"
0N/A */
0N/A
0N/A
2362N/A#dashboard {
2362N/A .dashboard-section > div.panel{
2362N/A margin-bottom: 10px;
0N/A }
0N/A
0N/A .authn {
0N/A width: 100%;
0N/A display: table;
0N/A padding: 15px 0;
0N/A
1952N/A span {
0N/A float: left;
0N/A margin-right: 5px;
1952N/A }
0N/A
0N/A img {
0N/A width: 50px;
0N/A height: 50px;
0N/A }
0N/A
0N/A .authn-header {
0N/A width: 100%;
0N/A padding: 0 0 15px 0;
0N/A }
0N/A }
0N/A
0N/A .collapse-title {
0N/A font-size: 18px;
0N/A letter-spacing: 0px;
0N/A }
0N/A
0N/A .panel-body {
padding: 20px 20px 10px 20px;
}
.table {
border-bottom: 1px solid #ddd;
}
a .appImage {
padding-right:5px;
img {
width: 50px;
height: 50px;
}
}
}