/* +--------------------------------------------------------------------------+
// Style commun pour le popup d'options d'impression (print.php)
// +--------------------------------------------------------------------------+
*/

/*
 * Quand opac_rgaa_active est actif, print_options::get_display_group() rend
 * chaque groupe d'options sous forme de <fieldset>/<legend> plutot que
 * <b>/<blockquote>. On aligne ici le rendu du fieldset sur celui du
 * blockquote (aucune bordure/fond par defaut dans ce theme, seulement un
 * retrait de 40px et un intitule en gras non retrait).
 */
.print-options-fieldset {
    display: block;
    border: none;
    margin: 1em 20px;
    padding: 0;
    min-width: 0;
}

.print-options-fieldset legend {
    float: left;
    margin: 0 0 5px -20px;
    padding: 0;
    font-weight: bold;
    width: auto;
}

.print-options-fieldset legend + * {
    clear: both;
}
