diff --git a/lang/1.php b/lang/1.php index cf961d148..ff8ac04c2 100644 --- a/lang/1.php +++ b/lang/1.php @@ -7058,7 +7058,7 @@ $lang = array ( 'srv_newSurvey_survey_copy_paragraph' => "Iz seznama izberi anketo in klikni gumb \"Naprej\". Ustvarila se bo kopija izbrane ankete.", 'srv_newSurvey_survey_copy_dropdown' => "-- Izberi anketo --", 'srv_newSurvey_survey_copy_text' => "Naslov obstoječe ankete", - 'srv_newSurvey_survey_archive' => "Uvoz \".1ka\" format", + 'srv_newSurvey_survey_archive' => "Uvoz \".1ka\" datoteke", 'srv_newSurvey_survey_archive2' => "Uvozi 1ka anketo iz arhiva", 'srv_newSurvey_survey_archive_title' => "Uvozi 1ka anketo (restavriraj anketo iz arhivske datoteke)", 'srv_newSurvey_survey_archive_text' => "Iz arhivske datoteke se bo ustvarila kopija arhivirane ankete", diff --git a/lang/2.php b/lang/2.php index d2d5a29b4..bea7b9581 100644 --- a/lang/2.php +++ b/lang/2.php @@ -6944,7 +6944,7 @@ $lang = array ( 'srv_newSurvey_survey_copy_paragraph' => "Select the survey from the list and click the \"Next\" button. A copy of the selected survey will be created.", 'srv_newSurvey_survey_copy_dropdown' => "-- Choose a survey --", 'srv_newSurvey_survey_copy_text' => "Existing survey title", - 'srv_newSurvey_survey_archive' => "Import \".1ka\" format", + 'srv_newSurvey_survey_archive' => "\".1ka\" file import", 'srv_newSurvey_survey_archive2' => "Import 1ka survey from archive", 'srv_newSurvey_survey_archive_title' => "Import 1ka survey (restore survey from archive file)", 'srv_newSurvey_survey_archive_text' => "Archived survey copy will be created from the archive file", diff --git a/public/css/admin_new.css b/public/css/admin_new.css index d4a5b0d80..109f18669 100644 --- a/public/css/admin_new.css +++ b/public/css/admin_new.css @@ -14035,7 +14035,7 @@ and open the template in the editor. display: flex; align-items: center; margin-bottom: 4px; - padding: 24px 71px; + padding: 24px 0 24px 71px; color: #333333; background-color: #F8F8F8; } diff --git a/resources/sass/admin_new/pages/new_survey_page/left_menu.scss b/resources/sass/admin_new/pages/new_survey_page/left_menu.scss index d6e008077..6c06cabf1 100644 --- a/resources/sass/admin_new/pages/new_survey_page/left_menu.scss +++ b/resources/sass/admin_new/pages/new_survey_page/left_menu.scss @@ -15,7 +15,7 @@ display: flex; align-items: center; margin-bottom: 4px; - padding: 24px 71px; + padding: 24px 0 24px 71px; color: $black; background-color: $light-gray;