|
Server : Apache System : Linux vps.urbanovitalino.adv.br 3.10.0-1062.12.1.el7.x86_64 #1 SMP Tue Feb 4 23:02:59 UTC 2020 x86_64 User : urbanovitalinoad ( 1001) PHP Version : 7.3.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/urbanovitalinoad/public_html/servicedesk/marketplace/formcreator/css/ |
Upload File : |
/**
* ---------------------------------------------------------------------
* Formcreator is a plugin which allows creation of custom forms of
* easy access.
* ---------------------------------------------------------------------
* LICENSE
*
* This file is part of Formcreator.
*
* Formcreator 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.
*
* Formcreator 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 Formcreator. If not, see <http://www.gnu.org/licenses/>.
* ---------------------------------------------------------------------
* @copyright Copyright © 2011 - 2021 Teclib'
* @license http://www.gnu.org/licenses/gpl.txt GPLv3+
* @link https://github.com/pluginsGLPI/formcreator/
* @link https://pluginsglpi.github.io/formcreator/
* @link http://plugins.glpi-project.org/#/plugin/formcreator
* ---------------------------------------------------------------------
*/
.print_button {
display: none;
}
#page {
text-align: left;
margin: 10px;
}
.form_section {
margin-left: 10px;
}
.form-group {
margin: 20px 10px;
break-inside: avoid-page;
}
.form_field {
margin-top: 5px;
}
.select2-container,
input,
textarea,
.mce-edit-area {
border: 1px solid #AAA;
padding: 5px;
min-height: 15px;
width: 80%;
}
.select2-container a {
display: none;
}
.mce-toolbar {
display: none;
}
input[type=submit] {
display: none;
}
label[for] {
font-weight: bold;
}
/** FORM ANSWER */
.form_answer .headerRow,
.form_answer .help-block,
.form_answer .accepted_header {
display: none;
}
/** GLPI COMPONENTS */
.tab_cadre_fixe,
.tab_cadre_fixe th {
border: 0;
margin: 0;
font-size: 13px;
}
.ui-front-message-after-redirect {
display: none;
}
.pq-select-popup-cont {
display: none;
}
/** CHECKBOXES */
.form-group-checkbox {
position:relative;
width: 16px;
height: 16px;
margin: 0 auto;
display: inline-block;
margin: 5px;
}
.label-checkbox {
cursor:pointer;
width: 16px;
height: 16px;
display: block;
}
.label-checkbox span {
display:block;
position:absolute;
left:0;
}
.label-checkbox .box {
top: -2px;
border: 1px solid #222;
border-radius: 3px;
height:16px;
width:16px;
}
/** RADIO BUTTONS */
.radios input[type = radio] {
display: none;
}
.radios input[type = radio] + label {
cursor: pointer;
padding-left: 22px;
position: relative;
display: block;
height: 26px;
}
.radios input[type = radio] + label:before,
.radios input[type = radio] + label:after {
position: absolute;
content: "";
border-radius: 50%;
transition: all 0.3s ease;
}
.radios input[type = radio] + label:before {
top: -1px;
left: 0;
width: 15px;
height: 15px;
background-color: #727272;
box-shadow: inset 0 0 0 13px #FFF;
border: 2px solid #727272;
}
.radios input[type = radio] + label:after {
top: 40%;
left: 9px;
width: 54px;
height: 54px;
background-color: rgba(50, 50, 50, 0.1);
transform: translate(-50%, -50%) scale(0);
}
/** ACTORS */
.select2-container {
border: none;
}