diff --git a/admin/survey/classes/class.SurveyTheme.php b/admin/survey/classes/class.SurveyTheme.php index 087a8c439..716787e03 100644 --- a/admin/survey/classes/class.SurveyTheme.php +++ b/admin/survey/classes/class.SurveyTheme.php @@ -383,7 +383,7 @@ class SurveyTheme { echo ''; //Prilagodi - echo '
'; + echo '
'; echo ''; echo $lang['srv_te_theme_edit']; echo '
'; @@ -435,7 +435,7 @@ class SurveyTheme { echo '
'; //Prilagodi - echo '
'; + echo '
'; echo ''; echo $lang['srv_te_theme_edit']; echo '
'; @@ -607,7 +607,9 @@ class SurveyTheme { //Aktiviraj echo '
'; echo ''; - echo $lang['srv_te_theme_activate']; + echo '
'; + echo $lang['srv_te_theme_activate'] ; + echo '
'; echo '
'; //Predogled @@ -617,7 +619,7 @@ class SurveyTheme { echo '
'; //Prilagodi - echo '
'; + echo '
'; echo ''; echo $lang['srv_te_theme_edit']; echo '
'; @@ -665,7 +667,9 @@ class SurveyTheme { //Aktiviraj echo '
'; echo ''; - echo $lang['srv_te_theme_activate']; + echo '
'; + echo $lang['srv_te_theme_activate']; + echo '
'; echo '
'; //Predogled @@ -675,7 +679,7 @@ class SurveyTheme { echo '
'; //Prilagodi - echo '
'; + echo '
'; echo ''; echo $lang['srv_te_theme_edit']; echo '
'; @@ -798,7 +802,7 @@ class SurveyTheme { else $link = 'index.php?anketa='.$this->sid.'&a=theme-editor&profile_new='.$rowa['skin']; - echo '
'; + echo '
'; echo ' '; echo '
'; } diff --git a/lang/1.php b/lang/1.php index c2da044e3..4255c830f 100644 --- a/lang/1.php +++ b/lang/1.php @@ -1929,7 +1929,7 @@ $lang = array ( "srv_anketarename" => "Preimenuj anketo", "srv_anketadelete" => "Izbriši anketo", "srv_anketarename_txt" => "Preimenuj", - "srv_anketadelete_txt" => "Izbriši", + "srv_anketadelete_txt" => "Odstrani", "srv_anketadeleteconfirm" => "Ali ste prepričani, da želite izbrisati anketo?", "srv_anketadeletelibrary" => "Ali ste prepričani, da želite odstraniti anketo iz knjižnice?", "srv_anketadeletelibrary_3" => "Ali ste prepričani, da želite odstraniti anketo iz uporabniške knjižnice?", diff --git a/public/css/admin_new.css b/public/css/admin_new.css index 8a3e48b0d..69ff086bc 100644 --- a/public/css/admin_new.css +++ b/public/css/admin_new.css @@ -20935,6 +20935,27 @@ div.page_tema div.theme_list div.options div.buttons-window { bottom: 20px; max-width: 113px; margin-right: 5px; + background-color: white; +} +div.page_tema div.theme_list div.options div.buttons-window .button.palette { + padding-top: 20px; + padding-bottom: 4px; +} +div.page_tema div.theme_list div.options div.buttons-window .button { + border: none; + padding: 19px 16px 0px 16px; +} +div.page_tema div.theme_list div.options div.buttons-window .button .fa-hand-pointer { + margin-right: 12px; +} +div.page_tema div.theme_list div.options div.buttons-window .button .trash { + margin-right: 12px; +} +div.page_tema div.theme_list div.options div.buttons-window .button:last-of-type { + padding-bottom: 19px; +} +div.page_tema div.theme_list div.options div.buttons-window .theme_delete { + padding-top: 22px; } div.page_tema div.theme_list div.options div.buttons-window.active { display: block; diff --git a/resources/sass/admin_new/pages/survey_edit/oblika_teme.scss b/resources/sass/admin_new/pages/survey_edit/oblika_teme.scss index fbd0e3252..e2a91ca89 100644 --- a/resources/sass/admin_new/pages/survey_edit/oblika_teme.scss +++ b/resources/sass/admin_new/pages/survey_edit/oblika_teme.scss @@ -78,6 +78,34 @@ div.page_tema { // display: none; margin-right: 5px; + background-color: #FFFF; + + .button.palette{ + padding-top: 20px; + padding-bottom: 4px; + } + + .button{ + border: none; + + padding: 19px 16px 0px 16px; + + // margin: 5px 0px; + + .fa-hand-pointer{ + margin-right: 12px; + } + .trash{ + margin-right: 12px; + } + } + .button:last-of-type{ + padding-bottom: 19px; + } + .theme_delete{ + padding-top: 22px; + } + } div.buttons-window.active { display: block;