@charset "utf-8";

/* ==========================================================================
   PAGES.CSS - Page-specific structural styles
   Visual styling is in redesign.css; this file handles layout positioning only.
   ========================================================================== */

/* Splash screen handled by redesign.css */

/* Content area for HTML/plain text rendering */
.content-html {
    padding: 16px;
    background-color: #fff;
    border: none;
}
.content-plain {
    border: none;
}

/* Assigned-to dot separator */
.assignedTo .value-wrapper:after {
    content: " \B7 ";
    font-weight: bold;
}
.assignedTo .value-wrapper:last-child:after {
    content: none;
}
