diff --git a/admin/survey/BranchingAjax.php b/admin/survey/BranchingAjax.php
index 4f30f407b..0f50220a6 100644
--- a/admin/survey/BranchingAjax.php
+++ b/admin/survey/BranchingAjax.php
@@ -1633,14 +1633,15 @@ class BranchingAjax {
if ($_GET['izpis'] == 'long') {
if ($code['type'] == 'if' || $code['type'] == 'podif')
- echo '
';
echo '
';
-
+
+ echo '';
+
echo '
';
diff --git a/admin/survey/classes/class.Vprasanje.php b/admin/survey/classes/class.Vprasanje.php
index 9b0b484e5..b78318c3a 100644
--- a/admin/survey/classes/class.Vprasanje.php
+++ b/admin/survey/classes/class.Vprasanje.php
@@ -2969,7 +2969,9 @@ class Vprasanje {
function vrednost_fastadd() {
global $lang;
- echo '
'.$lang['srv_vrednost_fastadd'].'
';
+ echo '
'.$lang['srv_vrednost_fastadd'].'
';
+
+ echo '';
echo '
';
diff --git a/public/css/admin.css b/public/css/admin.css
index 391ee4292..3a0854b01 100644
--- a/public/css/admin.css
+++ b/public/css/admin.css
@@ -8885,7 +8885,7 @@ body.waitlong #loading {
height: 300px;
padding: 20px;
margin: 0 0 40px 0;
- background-color: #f5fafe;
+ background-color: #dfeffb;
}
#chart_float_editing .chartSettingsArea ul.vrednost_sort li {
border: 1px solid grey;
@@ -8915,6 +8915,8 @@ body.waitlong #loading {
}
#chart_float_editing .chartSettingsTabs ul {
padding: 0;
+ margin: 0;
+ list-style-type: none;
}
#chart_float_editing .chartSettingsTabs ul li {
width: 100%;
@@ -8923,7 +8925,7 @@ body.waitlong #loading {
cursor: pointer;
}
#chart_float_editing .chartSettingsTabs ul li.active {
- background-color: #f5fafe;
+ background-color: #dfeffb;
}
#chart_float_editing .form-item {
padding: 3px;
@@ -21522,7 +21524,6 @@ and open the template in the editor.
border-left: 6px #1e88e5 solid !important;
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.34);
display: none;
- left: 250px;
width: 500px;
}
#surveyTrajanje .popup_close {
@@ -21621,7 +21622,6 @@ and open the template in the editor.
#surveyTrajanje_msg {
float: left;
- width: 450px;
}
#surveyTrajanje_close {
diff --git a/resources/sass/admin/popup/settings.scss b/resources/sass/admin/popup/settings.scss
index 95fb4c1fa..56b228815 100644
--- a/resources/sass/admin/popup/settings.scss
+++ b/resources/sass/admin/popup/settings.scss
@@ -70,7 +70,7 @@
padding: 20px;
margin: 0 0 40px 0;
- background-color: $soft_blue_very_lighten;
+ background-color: $soft_blue_lighten;
ul.vrednost_sort {
li {
@@ -103,20 +103,26 @@
font-size: 13px;
font-weight: 500;
text-align: center;
- background-color: white;
+ background-color: white;
+
ul {
- padding: 0;
+ padding: 0;
+ margin: 0;
+ list-style-type: none;
+
li {
width: 100%;
height: 20px;
padding: 10px 0;
cursor: pointer;
- }
+ }
+
li.active {
- background-color: $soft_blue_very_lighten;
+ background-color: $soft_blue_lighten;
}
}
- }
+ }
+
.form-item {
padding: 3px;
width: 200px;
diff --git a/resources/sass/admin/survey_settings/other.scss b/resources/sass/admin/survey_settings/other.scss
index 190d20040..7d75bb010 100644
--- a/resources/sass/admin/survey_settings/other.scss
+++ b/resources/sass/admin/survey_settings/other.scss
@@ -36,7 +36,6 @@ and open the template in the editor.
display: none;
- left: 250px;
width: 500px;
}
#surveyTrajanje_img {
@@ -45,7 +44,6 @@ and open the template in the editor.
}
#surveyTrajanje_msg {
float: left;
- width: 450px;
}
#surveyTrajanje_close {
position: absolute;