help.css revision 11b8e35b76f2527feb869df147fcf1aca8ca9cc1
1N/A/**
1N/A * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
1N/A *
1N/A * Copyright (c) 2011 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/**
1N/A * Portions Copyrighted 2012 Open Source Solution Technology Corporation
1N/A */
1N/A
1N/Adiv.helpPanel {
1N/A background-color: #F4F6F7;
1N/A border: 1px solid #AABCC8;
1N/A display: none;
1N/A height: 150px;
1N/A margin-top: 24px;
1N/A overflow: auto;
1N/A position: absolute;
1N/A width: 500px;
1N/A z-index:2;
1N/A}
1N/Adiv.helpPanel p {
1N/A margin: 16px 18px;
1N/A min-height: 60%;
1N/A}
1N/Adiv.closeBtn {
1N/A float: right;
1N/A}
1N/Adiv.helpHeader {
1N/A color:#666666;
1N/A padding: 5px;
1N/A}
1N/Adiv.helpFooter {
1N/A float: right;
1N/A margin: 13px 10px 5px 0;
1N/A}
1N/Adiv.helpFooter img { vertical-align: middle; }
1N/Adiv.helpFooter a { padding-left: 5px; }
1N/Adiv.HlpFldTxt a img { vertical-align: middle; }
1N/Adiv.helpText {
1N/A font-size: 11px;
1N/A display: inline;
1N/A vertical-align: middle;
1N/A padding-left: 5px
1N/A}
1N/A