linkedview.less revision fae509d4126434ef768309e9cccb9d0ac752d593
0N/A/**
0N/A * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
0N/A *
0N/A * Copyright (c) 2014 ForgeRock AS. All rights reserved.
0N/A *
0N/A * The contents of this file are subject to the terms
0N/A * of the Common Development and Distribution License
0N/A * (the License). You may not use this file except in
0N/A * compliance with the License.
0N/A *
0N/A * You can obtain a copy of the License at
0N/A * http://forgerock.org/license/CDDLv1.0.html
0N/A * See the License for the specific language governing
0N/A * permission and limitations under the License.
0N/A *
0N/A * When distributing Covered Code, include this CDDL
0N/A * Header Notice in each file and include the License file
0N/A * at http://forgerock.org/license/CDDLv1.0.html
0N/A * If applicable, add the following below the CDDL Header,
0N/A * with the fields enclosed by brackets [] replaced by
0N/A * your own identifying information:
0N/A * "Portions Copyrighted [year] [name of copyright owner]"
0N/A */
0N/A
0N/A#linkedViewContent {
0N/A * {
0N/A font-size: 13px;
0N/A margin: 0 !important;
0N/A padding: 0 !important;
0N/A font-style: normal !important;
0N/A }
0N/A label, select, input {
0N/A display: inline-block;
0N/A margin: 0 !important;
0N/A padding: 0 !important;
0N/A }
0N/A
0N/A select, input {
0N/A width: 250px !important;
0N/A height: 24px !important;
0N/A background-color: #fff;
0N/A }
0N/A
0N/A label {
0N/A width: 200px;
0N/A margin-top: 10px !important;
0N/A float: none;
0N/A font-weight: normal !important;
0N/A text-align: initial;
0N/A }
0N/A
0N/A select {
0N/A border: 1px solid #aaa;
0N/A background-color: #fff !important;
0N/A width: 262px !important;
0N/A }
0N/A
0N/A input {
0N/A padding: 0 5px !important;
0N/A }
0N/A
0N/A h3 {
0N/A margin-top: 10px !important;
0N/A line-height: initial;
0N/A
0N/A & > span {
0N/A padding-top: 6px !important;
0N/A margin: 0 20px 0 0 !important;
0N/A display: inline-block;
0N/A vertical-align: top;
0N/A }
0N/A }
0N/A
0N/A button {
0N/A padding: 5px !important;
0N/A margin-right: 10px !important;
0N/A }
0N/A
0N/A table {
0N/A margin-bottom: 10px !important;
0N/A
0N/A td button {
0N/A margin: 0 !important;
0N/A }
0N/A
0N/A thead th {
0N/A border: none;
0N/A background: transparent;
0N/A padding-bottom: 5px !important;
0N/A }
0N/A }
0N/A
0N/A .ui-buttonset {
0N/A margin: 0px 0px 5px 0px !important
0N/A }
0N/A
0N/A .ui-widget-content {
0N/A padding: 10px !important;
0N/A margin: 0 0 10px !important;
0N/A }
0N/A
0N/A .form-control {
0N/A position: relative;
0N/A }
0N/A}
0N/A
0N/A#linkedViewBody {
0N/A margin-top:15px;
0N/A}
0N/A
0N/A#linkedViewSelect {
0N/A margin-bottom:10px;
0N/A width: 500px;
0N/A height: 35px;
0N/A}
0N/A
0N/A.data-not-found {
0N/A text-align: center;
0N/A font-weight: bold;
0N/A}
0N/A
0N/A
0N/A
0N/A
0N/A
0N/A