imio-publik-themes/static/imio/_extra.scss

63 lines
1.4 KiB
SCSS

@charset "UTF-8";
/* FUNCTIONNAL CSS IN FORMS */
/* Tableau de liste */
form.quixote div.tableselect div.title {
margin-bottom: -1em;
margin-top: 4em;
}
form.quixote div.tableselect div.title label {
text-decoration: underline;
color: #03a7ea;
font-size: 1.1em;
}
form.quixote div.tableselect div.hint {
font-weight: italic;
color: #03a7ea;
}
form.quixote div.tableselect table {
width: 100%;
}
form.quixote div.tableselect table td {
text-align: right;
font-weight: normal;
}
form.quixote div.tableselect table th {
text-align: left;
font-weight: normal;
}
/* End of Tableau de liste */
/* Rentre un champs invisible grace aux styles complementaires*/
form.quixote div.hidden,
div.invisible {
display: none;
}
/* Rendre un titre invisible dans les formulaires grace aux styles complementaires*/
form.quixote h3.hidden {
display: none;
}
/*new style in forms : montant to print 'euros'*/
div.montant > div.content input {
width: 90%;
}
div.montant > div.content::after {
content: "";
display: inline-block;
}
/* Afficher les checkboxs sous forme de "tableau"*/
form.quixote div.td_chk {
display: flex;
width: 30%;
}
form.quixote div.td_chk > div.content {
margin-left: auto;
margin-right: 0px;
}
/* end Afficher les checkboxs sous forme de "tableau"*/
form.quixote div.valign_longtext {
min-height: 5em;
display: flex !important;
flex-flow: column;
justify-content: space-between;
}