diff --git a/public/css/admin_new.css b/public/css/admin_new.css index fdf68f7b2..ab2972f6d 100644 --- a/public/css/admin_new.css +++ b/public/css/admin_new.css @@ -15253,7 +15253,7 @@ div#variabla_new span.correct { margin: 0; } #vprasanje_float_editing .vprasanje_edit_holder .vprasanje_setting_holder .vprasanje_setting_line.right-190 .content { - width: 190px; + width: 185px; } #vprasanje_float_editing .vprasanje_edit_holder .vprasanje_setting_holder .vprasanje_setting_line.right-190 .content input[type=text], #vprasanje_float_editing .vprasanje_edit_holder .vprasanje_setting_holder .vprasanje_setting_line.right-190 .content input[type=number], @@ -21045,7 +21045,7 @@ img.mapster_el { } .jquery-selectbox .jquery-selectbox-list { top: 27px !important; - min-width: 187px; + min-width: 182px; padding: 0 !important; } .jquery-selectbox .jquery-selectbox-list .jquery-selectbox-item { diff --git a/resources/sass/admin_new/pages/survey_edit/jquery.scss b/resources/sass/admin_new/pages/survey_edit/jquery.scss index a4f2521c8..76fe58c5e 100644 --- a/resources/sass/admin_new/pages/survey_edit/jquery.scss +++ b/resources/sass/admin_new/pages/survey_edit/jquery.scss @@ -153,7 +153,7 @@ img.mapster_el { .jquery-selectbox-list{ top: 27px !important; - min-width: 187px; + min-width: 182px; padding: 0 !important; diff --git a/resources/sass/admin_new/pages/survey_edit/question_right_settings.scss b/resources/sass/admin_new/pages/survey_edit/question_right_settings.scss index e5b9e141b..cc99a47cb 100644 --- a/resources/sass/admin_new/pages/survey_edit/question_right_settings.scss +++ b/resources/sass/admin_new/pages/survey_edit/question_right_settings.scss @@ -231,7 +231,7 @@ } .content{ - width: 190px; + width: 185px; input[type="text"], input[type="number"],