/* * ppw20.dialog.css * Foglio di stile per la visualizzazione dei dialog * * Copyright 2018 salvi * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, * MA 02110-1301, USA. */ /* Stili per il dialog */ #isf_overlay { visibility: hidden; position: fixed; left: 0px; top: 0px; width:100%; height:100%; text-align:center; z-index: 1000; background-color: rgba(0,0,0,0.8); } #isf_overlay_frame { position: relative; margin-left: auto; margin-right: auto; margin-top: 50px; width: 400px; padding: 15px 0; background-color: #fff; border:2px solid #000; text-align: left; } #isf_overlay_content { margin: 5px 20px; text-align: left; } #isf_overlay_close_button { float: right; margin-top: -35px; margin-right: 15px; height: 30px; } .isf_overlay_return_button { margin: 0; padding: 0; height: 30px; } #tablecontainer { position: absolute; top: 0; left: 0; right: 0; height: 100vh; overflow: auto; } #tablediv { margin-top: 3em; } /* Fine Stili per il dialog */