statistike --> zamenjane ikone / margini
This commit is contained in:
parent
eed1e0b54b
commit
49c67ddc28
@ -5923,7 +5923,7 @@ class SurveyAnalysis {
|
||||
echo '<div class="icon_box">';
|
||||
|
||||
echo '<a href="#" onclick="showAnalizaSingleVarPopup(\''.$spid.'\',\''.M_ANALYSIS_FREQUENCY.'\',\''.$from_navedbe.'\',\''.self::$_CURRENT_LOOP['cnt'].'\'); return false;">';
|
||||
echo '<span class="faicon an_freq" title="' . $lang['srv_analysis_icon_frequency'] . '"></span> ';
|
||||
echo '<span class="faicon an_freqx" title="' . $lang['srv_analysis_icon_frequency'] . '"></span> ';
|
||||
echo '<div class="icon_text dop_frekv" > Dopolnjene frekvence</div> ';
|
||||
echo '</a>';
|
||||
|
||||
@ -5951,7 +5951,7 @@ class SurveyAnalysis {
|
||||
else {
|
||||
echo '<a href="#" onclick="showAnalizaSingleVarPopup(\''.$spid.'\',\''.M_ANALYSIS_SUMMARY_NEW.'\',\''.$from_navedbe.'\',\''.self::$_CURRENT_LOOP['cnt'].'\'); return false;">';
|
||||
}
|
||||
echo '<span class="faicon an_freqx" title="' . $lang['srv_analysis_icon_frequency*'] . '"></span> ';
|
||||
echo '<span class="faicon an_stat" title="' . $lang['srv_analysis_icon_frequency*'] . '"></span> ';
|
||||
echo '<div class="icon_text icon_text_margin" > Opisne statistike</div> ';
|
||||
echo '</a>';
|
||||
|
||||
@ -5964,8 +5964,8 @@ class SurveyAnalysis {
|
||||
echo '<div class="icon_box">';
|
||||
|
||||
echo '<a href="#" onclick="showAnalizaSingleVarPopup(\''.$spid.'\',\''.M_ANALYSIS_DESCRIPTOR.'\',\''.$from_navedbe.'\',\''.self::$_CURRENT_LOOP['cnt'].'\'); return false;">';
|
||||
echo '<span class="faicon an_stat" title="' . $lang['srv_analysis_icon_descriptor'] . '"></span> ';
|
||||
echo '<div class="icon_text" > Osnovne frekvence</div> ';
|
||||
echo '<span class="faicon an_freq" title="' . $lang['srv_analysis_icon_descriptor'] . '"></span> ';
|
||||
echo '<div class="icon_text an_freq_text" > Osnovne frekvence</div> ';
|
||||
echo '</a>';
|
||||
|
||||
echo '</div>';
|
||||
@ -5977,7 +5977,7 @@ class SurveyAnalysis {
|
||||
|
||||
echo '<a href="#" onclick="showAnalizaSingleChartPopup(\''.$spid.'\',\''.M_ANALYSIS_CHARTS.'\'); return false;">';
|
||||
echo '<span class="faicon an_chart_bar icon-blue_soft_link" title="' . $lang['6'] . '"></span> ';
|
||||
echo '<div class="icon_text icon_text_margin" > Tortni grafikon</div> ';
|
||||
echo '<div class="icon_text an_chart_bar_text" > Tortni grafikon</div> ';
|
||||
echo '</a>';
|
||||
|
||||
echo '</div>';
|
||||
|
@ -21123,7 +21123,7 @@ div.page_tema div#theme_grid_holder div.div_theme_group {
|
||||
}
|
||||
div.page_tema div#theme_grid_holder div.div_theme_group div.theme_label {
|
||||
width: 259px;
|
||||
height: 240px;
|
||||
max-height: 265px;
|
||||
box-sizing: border-box;
|
||||
background-color: #F8F8F8;
|
||||
border: 1px solid #F8F8F8;
|
||||
@ -21131,9 +21131,12 @@ div.page_tema div#theme_grid_holder div.div_theme_group div.theme_label {
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
div.page_tema div#theme_grid_holder div.div_theme_group div.theme_label .theme_label_content {
|
||||
border-bottom: 1px solid #E5E5E5;
|
||||
max-height: 169px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
div.page_tema div#theme_grid_holder div.div_theme_group div.theme_label .theme_label_content button {
|
||||
padding: 0px;
|
||||
}
|
||||
div.page_tema div#theme_grid_holder div.div_theme_group div.theme_label .theme_label_content img {
|
||||
display: block;
|
||||
clear: both;
|
||||
@ -21150,6 +21153,7 @@ div.page_tema div#theme_grid_holder div.div_theme_group div.theme_label .theme_l
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
box-sizing: border-box;
|
||||
margin-top: 16px;
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
div.page_tema div#theme_grid_holder div.div_theme_group div.theme_label .theme_label_options span.theme_name {
|
||||
@ -30101,6 +30105,7 @@ iframe#ifmcontentstoprint {
|
||||
|
||||
.analysis_icons_holder {
|
||||
background-color: white;
|
||||
border-radius: 2px;
|
||||
}
|
||||
.analysis_icons_holder .icon_box {
|
||||
margin-left: 16px;
|
||||
@ -30117,17 +30122,23 @@ iframe#ifmcontentstoprint {
|
||||
margin-right: 16px;
|
||||
}
|
||||
.analysis_icons_holder .icon_box > a .icon_text_margin {
|
||||
margin-left: 9px;
|
||||
margin-left: 15px;
|
||||
}
|
||||
.analysis_icons_holder .icon_box > a .dop_frekv {
|
||||
margin-left: 16px;
|
||||
margin-left: 9px;
|
||||
}
|
||||
.analysis_icons_holder .icon_box > a .sum_frekv {
|
||||
margin-left: 12px;
|
||||
margin-left: 13px;
|
||||
}
|
||||
.analysis_icons_holder .icon_box > a .star_icon {
|
||||
margin-left: 9px;
|
||||
}
|
||||
.analysis_icons_holder .icon_box > a .an_freq_text {
|
||||
margin-left: 17px;
|
||||
}
|
||||
.analysis_icons_holder .icon_box > a .an_chart_bar_text {
|
||||
margin-left: 10px;
|
||||
}
|
||||
.analysis_icons_holder .icon_box > a:last-of-type {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
@ -43,6 +43,7 @@
|
||||
// justify-content: center;
|
||||
|
||||
background-color: white;
|
||||
border-radius: 2px;
|
||||
|
||||
|
||||
|
||||
@ -69,17 +70,23 @@
|
||||
|
||||
}
|
||||
.icon_text_margin{
|
||||
margin-left: 9px;
|
||||
margin-left: 15px;
|
||||
}
|
||||
.dop_frekv{
|
||||
margin-left: 16px;
|
||||
margin-left: 9px;
|
||||
}
|
||||
.sum_frekv{
|
||||
margin-left: 12px;
|
||||
margin-left: 13px;
|
||||
}
|
||||
.star_icon{
|
||||
margin-left: 9px;
|
||||
}
|
||||
.an_freq_text{
|
||||
margin-left: 17px;
|
||||
}
|
||||
.an_chart_bar_text{
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
&:last-of-type{
|
||||
margin-right: 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user