resourcesView.less revision 60c6329b1dee0d4fdfed930c411582a988f4fd0d
/**
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
*
* Copyright (c) 2014 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]"
*/
/*
General resources Display
*/
.connector-help {
float:left;
padding-top:10px;
}
.connector-help h4{
margin-bottom:5px;
color:#5fa595;
}
.connector-help p {
width:360px;
}
.card-holder {
clear:both;
}
.resource-body {
border:2px solid #ddd;
float:left;
margin-right:15px;
height:210px;
width:220px;
text-align:center;
background-color:white;
margin-top: 10px;
}
.resource-container {
clear:both;
height: 250px;
margin-top:0px;
}
.resource-container h4 {
line-height:18px;
}
.add-resource-body {
cursor:pointer;
background-color:#eee;
}
.add-resource-body:hover {
color:#5e887f;
}
.resource-tools {
height:30px;
}
.resource-tools .resource-edit,
.resource-tools .resource-delete {
cursor:pointer;
margin-top:10px;
margin-right:10px;
}
.resource-tools .resource-edit:hover,
.resource-tools .resource-delete:hover {
color:#5e887f;
}
.resource-body a {
color:#5d6871;
}
a.add-resource-link .add-resource-body:hover {
border-color:#bbb;
}
/*
Resource type information
*/
.resource-type-body {
padding:0px;
color:#5d6871;
}
.resource-info {
padding:10px 0px 15px 0px;
}
.add-resource-body .resource-info {
padding-top:65px;
}
.add-resource-body .resource-info,
.add-resource-body .resource-info .fa {
color:#5fa595;
}
.resource-info span {
display:inline-block;
margin-bottom:10px;
}
.resource-info .fa {
color:#bbb;
}
.resource-type-name,
.resource-object-type {
font-weight: bold;
font-size: 12px;
color:#bbb;
}
.resource-type-name {
padding-bottom:0px;
}
.resource-object-type {
font-weight:normal;
}
.resource-given-name {
font-size:15px;
overflow: hidden;
text-overflow: ellipsis;
padding-bottom:5px;
font-weight:bold;
}
.resource-input-body .group-field-block .add-btn {
margin-left:0px;
}
.resource-input-body .group-field-block .add-btn span{
display:inline-block;
width:140px;
}
.resource-status {
float:left;
font-size:14px;
margin-top:10px;
margin-left:10px;
}
.resource-unavailable {
color:@color-error;
}
.resource-available {
color:@color-success;
}
.resource-disabled {
color: #B8B800;
}
.ui-tooltip.resource-error-tooltip {
background-color:#f2dede;
margin-top:15px;
color:#a94442;
border:#ebccd1 solid 2px;
background-image:none;
}
.ui-tooltip.resource-warning-tooltip {
background-color:#fcf8e3;
color:#8a6d3b;
margin-top:15px;
border:#faebcc solid 2px;
background-image:none;
}
/*
Add Mapping Resource Styles
*/
.resource-body hr {
border-top: 1px solid #ddd;
margin:0px;
}
.add-resource-button {
margin:0px;
position: relative;
width:200px;
top:5px;
right:2px;
}
.none-editable-resources {
margin-top:15px;
}
.none-editable-resources .resource-info {
padding-top: 25px;
padding-bottom: 5px;
height:136px;
}
.resource-status-body {
height:40px;
}
.resource-status-body .fa {
margin-right:10px;
}
.resource-large-icon {
height: 75px;
}
.resource-small-icon {
height: 55px;
float: left;
position: relative;
bottom: 5px;
}
#managedErrorMessage {
margin-top:15px;
}