Merge branch 'master' of https://git.1ka.si/git/1ka
This commit is contained in:
commit
72bc49564b
@ -7688,16 +7688,13 @@ class Branching {
|
|||||||
echo '</div>';
|
echo '</div>';
|
||||||
}
|
}
|
||||||
// filter na vrednosti
|
// filter na vrednosti
|
||||||
else {
|
else {
|
||||||
/*echo '<span class="buttonwrapper floatRight">';
|
|
||||||
echo '<a class="ovalbutton ovalbutton_orange" href="#" onclick="vrednost_condition_editing_close_save(\''.$vrednost.'\', \''.$if.'\'); return false;"><span>'.$lang['srv_potrdi'].'</span></a>';
|
echo '<div class="button_holder" id="if_popup_butons">';
|
||||||
echo '</span>';
|
echo '<button class="medium white-black" onClick="vrednost_condition_editing_close(\''.$vrednost.'\', \''.$if.'\'); return false;">'.$lang['srv_zapri'].'</button>';
|
||||||
echo '<span class="buttonwrapper spaceRight floatRight">';
|
echo '<button class="medium white-blue" onClick="vrednost_if_remove(\''.$if.'\', \''.$vrednost.'\'); return false;">'.$lang['srv_if_rem'].'</button>';
|
||||||
echo '<a class="ovalbutton ovalbutton_gray" href="#" onclick="vrednost_condition_editing_close(\''.$vrednost.'\', \''.$if.'\'); return false;"><span>'.$lang['srv_zapri'].'</span></a>';
|
echo '<button class="medium blue" onclick="vrednost_condition_editing_close_save(\''.$vrednost.'\', \''.$if.'\'); return false;">'.$lang['srv_potrdi'].'</button>';
|
||||||
echo '</span>';
|
echo '</div>';
|
||||||
echo '<span class="buttonwrapper spaceRight floatRight">';
|
|
||||||
echo '<a class="ovalbutton ovalbutton_gray" href="#" onclick="vrednost_if_remove(\''.$if.'\', \''.$vrednost.'\'); return false;" title="'.$lang['srv_if_rem'].'"><span>'.$lang['srv_if_rem'].'</span></a>'."\n\r";
|
|
||||||
echo '</span>';*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
echo '</div>';
|
echo '</div>';
|
||||||
|
@ -5327,11 +5327,10 @@ class SurveyAdminAjax {
|
|||||||
$return['output'] .= '<h2>'.$lang['srv_warning'].'</h2>';
|
$return['output'] .= '<h2>'.$lang['srv_warning'].'</h2>';
|
||||||
|
|
||||||
$return['output'] .= '<p>'.$lang['spremenljivka_delete_data'].'</p>';
|
$return['output'] .= '<p>'.$lang['spremenljivka_delete_data'].'</p>';
|
||||||
$return['output'] .= '<p>'.$lang['srv_brisispremenljivkoconfirm_data'].'</p><br />';
|
$return['output'] .= '<p class="top16">'.$lang['srv_brisispremenljivkoconfirm_data'].'</p>';
|
||||||
|
|
||||||
$return['output'] .= '<span class="buttonwrapper floatRight"><a class="ovalbutton ovalbutton_orange" href="#" onclick="brisi_spremenljivko(\''.$spremenljivka.'\', \'\', \'1\'); return false;"><span>'.$lang['srv_brisispremenljivko'].'</span></a></span>';
|
$return['output'] .= '<div class="button_holder"><button class="medium white-blue" onclick="$(\'#dropped_alert\').hide(); $(\'#fade\').fadeOut(); return false;">'.$lang['srv_analiza_arhiviraj_cancle'].'</button>';
|
||||||
$return['output'] .= '<span class="buttonwrapper floatRight spaceRight"><a class="ovalbutton ovalbutton_gray" href="#" onclick="$(\'#dropped_alert\').hide(); $(\'#fade\').fadeOut(); return false;"><span>'.$lang['srv_analiza_arhiviraj_cancle'].'</span></a></span>';
|
$return['output'] .= '<button class="medium blue" onclick="brisi_spremenljivko(\''.$spremenljivka.'\', \'\', \'1\'); return false;">'.$lang['srv_brisispremenljivko'].'</button></div>';
|
||||||
//$return['output'] .= '<p><a href="#" onclick="brisi_spremenljivko(\''.$spremenljivka.'\', \'\', \'1\'); return false;">'.$lang['srv_brisispremenljivko'].'</a> <a href="#" onclick="$(\'#dropped_alert\').hide(); $(\'#fade\').fadeOut(); return false;">'.$lang['srv_analiza_arhiviraj_cancle'].'</a></p>';
|
|
||||||
|
|
||||||
echo json_encode($return);
|
echo json_encode($return);
|
||||||
|
|
||||||
|
@ -667,11 +667,11 @@ class RecodeValues {
|
|||||||
}
|
}
|
||||||
$sugestedName = strip_tags(self::$cacheSpremenljivka['naslov'].' - recoded');
|
$sugestedName = strip_tags(self::$cacheSpremenljivka['naslov'].' - recoded');
|
||||||
echo'<div id="divRecodeSprOption">';
|
echo'<div id="divRecodeSprOption">';
|
||||||
echo '<label>'.$lang['srv_recode_to_spr'].':</label>';
|
echo '<label>'.$lang['srv_recode_to_spr'].': ';
|
||||||
if ( $_GET['t'] == 'charts' || $_POST['recIsCharts'] == 1 ) {
|
if ( $_GET['t'] == 'charts' || $_POST['recIsCharts'] == 1 ) {
|
||||||
echo $lang['srv_recode_to_spr_same'];
|
echo $lang['srv_recode_to_spr_same'].'</label>';
|
||||||
} else {
|
} else {
|
||||||
echo '<input type="radio" name="recode_type" id="recode_type0" value="0" '.((int)$recode_type == 0 ? ' checked="checked"' : '').'onchange="changeRecodeType();return false;"><label for="recode_type0">'.$lang['srv_recode_to_spr_same'].'</label>';
|
echo '</label><input type="radio" name="recode_type" id="recode_type0" value="0" '.((int)$recode_type == 0 ? ' checked="checked"' : '').'onchange="changeRecodeType();return false;"><label for="recode_type0">'.$lang['srv_recode_to_spr_same'].'</label>';
|
||||||
echo '<input type="radio" name="recode_type" id="recode_type1" value="1" '.((int)$recode_type == 1 ? ' checked="checked"' : '').'onchange="changeRecodeType();return false;"><label for="recode_type1">'.$lang['srv_recode_to_spr_new'].'</label>';
|
echo '<input type="radio" name="recode_type" id="recode_type1" value="1" '.((int)$recode_type == 1 ? ' checked="checked"' : '').'onchange="changeRecodeType();return false;"><label for="recode_type1">'.$lang['srv_recode_to_spr_new'].'</label>';
|
||||||
}
|
}
|
||||||
echo '</div>';
|
echo '</div>';
|
||||||
|
@ -2851,22 +2851,28 @@ class Vprasanje {
|
|||||||
echo '<div class="popup_close"><a href="#" onClick="vrednost_cancel(); return false;">✕</a></div>';
|
echo '<div class="popup_close"><a href="#" onClick="vrednost_cancel(); return false;">✕</a></div>';
|
||||||
|
|
||||||
echo '<h2>'.$lang['srv_kategorije_odgovorov_title'].'</h2>';
|
echo '<h2>'.$lang['srv_kategorije_odgovorov_title'].'</h2>';
|
||||||
|
|
||||||
echo '<div class="left-float"><span class="title">'.(in_array($rows['tip'], array(2,6,16,19,20))?$lang['srv_spremenljivka']:$lang['srv_vrednost']).':</span> <input type="text" name="vrednost_variable" value="'.$row['variable'].'" '.(in_array($rows['tip'], array(2,6,16,19,20)) ? ' onkeyup="vprasanje_check_variable(this);"' : '').'></div>';
|
echo '<div class="setting_holder">';
|
||||||
|
echo '<span class="setting_title">'.(in_array($rows['tip'], array(2,6,16,19,20))?$lang['srv_spremenljivka']:$lang['srv_vrednost']).':</span>';
|
||||||
|
echo '<input type="text" class="text large" name="vrednost_variable" value="'.$row['variable'].'" '.(in_array($rows['tip'], array(2,6,16,19,20)) ? ' onkeyup="vprasanje_check_variable(this);"' : '').'>';
|
||||||
|
echo '</div>';
|
||||||
|
|
||||||
// RAZVRSTI odgovore
|
// RAZVRSTI odgovore
|
||||||
echo '<div class="left-float"><span class="title">'.$lang['sort'].':</span> ';
|
echo '<div class="setting_holder">';
|
||||||
echo '<select name="vrednost_random">';
|
echo '<span class="setting_title">'.$lang['sort'].':</span>';
|
||||||
|
|
||||||
|
echo '<select class="dropdown large" name="vrednost_random">';
|
||||||
echo '<option value="0"'.($row['random']==0?' selected':'').'>'.$lang['srv_random_off2'].'</option>';
|
echo '<option value="0"'.($row['random']==0?' selected':'').'>'.$lang['srv_random_off2'].'</option>';
|
||||||
echo '<option value="1"'.($row['random']==1?' selected':'').'>'.$lang['srv_random_on2'].'</option>';
|
echo '<option value="1"'.($row['random']==1?' selected':'').'>'.$lang['srv_random_on2'].'</option>';
|
||||||
echo '<option value="2"'.($row['random']==2?' selected':'').'>'.$lang['srv_sort_asc2'].'</option>';
|
echo '<option value="2"'.($row['random']==2?' selected':'').'>'.$lang['srv_sort_asc2'].'</option>';
|
||||||
echo '<option value="3"'.($row['random']==3?' selected':'').'>'.$lang['srv_sort_desc2'].'</option>';
|
echo '<option value="3"'.($row['random']==3?' selected':'').'>'.$lang['srv_sort_desc2'].'</option>';
|
||||||
echo '</select>';
|
echo '</select>';
|
||||||
echo '</div>';
|
|
||||||
|
echo '</div>';
|
||||||
|
|
||||||
echo '<div style="clear:both;"></div>';
|
echo '<div class="bottom4">'.$lang['srv_vprasanje_text'].' <span onmouseover="$(this).hide(); create_editor(\'vrednost_naslov\');" class="pointer"> - '.$lang['srv_editor'].'</span>:';
|
||||||
|
|
||||||
echo '<div>'.$lang['srv_vprasanje_text'].' <span onmouseover="$(this).hide(); create_editor(\'vrednost_naslov\');" class="red pointer"> - '.$lang['srv_editor'].'</span>: <textarea id="vrednost_naslov" name="vrednost_naslov" style="width:99%">'.$row['naslov'].'</textarea></div>';
|
echo '<textarea id="vrednost_naslov" name="vrednost_naslov" style="width:99%">'.$row['naslov'].'</textarea></div>';
|
||||||
|
|
||||||
echo '<p>';
|
echo '<p>';
|
||||||
if ($row['if_id'] > 0) {
|
if ($row['if_id'] > 0) {
|
||||||
@ -2877,17 +2883,14 @@ class Vprasanje {
|
|||||||
echo '</a>';
|
echo '</a>';
|
||||||
} else {
|
} else {
|
||||||
echo $lang['srv_podif_new'].': ';
|
echo $lang['srv_podif_new'].': ';
|
||||||
echo '<span class="faicon odg_if_not inline inline_if_not" onclick="vrednost_condition_editing(\''.$vrednost.'\'); return false;" title="'.$lang['srv_podif_edit'].'" style="cursor: pointer;"></span>';
|
echo '<span class="faicon odg_if_not inline inline_if_not blue pointer" onclick="vrednost_condition_editing(\''.$vrednost.'\'); return false;" title="'.$lang['srv_podif_edit'].'"></span>';
|
||||||
}
|
}
|
||||||
echo '</p>';
|
echo '</p>';
|
||||||
|
|
||||||
echo '<span class="buttonwrapper spaceLeft floatRight">';
|
echo '<div class="button_holder">';
|
||||||
echo '<a class="ovalbutton ovalbutton_orange" href="#" onclick="vrednost_save(\''.$vrednost.'\'); return false;"><span>'.$lang['srv_potrdi'].'</span></a>';
|
echo '<button class="medium white-blue" onClick="vrednost_save(\''.$vrednost.'\'); return false;">'.$lang['srv_close_profile'].'</button>';
|
||||||
echo '</span>';
|
echo '<button class="medium blue" onclick="vrednost_cancel(); return false;">'.$lang['srv_potrdi'].'</button>';
|
||||||
|
echo '</div>';
|
||||||
echo '<span class="buttonwrapper spaceLeft floatRight">';
|
|
||||||
echo '<a class="ovalbutton ovalbutton_gray" href="#" onclick="vrednost_cancel(); return false;"><span>'.$lang['srv_close_profile'].'</span></a>'."\n\r";
|
|
||||||
echo '</span>';
|
|
||||||
}
|
}
|
||||||
|
|
||||||
echo '</form>';
|
echo '</form>';
|
||||||
|
@ -8813,7 +8813,7 @@ class SurveyChart {
|
|||||||
echo '<h2>'.$spremenljivka['variable'].' - '.$spremenljivka['naslov'].'</h2>';
|
echo '<h2>'.$spremenljivka['variable'].' - '.$spremenljivka['naslov'].'</h2>';
|
||||||
|
|
||||||
echo '<div class="popup_close"><a href="#" onClick="chartCloseAdvancedSettings(); return false;">✕</a></div>';
|
echo '<div class="popup_close"><a href="#" onClick="chartCloseAdvancedSettings(); return false;">✕</a></div>';
|
||||||
|
|
||||||
echo '<form method="post" name="chart_advanced_settings" onsubmit="chartSaveAdvancedSettings(\''.$spid.'\', \''.self::$current_loop.'\'); return false;">';
|
echo '<form method="post" name="chart_advanced_settings" onsubmit="chartSaveAdvancedSettings(\''.$spid.'\', \''.self::$current_loop.'\'); return false;">';
|
||||||
|
|
||||||
echo '<input type="hidden" name="anketa" value="'.self::$anketa.'" />';
|
echo '<input type="hidden" name="anketa" value="'.self::$anketa.'" />';
|
||||||
@ -8874,17 +8874,10 @@ class SurveyChart {
|
|||||||
|
|
||||||
|
|
||||||
/* GUMBI NA DNU */
|
/* GUMBI NA DNU */
|
||||||
echo '<div id="chartSettingsButtons" class="buttons_holder">';
|
echo '<div class="button_holder">';
|
||||||
|
echo '<button class="medium white-blue" onClick="chartCloseAdvancedSettings(); return false;">'.$lang['srv_zapri'].'</button>';
|
||||||
echo '<span class="buttonwrapper spaceRight floatLeft">';
|
echo '<button class="medium blue" onclick="chartSaveAdvancedSettings(\''.$spid.'\', \''.self::$current_loop.'\'); return false;">'.$lang['srv_potrdi'].'</button>';
|
||||||
echo '<a class="ovalbutton ovalbutton_gray" onclick="chartCloseAdvancedSettings(); return false;"><span>'.$lang['srv_zapri'].'</span></a>';
|
echo '</div>';
|
||||||
echo '</span>';
|
|
||||||
|
|
||||||
echo '<span class="buttonwrapper floatLeft">';
|
|
||||||
echo '<a class="ovalbutton ovalbutton_orange" onclick="chartSaveAdvancedSettings(\''.$spid.'\', \''.self::$current_loop.'\'); return false;">'.$lang['srv_potrdi'].'</a>';
|
|
||||||
echo '</span>';
|
|
||||||
|
|
||||||
echo '</div>';
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Urejanje barv posameznega grafa
|
// Urejanje barv posameznega grafa
|
||||||
@ -8923,11 +8916,12 @@ class SurveyChart {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// reset na default barvo
|
// reset na default barvo
|
||||||
echo '<br /><span class="as_link clr" onClick="chartAdvancedSettingsSetColor(\''.(is_numeric(self::$skin) ? implode("_",$default_colors) : self::$skin).'\')">'.$lang['srv_chart_advanced_default_color'].'</span>';
|
echo '<p class="as_link top16 bottom16" onClick="chartAdvancedSettingsSetColor(\''.(is_numeric(self::$skin) ? implode("_",$default_colors) : self::$skin).'\')">'.$lang['srv_chart_advanced_default_color2'].'</p>';
|
||||||
|
|
||||||
// nastavitev ene od palet
|
// nastavitev ene od palet
|
||||||
echo '<br /><span class="clr">'.$lang['srv_chart_advanced_skin'].': ';
|
echo '<div class="setting_holder">';
|
||||||
echo '<select name="chart_advanced_color" id="chart_advanced_color" onChange="chartAdvancedSettingsSetColor(this.value)">';
|
echo '<p>'.$lang['srv_chart_advanced_skin'].': ';
|
||||||
|
echo '<select class="dropdown large" name="chart_advanced_color" id="chart_advanced_color" onChange="chartAdvancedSettingsSetColor(this.value)">';
|
||||||
echo ' <option' . (self::$skin == '1ka' ? ' selected="selected"' : '') . ' value="1ka">'.$lang['srv_chart_skin_1ka'].'</option>';
|
echo ' <option' . (self::$skin == '1ka' ? ' selected="selected"' : '') . ' value="1ka">'.$lang['srv_chart_skin_1ka'].'</option>';
|
||||||
echo ' <option' . (self::$skin == 'lively' ? ' selected="selected"' : '') . ' value="lively">'.$lang['srv_chart_skin_0'].'</option>';
|
echo ' <option' . (self::$skin == 'lively' ? ' selected="selected"' : '') . ' value="lively">'.$lang['srv_chart_skin_0'].'</option>';
|
||||||
echo ' <option' . (self::$skin == 'mild' ? ' selected="selected"' : '') . ' value="mild">'.$lang['srv_chart_skin_1'].'</option>';
|
echo ' <option' . (self::$skin == 'mild' ? ' selected="selected"' : '') . ' value="mild">'.$lang['srv_chart_skin_1'].'</option>';
|
||||||
@ -8944,7 +8938,7 @@ class SurveyChart {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
echo '</select></span>';
|
echo '</select></p></div>';
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -8955,18 +8949,24 @@ class SurveyChart {
|
|||||||
|
|
||||||
$row = Cache::srv_spremenljivka($spid);
|
$row = Cache::srv_spremenljivka($spid);
|
||||||
$disabled = ($row['edit_graf'] == 0) ? ' disabled="disabled"' : '';
|
$disabled = ($row['edit_graf'] == 0) ? ' disabled="disabled"' : '';
|
||||||
|
$gray = ($row['edit_graf'] == 0) ? ' gray' : '';
|
||||||
|
|
||||||
|
|
||||||
echo '<div><p>';
|
echo '<div class="new_labels"><p>';
|
||||||
echo $lang['srv_chart_advanced_useLabels'].':';
|
echo $lang['srv_chart_advanced_useLabels'].':</p>';
|
||||||
echo '<label for="edit_graf_0"><input type="radio" value="0" name="edit_graf" id="edit_graf_0" '.(($row['edit_graf'] == 0) ? ' checked="checked" ' : '').' onClick="edit_labels(\'0\');" />';
|
echo '<input type="radio" value="0" name="edit_graf" id="edit_graf_0" '.(($row['edit_graf'] == 0) ? ' checked="checked" ' : '').' onClick="edit_labels(\'0\');" />';
|
||||||
|
echo '<label for="edit_graf_0">';
|
||||||
echo $lang['no'].'</label>';
|
echo $lang['no'].'</label>';
|
||||||
echo ' <label for="edit_graf_1"><input type="radio" value="1" name="edit_graf" id="edit_graf_1" '.(($row['edit_graf'] == 1) ? ' checked="checked" ' : '').' onClick="edit_labels(\'1\');" />';
|
|
||||||
|
echo '<input type="radio" value="1" name="edit_graf" id="edit_graf_1" '.(($row['edit_graf'] == 1) ? ' checked="checked" ' : '').' onClick="edit_labels(\'1\');" />';
|
||||||
|
echo ' <label for="edit_graf_1">';
|
||||||
echo $lang['yes'].'</label>';
|
echo $lang['yes'].'</label>';
|
||||||
echo '</p></div>';
|
echo '</p></div>';
|
||||||
|
|
||||||
|
echo '<div class="chart_editing">';
|
||||||
|
|
||||||
|
echo '<p id="title_edit" class="top16'.$gray.'">'.$lang['srv_notifications_send_title'].':</p>';
|
||||||
|
|
||||||
echo '<div class="chart_editing">';
|
|
||||||
|
|
||||||
// Urejanje naslova spremenljivke
|
// Urejanje naslova spremenljivke
|
||||||
$text = $row['naslov_graf'] == '<p></p>' ? $row['naslov'] : $row['naslov_graf'];
|
$text = $row['naslov_graf'] == '<p></p>' ? $row['naslov'] : $row['naslov_graf'];
|
||||||
@ -8974,9 +8974,7 @@ class SurveyChart {
|
|||||||
$text = substr($text, 3);
|
$text = substr($text, 3);
|
||||||
$text = substr($text, 0, -4);
|
$text = substr($text, 0, -4);
|
||||||
}
|
}
|
||||||
echo '<p>';
|
echo '<textarea class="textarea" name="naslov_graf" id="naslov_graf" class="chart_label" '.$disabled.'>'.$text.'</textarea>';
|
||||||
echo '<textarea style="width:99%; height:50px;" name="naslov_graf" id="naslov_graf" class="chart_label" '.$disabled.'>'.$text.'</textarea>';
|
|
||||||
echo '</p>';
|
|
||||||
|
|
||||||
|
|
||||||
// Urejanje label za gride
|
// Urejanje label za gride
|
||||||
@ -9010,7 +9008,7 @@ class SurveyChart {
|
|||||||
$sql1 = sisplet_query("SELECT naslov, naslov_graf FROM srv_grid WHERE id='$i' AND spr_id='$spid'");
|
$sql1 = sisplet_query("SELECT naslov, naslov_graf FROM srv_grid WHERE id='$i' AND spr_id='$spid'");
|
||||||
$row1 = mysqli_fetch_array($sql1);
|
$row1 = mysqli_fetch_array($sql1);
|
||||||
$text = $row1['naslov_graf'] == '' ? $row1['naslov'] : $row1['naslov_graf'];
|
$text = $row1['naslov_graf'] == '' ? $row1['naslov'] : $row1['naslov_graf'];
|
||||||
echo '<td><input type="text" maxlength="30" name="grid_graf_'.$i.'" id="grid_naslov_'.$i.'_graf" class="chart_label" value="'.$text.'" '.$disabled.' /></td>';
|
echo '<td><input type="text" class="text medium wauto" maxlength="30" name="grid_graf_'.$i.'" id="grid_naslov_'.$i.'_graf" class="chart_label" value="'.$text.'" '.$disabled.' /></td>';
|
||||||
}
|
}
|
||||||
|
|
||||||
//dodatne vrednosti (ne vem, zavrnil...)
|
//dodatne vrednosti (ne vem, zavrnil...)
|
||||||
@ -9019,7 +9017,7 @@ class SurveyChart {
|
|||||||
if (count($missing_values) > 0) {
|
if (count($missing_values) > 0) {
|
||||||
foreach ($missing_values AS $mv_key => $mv_text) {
|
foreach ($missing_values AS $mv_key => $mv_text) {
|
||||||
if (isset($already_set_mv[$mv_key])) {
|
if (isset($already_set_mv[$mv_key])) {
|
||||||
echo '<td><input type="text" maxlength="30" name="grid_'.$mv_key.'_graf" class="chart_label" value="'.$already_set_mv[$mv_key].'" '.$disabled.' /></td>';
|
echo '<td><input type="text" class="text medium wauto" maxlength="30" name="grid_'.$mv_key.'_graf" class="chart_label" value="'.$already_set_mv[$mv_key].'" '.$disabled.' /></td>';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -9044,7 +9042,7 @@ class SurveyChart {
|
|||||||
|
|
||||||
echo '<li id="vrednost_'.$vrednost.'" '.($row1['other'] == 1 ? 'class="li_other"' : '').'>';
|
echo '<li id="vrednost_'.$vrednost.'" '.($row1['other'] == 1 ? 'class="li_other"' : '').'>';
|
||||||
|
|
||||||
echo '<textarea maxlength="30" name="vrednost_graf_'.$row1['id'].'" id="'.$row1['variable'].'_graf" class="vrednost_textarea chart_label" style="width:60%; height:15px;" '.$disabled.'>'.$text.'</textarea> ';
|
echo '<textarea maxlength="30" name="vrednost_graf_'.$row1['id'].'" id="'.$row1['variable'].'_graf" class="vrednost_textarea chart_label" '.$disabled.'>'.$text.'</textarea> ';
|
||||||
echo '['.$row1['variable'].']</span>';
|
echo '['.$row1['variable'].']</span>';
|
||||||
if ($row1['other'] == 1) echo ' <input type="text" disabled style="width:40px" />';
|
if ($row1['other'] == 1) echo ' <input type="text" disabled style="width:40px" />';
|
||||||
|
|
||||||
@ -10384,14 +10382,6 @@ class SurveyChart {
|
|||||||
|
|
||||||
echo '<h2>'.$lang['srv_chart_skin_long'].'</h2>';
|
echo '<h2>'.$lang['srv_chart_skin_long'].'</h2>';
|
||||||
echo '<div class="popup_close"><a href="#" onClick="close_chartColor(); return false;">✕</a></div>';
|
echo '<div class="popup_close"><a href="#" onClick="close_chartColor(); return false;">✕</a></div>';
|
||||||
echo '<p class="graf_naknadno">'.$lang['srv_chart_skin_info'].'</p>';
|
|
||||||
|
|
||||||
// Opozorilo na vrhu
|
|
||||||
if(!is_numeric($skin)){
|
|
||||||
echo '<div id="chart_skin_note">';
|
|
||||||
echo $lang['srv_chart_skin_warning'];
|
|
||||||
echo '</div>';
|
|
||||||
}
|
|
||||||
|
|
||||||
echo '<script type="text/javascript" charset="utf-8">
|
echo '<script type="text/javascript" charset="utf-8">
|
||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
@ -10412,12 +10402,13 @@ class SurveyChart {
|
|||||||
</script>';
|
</script>';
|
||||||
|
|
||||||
|
|
||||||
|
echo '<div id="chart_settings_profiles_wrap">';
|
||||||
echo '<div id="chart_settings_profiles_left">';
|
echo '<div id="chart_settings_profiles_left">';
|
||||||
|
|
||||||
// Prednastavljeni skini
|
// Prednastavljeni skini
|
||||||
echo '<span>'.$lang['srv_chart_skin_default'].':</span>';
|
echo '<p>'.$lang['srv_chart_skin_default'].':</p>';
|
||||||
echo '<span class="chart_profiles_holder" style="margin-bottom: 10px; height: 144px;">';
|
echo '<div class="chart_profiles_holder">';
|
||||||
echo '<span id="chart_profiles" class="chart_profiles select">';
|
echo '<div id="chart_profiles" class="chart_profiles select">';
|
||||||
|
|
||||||
echo '<div class="option'.($skin == '1ka' ? ' active' : '').'" id="chart_profile_skin_1ka" value="1ka">'.$lang['srv_chart_skin_1ka'].'</div>';
|
echo '<div class="option'.($skin == '1ka' ? ' active' : '').'" id="chart_profile_skin_1ka" value="1ka">'.$lang['srv_chart_skin_1ka'].'</div>';
|
||||||
echo '<div class="option'.($skin == 'lively' ? ' active' : '').'" id="chart_profile_skin_0" value="lively">'.$lang['srv_chart_skin_0'].'</div>';
|
echo '<div class="option'.($skin == 'lively' ? ' active' : '').'" id="chart_profile_skin_0" value="lively">'.$lang['srv_chart_skin_0'].'</div>';
|
||||||
@ -10429,34 +10420,39 @@ class SurveyChart {
|
|||||||
echo '<div class="option'.($skin == 'red' ? ' active' : '').'" id="chart_profile_skin_4" value="red">'.$lang['srv_chart_skin_4'].'</div>';
|
echo '<div class="option'.($skin == 'red' ? ' active' : '').'" id="chart_profile_skin_4" value="red">'.$lang['srv_chart_skin_4'].'</div>';
|
||||||
echo '<div class="option'.($skin == 'multi' ? ' active' : '').'" id="chart_profile_skin_5" value="multi">'.$lang['srv_chart_skin_5'].'</div>';
|
echo '<div class="option'.($skin == 'multi' ? ' active' : '').'" id="chart_profile_skin_5" value="multi">'.$lang['srv_chart_skin_5'].'</div>';
|
||||||
|
|
||||||
echo '</span>';
|
echo '</div>';
|
||||||
echo '</span>';
|
echo '</div>';
|
||||||
|
|
||||||
|
|
||||||
// Custom kreirani skini
|
// Custom kreirani skini
|
||||||
$custom_skins = self::getCustomSkins();
|
$custom_skins = self::getCustomSkins();
|
||||||
|
|
||||||
echo '<span>'.$lang['srv_chart_skin_custom'].':</span>';
|
echo '<p>'.$lang['srv_chart_skin_custom'].':</p>';
|
||||||
echo '<span class="chart_profiles_holder">';
|
echo '<div class="chart_profiles_holder">';
|
||||||
echo '<span id="chart_profiles_custom" class="chart_profiles select">';
|
echo '<div id="chart_profiles_custom" class="chart_profiles select">';
|
||||||
|
|
||||||
foreach ($custom_skins as $custom_skin ){
|
foreach ($custom_skins as $custom_skin ){
|
||||||
echo '<div class="option'.($skin == $custom_skin['id'] ? ' active' : '').'" id="chart_profile_skin_'.$custom_skin['id'].'" value="'.$custom_skin['id'].'">'.$custom_skin['name'].'</div>';
|
echo '<div class="option'.($skin == $custom_skin['id'] ? ' active' : '').'" id="chart_profile_skin_'.$custom_skin['id'].'" value="'.$custom_skin['id'].'">'.$custom_skin['name'].'</div>';
|
||||||
}
|
}
|
||||||
|
|
||||||
echo '</span>';
|
echo '</div>';
|
||||||
echo '</span>';
|
echo '</div>';
|
||||||
|
|
||||||
// Ce je izbran custom skin imamo na dnu gumba brisi in preimenuj
|
// Ce je izbran custom skin imamo na dnu gumba brisi in preimenuj
|
||||||
if(is_numeric($skin)){
|
if(is_numeric($skin)){
|
||||||
echo '<a href="#" onclick="chart_skin_action(\'show_rename\'); return false;">'.$lang['srv_rename_profile'].'</a><br/>'."\n";
|
|
||||||
echo '<a href="#" onclick="chart_skin_action(\'show_delete\'); return false;">'.$lang['srv_delete_profile'].'</a>'."\n";
|
echo '<div class="button_holder">';
|
||||||
|
echo '<button class="small white-blue" onClick="chart_skin_action(\'show_rename\'); return false;">'.$lang['srv_rename_profile'].'</button>';
|
||||||
|
echo '<button class="small blue" onclick="chart_skin_action(\'show_delete\'); return false;">'.$lang['srv_delete_profile'].'</button>';
|
||||||
|
echo '</div>';
|
||||||
}
|
}
|
||||||
|
|
||||||
echo '</div>';
|
echo '</div>'; #left
|
||||||
|
|
||||||
|
|
||||||
echo '<div id="chart_settings_profiles_right">';
|
echo '<div id="chart_settings_profiles_middle">';
|
||||||
|
|
||||||
|
echo '<p class="bottom8">'.$lang['srv_chart_skin_long2'].':</p>';
|
||||||
|
|
||||||
// ce je numeric je custom skin
|
// ce je numeric je custom skin
|
||||||
if(is_numeric($skin)){
|
if(is_numeric($skin)){
|
||||||
@ -10469,18 +10465,12 @@ class SurveyChart {
|
|||||||
else{
|
else{
|
||||||
// preview za default skine
|
// preview za default skine
|
||||||
echo '<div id="div_chart_skin_previews">';
|
echo '<div id="div_chart_skin_previews">';
|
||||||
echo $lang['srv_chart_skin_preview'].':';
|
echo '<h2>'.$lang['srv_chart_skin_preview'].'</h2>';
|
||||||
self::displayChartSkinPreview($skin);
|
self::displayChartSkinPreview($skin);
|
||||||
echo '</div>';
|
echo '</div>';
|
||||||
|
|
||||||
$default_colors = self::getDefaultColors($skin);
|
$default_colors = self::getDefaultColors($skin);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Izbira custom skina
|
|
||||||
echo '<div id="chart_custom_skin">';
|
|
||||||
|
|
||||||
echo ' <div id="picker" style="float: right;"></div>';
|
|
||||||
|
|
||||||
|
|
||||||
for($i=0; $i<7; $i++){
|
for($i=0; $i<7; $i++){
|
||||||
$name = 'color'.($i+1);
|
$name = 'color'.($i+1);
|
||||||
@ -10491,11 +10481,28 @@ class SurveyChart {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// reset na default barvo
|
// reset na default barvo
|
||||||
echo '<br /><span class="as_link clr" onClick="chartAdvancedSettingsSetColor(\''.(is_numeric($skin) ? implode("_",$colors) : $skin).'\')">'.$lang['srv_chart_advanced_default_color'].'</span>';
|
echo '<p class="as_link top8" onClick="chartAdvancedSettingsSetColor(\''.(is_numeric($skin) ? implode("_",$colors) : $skin).'\')">'.$lang['srv_chart_advanced_default_color2'].'</p>';
|
||||||
|
|
||||||
echo '</div>';
|
|
||||||
|
|
||||||
|
echo '</div>'; #middle
|
||||||
|
|
||||||
|
echo '<div id="chart_settings_profiles_right">';
|
||||||
|
|
||||||
|
// Izbira custom skina
|
||||||
|
echo '<div id="chart_custom_skin">';
|
||||||
|
|
||||||
|
echo '<div id="picker"></div>';
|
||||||
|
|
||||||
echo '</div>';
|
echo '</div>';
|
||||||
|
|
||||||
|
echo '</div>'; #right
|
||||||
|
echo '</div>'; #wrap
|
||||||
|
|
||||||
|
// Opozorilo - privzetih ne morejo spreminjati
|
||||||
|
if(!is_numeric($skin)){
|
||||||
|
echo '<div id="chart_skin_note">';
|
||||||
|
echo $lang['srv_chart_skin_warning'];
|
||||||
|
echo '</div>';
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
// cover Div
|
// cover Div
|
||||||
@ -10545,8 +10552,8 @@ class SurveyChart {
|
|||||||
echo '<input id="deleteChartSkinId" type="hidden" value="' . $custom_skin['id'] . '" />'."\n";
|
echo '<input id="deleteChartSkinId" type="hidden" value="' . $custom_skin['id'] . '" />'."\n";
|
||||||
|
|
||||||
echo '<div class="button_holder">';
|
echo '<div class="button_holder">';
|
||||||
echo '<button class="medium white-blue" onClick="zoomProfileAction(\'cancelDelete\'); return false;">'.$lang['srv_close_profile'].'</button>';
|
echo '<button class="medium white-blue" onClick="chart_skin_action(\'cancel_delete\'); return false;">'.$lang['srv_close_profile'].'</button>';
|
||||||
echo '<button class="medium blue" onclick="zoomProfileAction(\'doDelete\'); return false;">'.$lang['srv_delete_profile_yes'].'</button>';
|
echo '<button class="medium blue" onclick="chart_skin_action(\'delete\'); return false;">'.$lang['srv_delete_profile_yes'].'</button>';
|
||||||
echo '</div>';
|
echo '</div>';
|
||||||
|
|
||||||
echo '</div>';
|
echo '</div>';
|
||||||
|
@ -1048,7 +1048,7 @@ function if_remove(_if, all, confirmed) {
|
|||||||
// Warning da brisemo vsebino pogoja in imamo ze podatke, ki jih bomo pobrisali
|
// Warning da brisemo vsebino pogoja in imamo ze podatke, ki jih bomo pobrisali
|
||||||
if (data.substring(0, 3) === '<p>' || data.substring(0, 4) === '<h2>') {
|
if (data.substring(0, 3) === '<p>' || data.substring(0, 4) === '<h2>') {
|
||||||
$('#fade').fadeIn("fast");
|
$('#fade').fadeIn("fast");
|
||||||
$('#dropped_alert').html(data).fadeIn("fast").css('width', '400px');
|
$('#dropped_alert').html(data).fadeIn("fast").css('width', '600px');
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
$('#branching').html(data);
|
$('#branching').html(data);
|
||||||
|
@ -500,9 +500,11 @@ function tableChartSaveAdvancedSettings (chartID) {
|
|||||||
function edit_labels(val){
|
function edit_labels(val){
|
||||||
if(val == 0) {
|
if(val == 0) {
|
||||||
$('.chart_editing :input').attr('disabled', true);
|
$('.chart_editing :input').attr('disabled', true);
|
||||||
|
$('#title_edit').addClass('gray');
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
$('.chart_editing :input').removeAttr('disabled');
|
$('.chart_editing :input').removeAttr('disabled');
|
||||||
|
$('#title_edit').removeClass('gray');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1024,7 +1024,7 @@ function brisi_spremenljivko (spremenljivka, text, confirmed) {
|
|||||||
}
|
}
|
||||||
else if (data.error == 2) {
|
else if (data.error == 2) {
|
||||||
$('#fade').fadeIn('slow');
|
$('#fade').fadeIn('slow');
|
||||||
$('#dropped_alert').html(data.output).fadeIn('slow').css('width', '400px');
|
$('#dropped_alert').html(data.output).fadeIn('slow').css('width', '600px');
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -621,7 +621,7 @@ function inline_vrednost_delete(spremenljivka, vrednost, confirmed/*, tip, other
|
|||||||
else if (data.error == 2) {
|
else if (data.error == 2) {
|
||||||
|
|
||||||
$('#fade').fadeIn("fast");
|
$('#fade').fadeIn("fast");
|
||||||
$('#dropped_alert').html(data.output).fadeIn("fast").css('width', '400px');
|
$('#dropped_alert').html(data.output).fadeIn("fast").css('width', '600px');
|
||||||
|
|
||||||
//ce je posebna vrednost, se rabi dodat callbaack
|
//ce je posebna vrednost, se rabi dodat callbaack
|
||||||
if(special_vrednost){
|
if(special_vrednost){
|
||||||
|
@ -122,7 +122,7 @@ class DisplayController{
|
|||||||
echo '<div class="logo ">';
|
echo '<div class="logo ">';
|
||||||
|
|
||||||
echo ' <a href="'.$site_url.$this->root.'index.php">';
|
echo ' <a href="'.$site_url.$this->root.'index.php">';
|
||||||
echo ' <img src="'.$site_url.'/public/img/logo/1ka_'.($this->lang_id != 1 ? 'eng' : 'slo').'.svg">';
|
echo ' <img src="'.$site_url.'/public/img/logo/1ka_logo_'.($this->lang_id != 1 ? 'eng' : 'slo').'.svg">';
|
||||||
if(isAAI()){
|
if(isAAI()){
|
||||||
echo ' <img src="'.$site_url.'/public/img/logo/arnes_logo.png" style="margin-left:30px;">';
|
echo ' <img src="'.$site_url.'/public/img/logo/arnes_logo.png" style="margin-left:30px;">';
|
||||||
}
|
}
|
||||||
|
@ -4,50 +4,61 @@
|
|||||||
font-family: "Source Sans Pro","sans-serif";
|
font-family: "Source Sans Pro","sans-serif";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
max-width: 1160px;
|
||||||
|
margin: auto;
|
||||||
|
color: #343434;
|
||||||
|
}
|
||||||
|
|
||||||
/* nav */
|
/* nav */
|
||||||
.mobile{
|
.mobile{
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
h1 {
|
|
||||||
font-weight: 300;
|
|
||||||
font-size: 50px;
|
|
||||||
line-height: 62px;
|
|
||||||
}
|
|
||||||
|
|
||||||
h2 {
|
|
||||||
font-size: 40px;
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
header {
|
header {
|
||||||
padding-top: 10px;
|
padding: 0px;
|
||||||
padding-bottom: 5px;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
header a {
|
header .nav-desktop span.menu_item {
|
||||||
|
margin-left: 32px;
|
||||||
|
text-transform: none;
|
||||||
|
}
|
||||||
|
header .nav-desktop span.menu_item a {
|
||||||
|
color: #343434;
|
||||||
|
font-style: normal;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
|
font-size: 16px;
|
||||||
|
line-height: 42px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
header nav span.menu_item a:hover {
|
header nav span.menu_item a:hover {
|
||||||
color: #F07D3E;
|
color: #F07D3E;
|
||||||
}
|
}
|
||||||
|
|
||||||
header nav span.menu_item.active {
|
header nav span.menu_item.active {
|
||||||
border-bottom: 3px #F07D3E solid;
|
border-bottom: 3px #F07D3E solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
header nav span.lang_switch img {
|
||||||
|
margin-right: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
header nav span.lang_switch span {
|
||||||
|
line-height: 26px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
#header-btn {
|
#header-btn {
|
||||||
color: rgb(255, 255, 255);
|
color: #FFFFFF;
|
||||||
background-color: #F07D3E;
|
background-color: #F07D3E;
|
||||||
|
border: 1px solid #F07D3E;
|
||||||
|
|
||||||
width: 150x;
|
width: 108px;
|
||||||
padding: 8px 16px;
|
height: 44px;
|
||||||
|
padding: 9px 16px;
|
||||||
|
gap: 10px;
|
||||||
|
|
||||||
|
|
||||||
text-transform: none;
|
text-transform: none;
|
||||||
}
|
}
|
||||||
@ -59,6 +70,9 @@ header nav span.menu_item.active {
|
|||||||
border: 1px solid #F07D3E;
|
border: 1px solid #F07D3E;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#main .main_content {
|
||||||
|
padding: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
.hero-container {
|
.hero-container {
|
||||||
display: flex;
|
display: flex;
|
||||||
@ -67,15 +81,15 @@ header nav span.menu_item.active {
|
|||||||
|
|
||||||
height: auto;
|
height: auto;
|
||||||
|
|
||||||
margin-top: 30px;
|
margin-top: 105px;
|
||||||
margin-bottom: 100px;
|
margin-bottom: 210px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.hero-container img {
|
.hero-container img {
|
||||||
|
|
||||||
max-width: 60%;
|
max-width: 50%;
|
||||||
height: auto;
|
max-height: 476px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -84,26 +98,45 @@ header nav span.menu_item.active {
|
|||||||
max-width: 350px;
|
max-width: 350px;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
|
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.hero-container .text h1 {
|
||||||
|
font-weight: 300;
|
||||||
|
font-size: 50px;
|
||||||
|
line-height: 62px;
|
||||||
|
|
||||||
|
margin-top: 0px;
|
||||||
|
margin-bottom: 25px;
|
||||||
|
}
|
||||||
|
.hero-container .text p{
|
||||||
|
margin-top: 0px;
|
||||||
|
margin-bottom: 25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hero-container a {
|
.hero-container a {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
|
||||||
background-color: #F07D3E;
|
|
||||||
color: white;
|
|
||||||
|
|
||||||
padding: 8px 16px;
|
padding: 8px 16px;
|
||||||
width: 200px;
|
width: 200px;
|
||||||
|
background-color: #F07D3E;
|
||||||
|
border: 1px solid #F07D3E;
|
||||||
|
color: white;
|
||||||
|
|
||||||
|
background: linear-gradient(to left, #F07D3E 50%, white 50%) right;
|
||||||
|
background-size: 200%;
|
||||||
|
transition: .3s ease-out;
|
||||||
}
|
}
|
||||||
.hero-container a:hover {
|
.hero-container a:hover {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
color: #F07D3E;
|
color: #F07D3E;
|
||||||
border: 1px solid #F07D3E;
|
border: 1px solid #F07D3E;
|
||||||
|
|
||||||
|
background-position: left;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -112,6 +145,8 @@ header nav span.menu_item.active {
|
|||||||
max-width: auto;
|
max-width: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.povezave {
|
.povezave {
|
||||||
|
|
||||||
display: flex;
|
display: flex;
|
||||||
@ -119,29 +154,45 @@ header nav span.menu_item.active {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
text-align: center;
|
|
||||||
font-weight: 400;
|
|
||||||
|
|
||||||
margin-bottom: 70px;
|
font-style: normal;
|
||||||
|
font-weight: 400;
|
||||||
|
font-size: 32px;
|
||||||
|
line-height: 36px;
|
||||||
|
|
||||||
|
text-align: center;
|
||||||
|
margin-bottom: 50px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.povezave h2 {
|
.povezave h2 {
|
||||||
font-size: 18px;
|
font-style: normal;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
|
font-size: 18px;
|
||||||
|
line-height: 23px;
|
||||||
|
|
||||||
|
margin-top: 25px;
|
||||||
|
margin-bottom: 8px;
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.povezave .col{
|
.povezave .col{
|
||||||
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-left: 10px;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.povezave .col p {
|
.povezave .col p {
|
||||||
height: 110px;
|
height: 110px;
|
||||||
max-width: 300px;
|
max-width: 253px;
|
||||||
|
|
||||||
|
font-style: normal;
|
||||||
|
font-weight: 400;
|
||||||
|
font-size: 16px;
|
||||||
|
line-height: 26px;
|
||||||
|
|
||||||
|
margin-top: 0px;
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
@ -150,12 +201,20 @@ header nav span.menu_item.active {
|
|||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
|
||||||
background-color: #F07D3E;
|
background-color: #F07D3E;
|
||||||
color: white;
|
border: 1px solid #F07D3E;
|
||||||
|
color: white;
|
||||||
|
font-size: 16px;
|
||||||
|
line-height: 26px;
|
||||||
|
|
||||||
padding: 8px 16px;
|
padding: 12px 16px;
|
||||||
max-width: 150px;
|
margin: 0px 20px;
|
||||||
margin: auto;
|
max-width: 196px;
|
||||||
|
|
||||||
|
background: linear-gradient(to left, #F07D3E 50%, white 50%) right;
|
||||||
|
background-size: 200%;
|
||||||
|
transition: .3s ease-out;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#povezave-btn:hover {
|
#povezave-btn:hover {
|
||||||
@ -163,20 +222,30 @@ header nav span.menu_item.active {
|
|||||||
background-color: white;
|
background-color: white;
|
||||||
|
|
||||||
border: 1px solid #F07D3E;
|
border: 1px solid #F07D3E;
|
||||||
|
|
||||||
|
background-position: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
footer .footer_content {
|
||||||
|
padding: 0px;
|
||||||
|
margin-top: 210px;
|
||||||
|
}
|
||||||
|
|
||||||
footer h2 {
|
footer h2 {
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
|
line-height: 24px;
|
||||||
|
|
||||||
|
margin-bottom: 12px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
footer .col a {
|
footer .col a {
|
||||||
color: black;
|
color: #343434;
|
||||||
|
font-size: 16px;
|
||||||
|
line-height: 26px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.social_logo_flex img {
|
.social_logo_flex img {
|
||||||
@ -189,7 +258,10 @@ footer .col a {
|
|||||||
}
|
}
|
||||||
|
|
||||||
footer .footer_content .col span {
|
footer .footer_content .col span {
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
|
}
|
||||||
|
footer .footer_content .col span a {
|
||||||
|
color: #343434;
|
||||||
}
|
}
|
||||||
|
|
||||||
footer .footer_content .col1 .col1-flex {
|
footer .footer_content .col1 .col1-flex {
|
||||||
@ -259,16 +331,27 @@ input[type=button]:hover,
|
|||||||
flex-direction: column-reverse;
|
flex-direction: column-reverse;
|
||||||
|
|
||||||
|
|
||||||
margin-top: 50px;
|
margin-top: 70px;
|
||||||
margin-bottom: 50px;
|
margin-bottom: 50px;
|
||||||
|
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hero-container img {
|
.hero-container img {
|
||||||
|
max-width: 65%;
|
||||||
max-width: 70%;
|
}
|
||||||
height: auto;
|
|
||||||
|
.hero-container .text h1 {
|
||||||
|
margin-top: 50px;
|
||||||
|
}
|
||||||
|
.hero-container .text p {
|
||||||
|
margin-bottom: 25px;
|
||||||
|
max-width: 390px;
|
||||||
|
}
|
||||||
|
.hero-container .text a {
|
||||||
|
width: 80%;
|
||||||
|
max-width: 320px;
|
||||||
|
margin: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hero-container .text {
|
.hero-container .text {
|
||||||
@ -277,9 +360,7 @@ input[type=button]:hover,
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.hero-container .text a {
|
|
||||||
margin: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.povezave{
|
.povezave{
|
||||||
display: grid;
|
display: grid;
|
||||||
@ -288,8 +369,15 @@ input[type=button]:hover,
|
|||||||
row-gap: 30px;
|
row-gap: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.title {
|
||||||
|
margin-top: 118px;
|
||||||
|
margin-bottom: 0px;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
.povezave .col {
|
.povezave .col {
|
||||||
margin: auto;
|
margin: auto;
|
||||||
|
margin-top: 50px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -299,6 +387,9 @@ input[type=button]:hover,
|
|||||||
height: 80px;
|
height: 80px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
#povezave-btn {
|
||||||
|
margin: 0px auto;
|
||||||
|
}
|
||||||
|
|
||||||
footer .footer_content {
|
footer .footer_content {
|
||||||
display: grid;
|
display: grid;
|
||||||
@ -348,14 +439,13 @@ input[type=button]:hover,
|
|||||||
font-size: 50px;
|
font-size: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.hero-container img {
|
||||||
.hero-container .text {
|
max-width: 80%;
|
||||||
max-width: 95%;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.hero-container .text a {
|
.hero-container .text a {
|
||||||
width: 95%;
|
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
.hero-container .text a:hover {
|
.hero-container .text a:hover {
|
||||||
@ -375,7 +465,7 @@ input[type=button]:hover,
|
|||||||
}
|
}
|
||||||
|
|
||||||
.povezave .col {
|
.povezave .col {
|
||||||
margin-bottom: 50px ;
|
margin-top: 50px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -4830,6 +4830,7 @@ $lang = array (
|
|||||||
"srv_chart_skin_7" => "Pastel",
|
"srv_chart_skin_7" => "Pastel",
|
||||||
"srv_chart_skin_-1" => "Po meri",
|
"srv_chart_skin_-1" => "Po meri",
|
||||||
"srv_chart_skin_long" => "Nabor barv",
|
"srv_chart_skin_long" => "Nabor barv",
|
||||||
|
"srv_chart_skin_long2" => "Barve v naboru",
|
||||||
"srv_chart_skin_info" => "(Naknadno lahko urejate barve za vsak graf posebej)",
|
"srv_chart_skin_info" => "(Naknadno lahko urejate barve za vsak graf posebej)",
|
||||||
"srv_chart_skin_preview" => "Predogled barv",
|
"srv_chart_skin_preview" => "Predogled barv",
|
||||||
"srv_chart_skin_default" => "Standardni nabori barv",
|
"srv_chart_skin_default" => "Standardni nabori barv",
|
||||||
@ -4861,7 +4862,7 @@ $lang = array (
|
|||||||
"srv_chart_hq" => "Visoka ločljivost",
|
"srv_chart_hq" => "Visoka ločljivost",
|
||||||
"srv_chart_hq_warning" => "Izbrali ste visoko ločljivost (2400px), ki je primerna za izpis PDF in RTF.\n\nIzdelava vsakega posameznega grafa lahko zato traja nekaj sekund! Datoteka bo tudi razmeroma velika!\n\nAli ste prepričani da želite nadaljevati?",
|
"srv_chart_hq_warning" => "Izbrali ste visoko ločljivost (2400px), ki je primerna za izpis PDF in RTF.\n\nIzdelava vsakega posameznega grafa lahko zato traja nekaj sekund! Datoteka bo tudi razmeroma velika!\n\nAli ste prepričani da želite nadaljevati?",
|
||||||
"srv_chart_advanced_useLabels" => "Uporabi popravljene labele",
|
"srv_chart_advanced_useLabels" => "Uporabi popravljene labele",
|
||||||
"srv_chart_advanced_labelsWarning" => "* Omejitev za popravljene labele je 20 znakov!",
|
"srv_chart_advanced_labelsWarning" => "* Omejitev za popravljene labele je 30 znakov!",
|
||||||
"srv_chart_advanced_labels" => "Labele",
|
"srv_chart_advanced_labels" => "Labele",
|
||||||
"srv_chart_advanced_colors" => "Barve",
|
"srv_chart_advanced_colors" => "Barve",
|
||||||
"srv_chart_advanced_recoding" => "Rekodiranje",
|
"srv_chart_advanced_recoding" => "Rekodiranje",
|
||||||
@ -4871,6 +4872,7 @@ $lang = array (
|
|||||||
"srv_chart_advancedLink_recoding" => "Rekodiranje",
|
"srv_chart_advancedLink_recoding" => "Rekodiranje",
|
||||||
"srv_chart_advancedLink_limits" => "Meje",
|
"srv_chart_advancedLink_limits" => "Meje",
|
||||||
"srv_chart_advanced_default_color" => "Ponastavi na privzeto",
|
"srv_chart_advanced_default_color" => "Ponastavi na privzeto",
|
||||||
|
"srv_chart_advanced_default_color2" => "Ponastavi spremembe barv",
|
||||||
"srv_chart_advanced_skin" => "Izberi skin",
|
"srv_chart_advanced_skin" => "Izberi skin",
|
||||||
"srv_chart_ttest_title" => "Povprečna vrednost za",
|
"srv_chart_ttest_title" => "Povprečna vrednost za",
|
||||||
"srv_chart_settings_fullScale" => "Polna skala",
|
"srv_chart_settings_fullScale" => "Polna skala",
|
||||||
|
@ -4803,6 +4803,7 @@ $lang = array (
|
|||||||
"srv_chart_skin_7" => "Pastel",
|
"srv_chart_skin_7" => "Pastel",
|
||||||
"srv_chart_skin_-1" => "Custom",
|
"srv_chart_skin_-1" => "Custom",
|
||||||
"srv_chart_skin_long" => "Color palette",
|
"srv_chart_skin_long" => "Color palette",
|
||||||
|
"srv_chart_skin_long2" => "Colors in palette",
|
||||||
"srv_chart_skin_info" => "(Subsequently, you can edit the color palette for each chart separately)",
|
"srv_chart_skin_info" => "(Subsequently, you can edit the color palette for each chart separately)",
|
||||||
"srv_chart_skin_preview" => "Color preview",
|
"srv_chart_skin_preview" => "Color preview",
|
||||||
"srv_chart_skin_default" => "Standard color themes",
|
"srv_chart_skin_default" => "Standard color themes",
|
||||||
@ -4834,7 +4835,7 @@ $lang = array (
|
|||||||
"srv_chart_hq" => "High resolution",
|
"srv_chart_hq" => "High resolution",
|
||||||
"srv_chart_hq_warning" => "High resolution charts (2400px) are suitable for PDF and RTF exports.\n\nEach chart might take several seconds to generate! File will also be relatively large!\n\nAre you sure you want to continue?",
|
"srv_chart_hq_warning" => "High resolution charts (2400px) are suitable for PDF and RTF exports.\n\nEach chart might take several seconds to generate! File will also be relatively large!\n\nAre you sure you want to continue?",
|
||||||
"srv_chart_advanced_useLabels" => "Use custom labels",
|
"srv_chart_advanced_useLabels" => "Use custom labels",
|
||||||
"srv_chart_advanced_labelsWarning" => "Text limit for custom labels is 20 characters!",
|
"srv_chart_advanced_labelsWarning" => "Text limit for custom labels is 30 characters!",
|
||||||
"srv_chart_advanced_labels" => "Labels",
|
"srv_chart_advanced_labels" => "Labels",
|
||||||
"srv_chart_advanced_colors" => "Colors",
|
"srv_chart_advanced_colors" => "Colors",
|
||||||
"srv_chart_advanced_recoding" => "Recoding",
|
"srv_chart_advanced_recoding" => "Recoding",
|
||||||
@ -4844,6 +4845,7 @@ $lang = array (
|
|||||||
"srv_chart_advancedLink_recoding" => "Recoding",
|
"srv_chart_advancedLink_recoding" => "Recoding",
|
||||||
"srv_chart_advancedLink_limits" => "Number limits",
|
"srv_chart_advancedLink_limits" => "Number limits",
|
||||||
"srv_chart_advanced_default_color" => "Reset to default",
|
"srv_chart_advanced_default_color" => "Reset to default",
|
||||||
|
"srv_chart_advanced_default_color2" => "Reset color changes",
|
||||||
"srv_chart_advanced_skin" => "Select skin",
|
"srv_chart_advanced_skin" => "Select skin",
|
||||||
"srv_chart_ttest_title" => "Average value",
|
"srv_chart_ttest_title" => "Average value",
|
||||||
"srv_chart_settings_fullScale" => "Full scale",
|
"srv_chart_settings_fullScale" => "Full scale",
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -363,42 +363,6 @@ ul.vrednost_sort {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.chart_profiles_holder {
|
|
||||||
width: 190px;
|
|
||||||
border: 1px solid $grey_normal;
|
|
||||||
height: 130px;
|
|
||||||
display: inline-block;
|
|
||||||
}
|
|
||||||
#chart_profiles {
|
|
||||||
overflow: auto;
|
|
||||||
cursor: pointer;
|
|
||||||
width: 190px;
|
|
||||||
display: inline-block;
|
|
||||||
height: 144px;
|
|
||||||
.option {
|
|
||||||
padding: 1px;
|
|
||||||
}
|
|
||||||
.active {
|
|
||||||
background-color: $strong_blue_super_darken;
|
|
||||||
color: white;
|
|
||||||
border-bottom: 1px solid $grey_normal;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
#chart_profiles_custom {
|
|
||||||
overflow: auto;
|
|
||||||
cursor: pointer;
|
|
||||||
width: 190px;
|
|
||||||
display: inline-block;
|
|
||||||
height: 130px;
|
|
||||||
.option {
|
|
||||||
padding: 1px;
|
|
||||||
}
|
|
||||||
.active {
|
|
||||||
background-color: $strong_blue_super_darken;
|
|
||||||
color: white;
|
|
||||||
border-bottom: 1px solid $grey_normal;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
#chart_settings_profiles_right {
|
#chart_settings_profiles_right {
|
||||||
#div_chart_skin_previews {
|
#div_chart_skin_previews {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
@ -30,6 +30,14 @@ p,span {
|
|||||||
margin-top: 8px;
|
margin-top: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.bottom4 {
|
||||||
|
margin-bottom: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.top4 {
|
||||||
|
margin-top: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
//Barve
|
//Barve
|
||||||
.warning,
|
.warning,
|
||||||
.red {
|
.red {
|
||||||
|
@ -450,6 +450,16 @@ div#div_condition_editing {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//Skrijemo gumbe pri pogoju znotraj filtra (ima svoje gumbe)
|
||||||
|
div.popup_right {
|
||||||
|
#div_cp_preview_content {
|
||||||
|
#if_popup_butons {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
//Izračuni
|
//Izračuni
|
||||||
|
|
||||||
#rec_spremenljivka_naslov {
|
#rec_spremenljivka_naslov {
|
||||||
@ -528,7 +538,6 @@ table.question_recode_table {
|
|||||||
width: 190px;
|
width: 190px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//Izbira spremenljivke pri kalkulaciji
|
//Izbira spremenljivke pri kalkulaciji
|
||||||
@ -645,4 +654,4 @@ div#div_analiza_archive_name {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -431,54 +431,14 @@ ul.vrednost_sort {
|
|||||||
text-indent: 0px;
|
text-indent: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#chart_settings_profiles_middle {
|
||||||
.chart_profiles_holder {
|
#div_chart_skin_previews {
|
||||||
width: 190px;
|
|
||||||
border: 1px solid $gray;
|
|
||||||
height: 130px;
|
|
||||||
display: inline-block;
|
|
||||||
margin-top: 4px;
|
|
||||||
}
|
|
||||||
#chart_profiles {
|
|
||||||
overflow: auto;
|
|
||||||
cursor: pointer;
|
|
||||||
width: 190px;
|
|
||||||
display: inline-block;
|
|
||||||
height: 144px;
|
|
||||||
.option {
|
|
||||||
padding: 1px;
|
|
||||||
}
|
|
||||||
.active {
|
|
||||||
background-color: $blue;
|
|
||||||
color: white;
|
|
||||||
border-bottom: 1px solid $gray;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
#chart_profiles_custom {
|
|
||||||
overflow: auto;
|
|
||||||
cursor: pointer;
|
|
||||||
width: 190px;
|
|
||||||
display: inline-block;
|
|
||||||
height: 130px;
|
|
||||||
.option {
|
|
||||||
padding: 1px;
|
|
||||||
}
|
|
||||||
.active {
|
|
||||||
background-color: $blue;
|
|
||||||
color: white;
|
|
||||||
border-bottom: 1px solid $gray;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
#chart_settings_profiles_right {
|
|
||||||
#div_chart_skin_previews {
|
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 100px;
|
top: 193px;
|
||||||
left: 90px;
|
left: 90px;
|
||||||
width: 200px;
|
width: 200px;
|
||||||
height: 140px;
|
padding: 16px;
|
||||||
padding: 10px;
|
|
||||||
background-color: white;
|
background-color: white;
|
||||||
border: 4px solid $gray;
|
|
||||||
box-shadow: 0 0 20px black;
|
box-shadow: 0 0 20px black;
|
||||||
-moz-box-shadow: 0 0 20px black;
|
-moz-box-shadow: 0 0 20px black;
|
||||||
-webkit-box-shadow: 0 0 20px black;
|
-webkit-box-shadow: 0 0 20px black;
|
||||||
@ -496,16 +456,8 @@ ul.vrednost_sort {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.form-item {
|
|
||||||
padding: 3px;
|
|
||||||
width: 200px;
|
|
||||||
}
|
|
||||||
.colorwell {
|
|
||||||
width: 70px;
|
|
||||||
height: 20px;
|
|
||||||
font-size: 11px;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#newChartSkin {
|
#newChartSkin {
|
||||||
display: none;
|
display: none;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
@ -9,9 +9,7 @@
|
|||||||
position: relative;
|
position: relative;
|
||||||
z-index: 90;
|
z-index: 90;
|
||||||
|
|
||||||
width: 650px;
|
width: 850px;
|
||||||
height: 500px;
|
|
||||||
padding: 10px;
|
|
||||||
|
|
||||||
.as_link {
|
.as_link {
|
||||||
color: $blue !important;
|
color: $blue !important;
|
||||||
@ -25,21 +23,109 @@
|
|||||||
|
|
||||||
#chart_skin_note {
|
#chart_skin_note {
|
||||||
width: auto;
|
width: auto;
|
||||||
padding: 12px 16px;
|
padding: 10px;
|
||||||
border: 1px solid $gray;
|
border: 1px solid $gray;
|
||||||
background-color: $light-gray;
|
background-color: $light-gray;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
margin-bottom: 16px;
|
|
||||||
}
|
}
|
||||||
#chart_settings_profiles_left {
|
|
||||||
float: left;
|
#chart_settings_profiles_wrap {
|
||||||
width: 30%;
|
display: flex;
|
||||||
height: 200px;
|
flex-direction: row;
|
||||||
|
|
||||||
|
#chart_settings_profiles_left {
|
||||||
|
width: 265px;
|
||||||
|
margin-right: 64px;
|
||||||
|
|
||||||
|
.chart_profiles_holder {
|
||||||
|
|
||||||
|
width: 100%;
|
||||||
|
border: 1px solid $gray;
|
||||||
|
height: 135px;
|
||||||
|
margin-top: 4px;
|
||||||
|
margin-bottom: 16px;
|
||||||
|
|
||||||
|
#chart_profiles,
|
||||||
|
#chart_profiles_custom {
|
||||||
|
|
||||||
|
width: 100%;
|
||||||
|
overflow: auto;
|
||||||
|
cursor: pointer;
|
||||||
|
display: inline-block;
|
||||||
|
height: 100%;
|
||||||
|
|
||||||
|
.option {
|
||||||
|
padding: 4px;
|
||||||
|
border-bottom: 1px solid $gray;
|
||||||
|
}
|
||||||
|
.active {
|
||||||
|
color: $blue;
|
||||||
|
background-color: $light-blue;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.button_holder {
|
||||||
|
gap: 8px;
|
||||||
|
justify-content: space-between;
|
||||||
|
padding: 0 !important;
|
||||||
|
border: none !important;
|
||||||
|
margin-bottom: 8px;
|
||||||
|
|
||||||
|
button {
|
||||||
|
min-width: 0;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
#chart_settings_profiles_middle {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
|
||||||
|
width: 200px;
|
||||||
|
|
||||||
|
.form-item {
|
||||||
|
width: 200px;
|
||||||
|
label {
|
||||||
|
margin-right: 8px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.colorwell {
|
||||||
|
width: 70px;
|
||||||
|
height: 28px;
|
||||||
|
font-size: 14px;
|
||||||
|
margin-bottom: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
#chart_settings_profiles_right{
|
||||||
|
width: 385px;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
#chart_settings_profiles_right {
|
|
||||||
padding: 20px;
|
.button_holder {
|
||||||
width: 60%;
|
border-top: 1px solid $gray;
|
||||||
float: right;
|
padding-top: 16px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
#chart_skin_previews {
|
||||||
|
h2 {
|
||||||
|
width: 100%;
|
||||||
|
margin-bottom: 16px;
|
||||||
|
padding-bottom: 8px;
|
||||||
|
|
||||||
|
font-weight: 600;
|
||||||
|
font-size: 16px;
|
||||||
|
text-transform: uppercase;
|
||||||
|
|
||||||
|
border-bottom: 1px $gray solid;
|
||||||
|
|
||||||
|
margin-block-start: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -47,22 +133,19 @@
|
|||||||
#chart_float_editing {
|
#chart_float_editing {
|
||||||
display: none;
|
display: none;
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 999;
|
|
||||||
|
|
||||||
width: 815px;
|
width: 815px;
|
||||||
padding: 0 20px;
|
|
||||||
|
box-sizing: border-box;
|
||||||
|
|
||||||
.chartSettingsArea {
|
.chartSettingsArea {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
right: 20px;
|
right: 20px;
|
||||||
|
|
||||||
|
box-sizing: border-box;
|
||||||
|
|
||||||
width: 615px;
|
width: 615px;
|
||||||
height: 300px;
|
padding: 0 20px;
|
||||||
padding: 20px;
|
|
||||||
margin: 0 0 40px 0;
|
|
||||||
|
|
||||||
background-color: $blue;
|
|
||||||
|
|
||||||
ul.vrednost_sort {
|
ul.vrednost_sort {
|
||||||
li {
|
li {
|
||||||
@ -86,16 +169,62 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.new_labels {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
|
||||||
|
p {
|
||||||
|
margin-right: 8px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.chart_editing {
|
||||||
|
textarea {
|
||||||
|
width: 100%;
|
||||||
|
height: 40px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#vrednosti_holder {
|
||||||
|
ul {
|
||||||
|
li {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
align-items: center;
|
||||||
|
textarea {
|
||||||
|
width: 90%;
|
||||||
|
margin-right: 8px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.form-item {
|
||||||
|
width: 200px;
|
||||||
|
label {
|
||||||
|
margin-right: 8px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.colorwell {
|
||||||
|
width: 70px;
|
||||||
|
height: 28px;
|
||||||
|
font-size: 14px;
|
||||||
|
margin-bottom: 8px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
//// Nastavitve
|
||||||
.chartSettingsTabs {
|
.chartSettingsTabs {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
box-sizing: border-box;
|
||||||
|
|
||||||
width: 160px;
|
width: 160px;
|
||||||
height: 260px;
|
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
font-size: 13px;
|
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background-color: white;
|
background-color: $white;
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
@ -110,20 +239,11 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
li.active {
|
li.active {
|
||||||
background-color: $blue;
|
color: $blue;
|
||||||
|
background-color: $light-blue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-item {
|
|
||||||
padding: 3px;
|
|
||||||
width: 200px;
|
|
||||||
}
|
|
||||||
.colorwell {
|
|
||||||
width: 70px;
|
|
||||||
height: 20px;
|
|
||||||
font-size: 11px;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*color picker*/
|
/*color picker*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user