[Redizajn 1KA] - Urejanje --> Nastavitve --> Mobilne nastavitve - v3

This commit is contained in:
tejagerjovic 2021-11-22 14:26:03 +01:00
parent 11deec787c
commit 265891d32f
3 changed files with 6 additions and 6 deletions

View File

@ -1364,7 +1364,7 @@ class SurveyAdminSettings {
$display = ($mobile_friendly == 1) ? '' : 'displayNone';
echo '<div class="setting_holder '.$display.'" id="mobile_settings_other">';
echo '<div class="'.$display.'" id="mobile_settings_other">';
// Prikaz slik pri mobilnikih (default da)
$hide_mobile_img = SurveySetting::getInstance()->getSurveyMiscSetting('hide_mobile_img');
@ -1402,9 +1402,9 @@ class SurveyAdminSettings {
echo '</div>';
echo '</div>';
echo '</div>';
echo '</fieldset>';
}

View File

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

View File

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