blob: 9ab008eaef57f490c21ebe00c434c6c04fcf2210 [file] [log] [blame]
/*-
* ============LICENSE_START==========================================
* ONAP Portal
* ===================================================================
* Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
* ===================================================================
*
* Unless otherwise specified, all software contained herein is licensed
* under the Apache License, Version 2.0 (the "License");
* you may not use this software except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* Unless otherwise specified, all documentation contained herein is licensed
* under the Creative Commons License, Attribution 4.0 Intl. (the "License");
* you may not use this documentation except in compliance with the License.
* You may obtain a copy of the License at
*
* https://creativecommons.org/licenses/by/4.0/
*
* Unless required by applicable law or agreed to in writing, documentation
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* ============LICENSE_END============================================
*
*
*/
.w-ecomp-main-view-title {
//.a24r;
.blackText24m;
//margin-left: @table-margin-left;
width: @table-width;
padding-bottom: 15px;
//.content_justify;
//padding-left: 20px;
margin:auto;
}
.override_background {
.bg_portalGray; // 1610
}
input.table-search {
font-style: italic;
padding: 7px 10px;
width: 440px;
display: inline-block;
position: relative;
margin-bottom: 10px;
border-radius: 6px;
border: 1px solid @portalLGray;
height: 32px;
.form-field, .form-field-input-container {
width: 440px;
}
&:focus{
border-color: @blue-hover;
}
&:active{
border-color: @portalLGray;
}
}
.add-button {
cursor: pointer;
width: 120px;
float: right;
.btn-blue;
line-height: 32px;
height: 32px;
&::before {
.ico_add_user;
content: '';
vertical-align: middle;
display: inline-block;
margin-right: 10px;
}
}
.edit-button {
cursor: pointer;
width: 132px;
float:right;
.btn-blue;
line-height: 32px;
height: 32px;
&::before {
font-family: portalicons;
content: '\e6bc';
vertical-align: middle;
display: inline-block;
margin-right: 10px;
}
}
.errors-text {
.dGray14r;
}
.general-errors-text {
.dGray14r;
color: @err;
}
.ecomp-table-repeat{
margin-bottom:5px;
}
.table-control-fields{
display:inline-flex
}
.table-control-buttons{
float:right;
}
.table-control-fields input, .table-dropdown{
width:400px;
margin-right:10px;
}