﻿/*
 * The purpose of this stylesheet is to add styles to out-of-box application in portal.admin
 * The css will only be loaded when Pw/Views/Shared/_Admin master page is used.
 * 
 * Please add a section for each page, so we know where things belong 
 *
 */


/* All admin pages  */

div.panel.status-line
{
    height: 20px;
    padding: 5px 3px 0 3px;
    border-bottom: 1px solid #A09F9F;
    background-image: url('Images/baseline_b40tablehead.png');
}

div.entity-info div
{
    float: left;
    margin: 0 5px 0 5px;
}

div.entity-info div span
{
    padding: 0 10px 0 5px;
    font-weight: bold;
    border-left: 1px solid black;
}

div.popup-panel > div.container > div.panel.popup-editor-panel
{
    width: 950px;
    height:700px;
}

div.panel.popup-editor-panel div.ribbon
{
    height: 30px;
    border: solid;
    border-width: 1px 0 1px 0;
    border-color: Gray;
}

/* ---------------- */

/* Start Translate */
div.translate-editor
{
    height: 200px;
}
/* --------------- */


/* url: Pw/Web      */
div.panel.web-and-application
{
    width: 380px;
}
/* ---------------- */