Redesign - popravek marginov med radio gumbi

This commit is contained in:
tejagerjovic 2021-11-22 11:21:57 +01:00
parent 079a094715
commit cd6a512351
4 changed files with 8 additions and 5 deletions

View File

@ -1419,7 +1419,7 @@ class SurveyAdminSettings {
$date = SurveySetting::getInstance()->getSurveyMiscSetting('survey_date');
echo '<fieldset class="wide">';
echo '<fieldset>';
echo '<legend>'.$lang['srv_sledenje'].'</legend>';
// Preverimo ce je vklopljen modul za volitve - potem ne pustimo nobenih preklopov

View File

@ -5422,7 +5422,7 @@ fieldset legend {
text-transform: uppercase;
}
fieldset .setting_holder {
margin: 16px 0;
margin: 8px 0;
display: flex;
flex-direction: column;
}
@ -5433,7 +5433,7 @@ fieldset .setting_holder:last-of-type {
margin-bottom: 0;
}
fieldset .setting_holder .setting_item {
margin: 8px 0;
margin: 4px 0;
}
select.dropdown {

View File

@ -1,5 +1,8 @@
p,span {
font-size: 16px;
//margin-block-start: 0;
//margin-block-end: 0;
&.warning,
&.red {

View File

@ -15,7 +15,7 @@ fieldset{
}
.setting_holder {
margin: 16px 0;
margin: 8px 0;
display: flex;
flex-direction: column;
@ -28,7 +28,7 @@ fieldset{
}
.setting_item {
margin: 8px 0;
margin: 4px 0;
}
}
}