Untitled diff

Created Diff never expires
8 removals
Lines
Total
Removed
Words
Total
Removed
To continue using this feature, upgrade to
Diffchecker logo
Diffchecker Pro
49 lines
27 additions
Lines
Total
Added
Words
Total
Added
To continue using this feature, upgrade to
Diffchecker logo
Diffchecker Pro
68 lines
/*
* Surchargez ce fichier dans votre thème pour personnaliser le module
* https://www.phpboost.com/wiki/structure-d-un-theme#paragraph-le-repertoire-modules
*/
/* --- admin --- */
/* --- admin --- */
.admin-poll input[type="text"] {
.admin-poll input[type="text"] {
border: 1px solid #D4D4D4;
border-width: 1px;
border-style: solid;
border-color: #D4D4D4;
}
}
.admin-poll tbody tr:first-child td {
.admin-poll tbody tr:first-child td {
border-top: 1px solid #D4D4D4;
border-width: 1px 0 0;
border-style: solid;
border-color: #D4D4D4;
}
}
.admin-module-poll #calendar1 .calendar-block,
.admin-module-poll #calendar1 .calendar-block,
.admin-module-poll #calendar2 .calendar-block,
.admin-module-poll #calendar2 .calendar-block,
.admin-module-poll #calendar3 .calendar-block {
.admin-module-poll #calendar3 .calendar-block {
position: absolute;
position: absolute;
z-index: 100;
z-index: 100;
top: auto;
top: auto;
bottom: 100%;
bottom: 100%;
left: 0;
left: 0;
}
}
.admin-module-poll .fieldset-inset {
.admin-module-poll .fieldset-inset {
overflow: visible;
overflow: visible;
}
}
@media (min-width: 1081px) {
@media (min-width: 1081px) {
.admin-module-poll #calendar2 .calendar-block {
.admin-module-poll #calendar2 .calendar-block {
left: 200px;
left: 200px;
}
}
}
}
@media (min-width: 1367px) {
@media (min-width: 1367px) {
.admin-module-poll #calendar2 .calendar-block {
.admin-module-poll #calendar2 .calendar-block {
left: 320px;
left: 320px;
}
}
}
}
.poll-form-field .form-field-radio label {
margin: 0.618em 0.618em 0 0;
}
.poll-form-field .input-date {
width: 30%;
margin-bottom: 0.618em;
padding: 0.618em;
}
.poll-vote {
.poll-vote {
width: 80% !important;
width: 80% !important;
}
}
/* --- modules --- */
/* --- modules --- */
.poll-question-select {
.poll-question-select {
margin-top: 15px;
margin-top: 1em;
padding-left: 25px;
padding-left: 1.482em;
}
}
.poll-question-container {
.poll-question-container {
margin: 1.5em 0 1em 0;
margin: 1.618em 0 1em 0;
}
}