statistike --> text razmik
This commit is contained in:
parent
d74a712fe2
commit
f723a0bd10
@ -5918,6 +5918,17 @@ class SurveyAnalysis {
|
||||
echo '</div>';
|
||||
}
|
||||
|
||||
if ($options['freq'] == true) {
|
||||
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 '<div class="icon_text dop_frekv" > Dopolnjene frekvence</div> ';
|
||||
echo '</a>';
|
||||
|
||||
echo '</div>';
|
||||
}
|
||||
|
||||
if ($options['sums_spec'] == true) {
|
||||
echo '<div class="icon_box">';
|
||||
|
||||
@ -5956,17 +5967,6 @@ class SurveyAnalysis {
|
||||
echo '<div class="icon_text" > Osnovne frekvence</div> ';
|
||||
echo '</a>';
|
||||
|
||||
echo '</div>';
|
||||
}
|
||||
|
||||
if ($options['freq'] == true) {
|
||||
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 '<div class="icon_text dop_frekv" > Dopolnjene frekvence</div> ';
|
||||
echo '</a>';
|
||||
|
||||
echo '</div>';
|
||||
}
|
||||
|
||||
|
@ -21016,6 +21016,7 @@ div.page_tema div.theme_list div.options div.button:last-child {
|
||||
div.page_tema div.theme_list div.options div.button span.faicon {
|
||||
margin-right: 10px;
|
||||
color: #1E88E5;
|
||||
background-color: unset;
|
||||
}
|
||||
div.page_tema div.theme_list div.options div.button span.faicon:hover {
|
||||
color: #0059AB;
|
||||
@ -29594,6 +29595,7 @@ iframe#ifmcontentstoprint {
|
||||
position: absolute;
|
||||
left: 17px;
|
||||
top: 40px;
|
||||
box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1215686275);
|
||||
}
|
||||
|
||||
.analysis_icons_holder {
|
||||
@ -29610,23 +29612,27 @@ iframe#ifmcontentstoprint {
|
||||
.analysis_icons_holder .icon_box > a .icon_text {
|
||||
color: #333333;
|
||||
font-weight: 400;
|
||||
margin-left: 11px;
|
||||
margin-left: 14px;
|
||||
}
|
||||
.analysis_icons_holder .icon_box > a .icon_text_margin {
|
||||
margin-left: 5px;
|
||||
margin-left: 9px;
|
||||
}
|
||||
.analysis_icons_holder .icon_box > a .dop_frekv {
|
||||
margin-left: 13px;
|
||||
margin-left: 16px;
|
||||
}
|
||||
.analysis_icons_holder .icon_box > a .sum_frekv {
|
||||
margin-left: 8px;
|
||||
margin-left: 11px;
|
||||
}
|
||||
.analysis_icons_holder .icon_box > a .star_icon {
|
||||
margin-left: 6px;
|
||||
margin-left: 9px;
|
||||
}
|
||||
.analysis_icons_holder .icon_box > a:last-of-type {
|
||||
margin-right: 0;
|
||||
}
|
||||
.analysis_icons_holder .icon_box > a .faicon {
|
||||
max-height: 17px;
|
||||
background-color: unset;
|
||||
}
|
||||
.analysis_icons_holder .icon_box > a .faicon:before {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
@ -15,6 +15,7 @@
|
||||
left: 17px;
|
||||
top: 40px;
|
||||
|
||||
box-shadow: 0px 0px 7px 0px #0000001F;
|
||||
}
|
||||
|
||||
// .displayNone{
|
||||
@ -63,20 +64,20 @@
|
||||
.icon_text{
|
||||
color: #333333;
|
||||
font-weight: 400;
|
||||
margin-left: 11px;
|
||||
margin-left: 14px;
|
||||
|
||||
}
|
||||
.icon_text_margin{
|
||||
margin-left: 5px;
|
||||
margin-left: 9px;
|
||||
}
|
||||
.dop_frekv{
|
||||
margin-left: 13px;
|
||||
margin-left: 16px;
|
||||
}
|
||||
.sum_frekv{
|
||||
margin-left: 8px;
|
||||
margin-left: 11px;
|
||||
}
|
||||
.star_icon{
|
||||
margin-left: 6px;
|
||||
margin-left: 9px;
|
||||
}
|
||||
|
||||
&:last-of-type{
|
||||
@ -84,6 +85,8 @@
|
||||
}
|
||||
|
||||
.faicon{
|
||||
max-height: 17px ;
|
||||
background-color: unset;
|
||||
|
||||
&:before{
|
||||
font-size: 12px;
|
||||
|
@ -143,6 +143,7 @@ div.page_tema {
|
||||
span.faicon {
|
||||
margin-right: 10px;
|
||||
color: $blue;
|
||||
background-color: unset;
|
||||
}
|
||||
span.faicon:hover{
|
||||
color: #0059AB;
|
||||
|
Loading…
x
Reference in New Issue
Block a user