'.$lang['srv_missing_profile_delete_confirm'].':
' . self :: $profiles[$_currMPID]['name'] . '?';
+ echo '
';
}
diff --git a/public/css/admin_new.css b/public/css/admin_new.css
index 3694b39f4..3cda1be24 100644
--- a/public/css/admin_new.css
+++ b/public/css/admin_new.css
@@ -8158,25 +8158,35 @@ div#div_time_profiles div#renameProfileDiv .setting_holder .setting_item input.t
}
div#div_variable_profiles div#newProfile .setting_holder,
-div#div_variable_profiles div#renameProfileDiv .setting_holder {
+div#div_variable_profiles div#renameProfileDiv .setting_holder,
+div#div_condition_profiles div#newProfile .setting_holder,
+div#div_condition_profiles div#renameProfileDiv .setting_holder {
margin-bottom: 16px;
display: flex;
flex-direction: column;
}
div#div_variable_profiles div#newProfile .setting_holder:first-of-type,
-div#div_variable_profiles div#renameProfileDiv .setting_holder:first-of-type {
+div#div_variable_profiles div#renameProfileDiv .setting_holder:first-of-type,
+div#div_condition_profiles div#newProfile .setting_holder:first-of-type,
+div#div_condition_profiles div#renameProfileDiv .setting_holder:first-of-type {
margin-top: 0;
}
div#div_variable_profiles div#newProfile .setting_holder .setting_item,
-div#div_variable_profiles div#renameProfileDiv .setting_holder .setting_item {
+div#div_variable_profiles div#renameProfileDiv .setting_holder .setting_item,
+div#div_condition_profiles div#newProfile .setting_holder .setting_item,
+div#div_condition_profiles div#renameProfileDiv .setting_holder .setting_item {
margin-top: 8px;
}
div#div_variable_profiles div#newProfile .setting_holder .setting_item label,
-div#div_variable_profiles div#renameProfileDiv .setting_holder .setting_item label {
+div#div_variable_profiles div#renameProfileDiv .setting_holder .setting_item label,
+div#div_condition_profiles div#newProfile .setting_holder .setting_item label,
+div#div_condition_profiles div#renameProfileDiv .setting_holder .setting_item label {
margin-right: 0;
}
div#div_variable_profiles div#newProfile .setting_holder .setting_item input.text,
-div#div_variable_profiles div#renameProfileDiv .setting_holder .setting_item input.text {
+div#div_variable_profiles div#renameProfileDiv .setting_holder .setting_item input.text,
+div#div_condition_profiles div#newProfile .setting_holder .setting_item input.text,
+div#div_condition_profiles div#renameProfileDiv .setting_holder .setting_item input.text {
margin-left: 4px;
width: 469px;
}
diff --git a/resources/sass/admin_new/components/popup/page_specific.scss b/resources/sass/admin_new/components/popup/page_specific.scss
index fd435b5af..076b9fd02 100644
--- a/resources/sass/admin_new/components/popup/page_specific.scss
+++ b/resources/sass/admin_new/components/popup/page_specific.scss
@@ -68,8 +68,9 @@ div#div_time_profiles {
}
}
-//Neodgovor spremenljivke >Filtri zgoraj desno
-div#div_variable_profiles {
+//Neodgovor spremenljivke > Filtri zgoraj desno
+div#div_variable_profiles,
+div#div_condition_profiles {
div#newProfile,
div#renameProfileDiv {