Popravek napake zaradi stylinga javne povezave
This commit is contained in:
parent
e0344415eb
commit
cb89057b30
@ -2032,7 +2032,7 @@ class SurveyCustomReport {
|
|||||||
echo '</script>';
|
echo '</script>';
|
||||||
echo '</head>';
|
echo '</head>';
|
||||||
|
|
||||||
echo '<body style="margin:5px; padding:5px;" >';
|
echo '<body class="public_link creport" style="margin:5px; padding:5px;" >';
|
||||||
|
|
||||||
$what = 'creport_title_profile_'.$this->creportProfile;
|
$what = 'creport_title_profile_'.$this->creportProfile;
|
||||||
$sql = sisplet_query("SELECT value FROM srv_user_setting_for_survey WHERE sid='$anketa' AND uid='$this->creportAuthor' AND what='$what'");
|
$sql = sisplet_query("SELECT value FROM srv_user_setting_for_survey WHERE sid='$anketa' AND uid='$this->creportAuthor' AND what='$what'");
|
||||||
|
@ -7883,7 +7883,7 @@ class SurveyAnalysis {
|
|||||||
echo '</script>';
|
echo '</script>';
|
||||||
echo '</head>';
|
echo '</head>';
|
||||||
|
|
||||||
echo '<body style="margin:5px; padding:5px;" >';
|
echo '<body class="public_link analysis" style="margin:5px; padding:5px;" >';
|
||||||
echo '<h2>'.$lang['srv_publc_analysis_title_for'].self::$survey['naslov'].'</h2>';
|
echo '<h2>'.$lang['srv_publc_analysis_title_for'].self::$survey['naslov'].'</h2>';
|
||||||
|
|
||||||
echo '<input type="hidden" name="anketa_id" id="srv_meta_anketa_id" value="' . $anketa . '" />';
|
echo '<input type="hidden" name="anketa_id" id="srv_meta_anketa_id" value="' . $anketa . '" />';
|
||||||
|
@ -10742,7 +10742,7 @@ class SurveyChart {
|
|||||||
echo '</script>';
|
echo '</script>';
|
||||||
echo '</head>';
|
echo '</head>';
|
||||||
|
|
||||||
echo '<body style="margin:5px; padding:5px;" >';
|
echo '<body class="public_link charts" style="margin:5px; padding:5px;" >';
|
||||||
echo '<h2>'.$lang['srv_publc_chart_title_for'] . self::$survey['naslov'].'</h2>';
|
echo '<h2>'.$lang['srv_publc_chart_title_for'] . self::$survey['naslov'].'</h2>';
|
||||||
|
|
||||||
echo '<input type="hidden" name="anketa_id" id="srv_meta_anketa_id" value="' . $anketa . '" />';
|
echo '<input type="hidden" name="anketa_id" id="srv_meta_anketa_id" value="' . $anketa . '" />';
|
||||||
|
@ -3208,7 +3208,7 @@ class SurveyDataDisplay{
|
|||||||
echo '</script>';
|
echo '</script>';
|
||||||
echo '</head>';
|
echo '</head>';
|
||||||
|
|
||||||
echo '<body style="margin:5px; padding:5px;" >';
|
echo '<body class="public_link data" style="margin:5px; padding:5px;" >';
|
||||||
|
|
||||||
echo '<h2>'.$lang['srv_publc_data_title_for'].self::$survey['naslov'].'</h2>';
|
echo '<h2>'.$lang['srv_publc_data_title_for'].self::$survey['naslov'].'</h2>';
|
||||||
echo '<input type="hidden" name="anketa_id" id="srv_meta_anketa_id" value="' . $anketa . '" />';
|
echo '<input type="hidden" name="anketa_id" id="srv_meta_anketa_id" value="' . $anketa . '" />';
|
||||||
|
@ -29521,7 +29521,8 @@ div.glasovanje .dashboard_boxes .dashboard_box .no_data_alert #buttons button.bu
|
|||||||
.subpage_analysis_creport .div_analiza_holder,
|
.subpage_analysis_creport .div_analiza_holder,
|
||||||
.report_element_data .div_analiza_holder,
|
.report_element_data .div_analiza_holder,
|
||||||
#arch_body_div .div_analiza_holder,
|
#arch_body_div .div_analiza_holder,
|
||||||
#analiza_data .div_analiza_holder {
|
.public_link.analysis #analiza_data .div_analiza_holder,
|
||||||
|
.public_link.creport #analiza_data .div_analiza_holder {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
@ -29534,7 +29535,8 @@ div.glasovanje .dashboard_boxes .dashboard_box .no_data_alert #buttons button.bu
|
|||||||
.subpage_analysis_creport .div_analiza_holder .analiza_table_top_settings,
|
.subpage_analysis_creport .div_analiza_holder .analiza_table_top_settings,
|
||||||
.report_element_data .div_analiza_holder .analiza_table_top_settings,
|
.report_element_data .div_analiza_holder .analiza_table_top_settings,
|
||||||
#arch_body_div .div_analiza_holder .analiza_table_top_settings,
|
#arch_body_div .div_analiza_holder .analiza_table_top_settings,
|
||||||
#analiza_data .div_analiza_holder .analiza_table_top_settings {
|
.public_link.analysis #analiza_data .div_analiza_holder .analiza_table_top_settings,
|
||||||
|
.public_link.creport #analiza_data .div_analiza_holder .analiza_table_top_settings {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
@ -29549,7 +29551,8 @@ div.glasovanje .dashboard_boxes .dashboard_box .no_data_alert #buttons button.bu
|
|||||||
.subpage_analysis_creport .div_analiza_holder .analiza_table_top_settings .div_analiza_icons,
|
.subpage_analysis_creport .div_analiza_holder .analiza_table_top_settings .div_analiza_icons,
|
||||||
.report_element_data .div_analiza_holder .analiza_table_top_settings .div_analiza_icons,
|
.report_element_data .div_analiza_holder .analiza_table_top_settings .div_analiza_icons,
|
||||||
#arch_body_div .div_analiza_holder .analiza_table_top_settings .div_analiza_icons,
|
#arch_body_div .div_analiza_holder .analiza_table_top_settings .div_analiza_icons,
|
||||||
#analiza_data .div_analiza_holder .analiza_table_top_settings .div_analiza_icons {
|
.public_link.analysis #analiza_data .div_analiza_holder .analiza_table_top_settings .div_analiza_icons,
|
||||||
|
.public_link.creport #analiza_data .div_analiza_holder .analiza_table_top_settings .div_analiza_icons {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
filter: alpha(opacity=0);
|
filter: alpha(opacity=0);
|
||||||
}
|
}
|
||||||
@ -29560,7 +29563,8 @@ div.glasovanje .dashboard_boxes .dashboard_box .no_data_alert #buttons button.bu
|
|||||||
.subpage_analysis_creport .div_analiza_holder .analiza_table_top_settings .div_analiza_icons .faicon:before,
|
.subpage_analysis_creport .div_analiza_holder .analiza_table_top_settings .div_analiza_icons .faicon:before,
|
||||||
.report_element_data .div_analiza_holder .analiza_table_top_settings .div_analiza_icons .faicon:before,
|
.report_element_data .div_analiza_holder .analiza_table_top_settings .div_analiza_icons .faicon:before,
|
||||||
#arch_body_div .div_analiza_holder .analiza_table_top_settings .div_analiza_icons .faicon:before,
|
#arch_body_div .div_analiza_holder .analiza_table_top_settings .div_analiza_icons .faicon:before,
|
||||||
#analiza_data .div_analiza_holder .analiza_table_top_settings .div_analiza_icons .faicon:before {
|
.public_link.analysis #analiza_data .div_analiza_holder .analiza_table_top_settings .div_analiza_icons .faicon:before,
|
||||||
|
.public_link.creport #analiza_data .div_analiza_holder .analiza_table_top_settings .div_analiza_icons .faicon:before {
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
}
|
}
|
||||||
#div_analiza_data:not(.anal_arch) .div_analiza_holder .analiza_table_top_settings .div_analiza_icons .print_small:before,
|
#div_analiza_data:not(.anal_arch) .div_analiza_holder .analiza_table_top_settings .div_analiza_icons .print_small:before,
|
||||||
@ -29570,7 +29574,8 @@ div.glasovanje .dashboard_boxes .dashboard_box .no_data_alert #buttons button.bu
|
|||||||
.subpage_analysis_creport .div_analiza_holder .analiza_table_top_settings .div_analiza_icons .print_small:before,
|
.subpage_analysis_creport .div_analiza_holder .analiza_table_top_settings .div_analiza_icons .print_small:before,
|
||||||
.report_element_data .div_analiza_holder .analiza_table_top_settings .div_analiza_icons .print_small:before,
|
.report_element_data .div_analiza_holder .analiza_table_top_settings .div_analiza_icons .print_small:before,
|
||||||
#arch_body_div .div_analiza_holder .analiza_table_top_settings .div_analiza_icons .print_small:before,
|
#arch_body_div .div_analiza_holder .analiza_table_top_settings .div_analiza_icons .print_small:before,
|
||||||
#analiza_data .div_analiza_holder .analiza_table_top_settings .div_analiza_icons .print_small:before {
|
.public_link.analysis #analiza_data .div_analiza_holder .analiza_table_top_settings .div_analiza_icons .print_small:before,
|
||||||
|
.public_link.creport #analiza_data .div_analiza_holder .analiza_table_top_settings .div_analiza_icons .print_small:before {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
color: #1E88E5;
|
color: #1E88E5;
|
||||||
}
|
}
|
||||||
@ -29595,9 +29600,12 @@ div.glasovanje .dashboard_boxes .dashboard_box .no_data_alert #buttons button.bu
|
|||||||
#arch_body_div .div_analiza_holder .enote-navedbe_holder,
|
#arch_body_div .div_analiza_holder .enote-navedbe_holder,
|
||||||
#arch_body_div .div_analiza_holder .div_analiza_scale,
|
#arch_body_div .div_analiza_holder .div_analiza_scale,
|
||||||
#arch_body_div .div_analiza_holder .freq-p_holder,
|
#arch_body_div .div_analiza_holder .freq-p_holder,
|
||||||
#analiza_data .div_analiza_holder .enote-navedbe_holder,
|
.public_link.analysis #analiza_data .div_analiza_holder .enote-navedbe_holder,
|
||||||
#analiza_data .div_analiza_holder .div_analiza_scale,
|
.public_link.analysis #analiza_data .div_analiza_holder .div_analiza_scale,
|
||||||
#analiza_data .div_analiza_holder .freq-p_holder {
|
.public_link.analysis #analiza_data .div_analiza_holder .freq-p_holder,
|
||||||
|
.public_link.creport #analiza_data .div_analiza_holder .enote-navedbe_holder,
|
||||||
|
.public_link.creport #analiza_data .div_analiza_holder .div_analiza_scale,
|
||||||
|
.public_link.creport #analiza_data .div_analiza_holder .freq-p_holder {
|
||||||
display: inline;
|
display: inline;
|
||||||
margin-left: 16px;
|
margin-left: 16px;
|
||||||
}
|
}
|
||||||
@ -29622,9 +29630,12 @@ div.glasovanje .dashboard_boxes .dashboard_box .no_data_alert #buttons button.bu
|
|||||||
#arch_body_div .div_analiza_holder .enote-navedbe_holder button,
|
#arch_body_div .div_analiza_holder .enote-navedbe_holder button,
|
||||||
#arch_body_div .div_analiza_holder .div_analiza_scale button,
|
#arch_body_div .div_analiza_holder .div_analiza_scale button,
|
||||||
#arch_body_div .div_analiza_holder .freq-p_holder button,
|
#arch_body_div .div_analiza_holder .freq-p_holder button,
|
||||||
#analiza_data .div_analiza_holder .enote-navedbe_holder button,
|
.public_link.analysis #analiza_data .div_analiza_holder .enote-navedbe_holder button,
|
||||||
#analiza_data .div_analiza_holder .div_analiza_scale button,
|
.public_link.analysis #analiza_data .div_analiza_holder .div_analiza_scale button,
|
||||||
#analiza_data .div_analiza_holder .freq-p_holder button {
|
.public_link.analysis #analiza_data .div_analiza_holder .freq-p_holder button,
|
||||||
|
.public_link.creport #analiza_data .div_analiza_holder .enote-navedbe_holder button,
|
||||||
|
.public_link.creport #analiza_data .div_analiza_holder .div_analiza_scale button,
|
||||||
|
.public_link.creport #analiza_data .div_analiza_holder .freq-p_holder button {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
padding: 4px 16px;
|
padding: 4px 16px;
|
||||||
@ -29659,9 +29670,12 @@ div.glasovanje .dashboard_boxes .dashboard_box .no_data_alert #buttons button.bu
|
|||||||
#arch_body_div .div_analiza_holder .enote-navedbe_holder button:first-child,
|
#arch_body_div .div_analiza_holder .enote-navedbe_holder button:first-child,
|
||||||
#arch_body_div .div_analiza_holder .div_analiza_scale button:first-child,
|
#arch_body_div .div_analiza_holder .div_analiza_scale button:first-child,
|
||||||
#arch_body_div .div_analiza_holder .freq-p_holder button:first-child,
|
#arch_body_div .div_analiza_holder .freq-p_holder button:first-child,
|
||||||
#analiza_data .div_analiza_holder .enote-navedbe_holder button:first-child,
|
.public_link.analysis #analiza_data .div_analiza_holder .enote-navedbe_holder button:first-child,
|
||||||
#analiza_data .div_analiza_holder .div_analiza_scale button:first-child,
|
.public_link.analysis #analiza_data .div_analiza_holder .div_analiza_scale button:first-child,
|
||||||
#analiza_data .div_analiza_holder .freq-p_holder button:first-child {
|
.public_link.analysis #analiza_data .div_analiza_holder .freq-p_holder button:first-child,
|
||||||
|
.public_link.creport #analiza_data .div_analiza_holder .enote-navedbe_holder button:first-child,
|
||||||
|
.public_link.creport #analiza_data .div_analiza_holder .div_analiza_scale button:first-child,
|
||||||
|
.public_link.creport #analiza_data .div_analiza_holder .freq-p_holder button:first-child {
|
||||||
border-radius: 2px 0px 0px 2px;
|
border-radius: 2px 0px 0px 2px;
|
||||||
border-right: 1px #1E88E5 solid !important;
|
border-right: 1px #1E88E5 solid !important;
|
||||||
}
|
}
|
||||||
@ -29686,9 +29700,12 @@ div.glasovanje .dashboard_boxes .dashboard_box .no_data_alert #buttons button.bu
|
|||||||
#arch_body_div .div_analiza_holder .enote-navedbe_holder button:nth-child(2),
|
#arch_body_div .div_analiza_holder .enote-navedbe_holder button:nth-child(2),
|
||||||
#arch_body_div .div_analiza_holder .div_analiza_scale button:nth-child(2),
|
#arch_body_div .div_analiza_holder .div_analiza_scale button:nth-child(2),
|
||||||
#arch_body_div .div_analiza_holder .freq-p_holder button:nth-child(2),
|
#arch_body_div .div_analiza_holder .freq-p_holder button:nth-child(2),
|
||||||
#analiza_data .div_analiza_holder .enote-navedbe_holder button:nth-child(2),
|
.public_link.analysis #analiza_data .div_analiza_holder .enote-navedbe_holder button:nth-child(2),
|
||||||
#analiza_data .div_analiza_holder .div_analiza_scale button:nth-child(2),
|
.public_link.analysis #analiza_data .div_analiza_holder .div_analiza_scale button:nth-child(2),
|
||||||
#analiza_data .div_analiza_holder .freq-p_holder button:nth-child(2) {
|
.public_link.analysis #analiza_data .div_analiza_holder .freq-p_holder button:nth-child(2),
|
||||||
|
.public_link.creport #analiza_data .div_analiza_holder .enote-navedbe_holder button:nth-child(2),
|
||||||
|
.public_link.creport #analiza_data .div_analiza_holder .div_analiza_scale button:nth-child(2),
|
||||||
|
.public_link.creport #analiza_data .div_analiza_holder .freq-p_holder button:nth-child(2) {
|
||||||
border-radius: 0px 2px 2px 0px;
|
border-radius: 0px 2px 2px 0px;
|
||||||
border-left: 0 !important;
|
border-left: 0 !important;
|
||||||
}
|
}
|
||||||
@ -29733,12 +29750,18 @@ div.glasovanje .dashboard_boxes .dashboard_box .no_data_alert #buttons button.bu
|
|||||||
#arch_body_div .div_analiza_holder .div_analiza_scale button:hover,
|
#arch_body_div .div_analiza_holder .div_analiza_scale button:hover,
|
||||||
#arch_body_div .div_analiza_holder .freq-p_holder button.active,
|
#arch_body_div .div_analiza_holder .freq-p_holder button.active,
|
||||||
#arch_body_div .div_analiza_holder .freq-p_holder button:hover,
|
#arch_body_div .div_analiza_holder .freq-p_holder button:hover,
|
||||||
#analiza_data .div_analiza_holder .enote-navedbe_holder button.active,
|
.public_link.analysis #analiza_data .div_analiza_holder .enote-navedbe_holder button.active,
|
||||||
#analiza_data .div_analiza_holder .enote-navedbe_holder button:hover,
|
.public_link.analysis #analiza_data .div_analiza_holder .enote-navedbe_holder button:hover,
|
||||||
#analiza_data .div_analiza_holder .div_analiza_scale button.active,
|
.public_link.analysis #analiza_data .div_analiza_holder .div_analiza_scale button.active,
|
||||||
#analiza_data .div_analiza_holder .div_analiza_scale button:hover,
|
.public_link.analysis #analiza_data .div_analiza_holder .div_analiza_scale button:hover,
|
||||||
#analiza_data .div_analiza_holder .freq-p_holder button.active,
|
.public_link.analysis #analiza_data .div_analiza_holder .freq-p_holder button.active,
|
||||||
#analiza_data .div_analiza_holder .freq-p_holder button:hover {
|
.public_link.analysis #analiza_data .div_analiza_holder .freq-p_holder button:hover,
|
||||||
|
.public_link.creport #analiza_data .div_analiza_holder .enote-navedbe_holder button.active,
|
||||||
|
.public_link.creport #analiza_data .div_analiza_holder .enote-navedbe_holder button:hover,
|
||||||
|
.public_link.creport #analiza_data .div_analiza_holder .div_analiza_scale button.active,
|
||||||
|
.public_link.creport #analiza_data .div_analiza_holder .div_analiza_scale button:hover,
|
||||||
|
.public_link.creport #analiza_data .div_analiza_holder .freq-p_holder button.active,
|
||||||
|
.public_link.creport #analiza_data .div_analiza_holder .freq-p_holder button:hover {
|
||||||
color: #1E88E5;
|
color: #1E88E5;
|
||||||
background-color: #EAF9FE;
|
background-color: #EAF9FE;
|
||||||
border-color: #1E88E5;
|
border-color: #1E88E5;
|
||||||
@ -29764,9 +29787,12 @@ div.glasovanje .dashboard_boxes .dashboard_box .no_data_alert #buttons button.bu
|
|||||||
#arch_body_div .div_analiza_holder .enote-navedbe_holder button.single,
|
#arch_body_div .div_analiza_holder .enote-navedbe_holder button.single,
|
||||||
#arch_body_div .div_analiza_holder .div_analiza_scale button.single,
|
#arch_body_div .div_analiza_holder .div_analiza_scale button.single,
|
||||||
#arch_body_div .div_analiza_holder .freq-p_holder button.single,
|
#arch_body_div .div_analiza_holder .freq-p_holder button.single,
|
||||||
#analiza_data .div_analiza_holder .enote-navedbe_holder button.single,
|
.public_link.analysis #analiza_data .div_analiza_holder .enote-navedbe_holder button.single,
|
||||||
#analiza_data .div_analiza_holder .div_analiza_scale button.single,
|
.public_link.analysis #analiza_data .div_analiza_holder .div_analiza_scale button.single,
|
||||||
#analiza_data .div_analiza_holder .freq-p_holder button.single {
|
.public_link.analysis #analiza_data .div_analiza_holder .freq-p_holder button.single,
|
||||||
|
.public_link.creport #analiza_data .div_analiza_holder .enote-navedbe_holder button.single,
|
||||||
|
.public_link.creport #analiza_data .div_analiza_holder .div_analiza_scale button.single,
|
||||||
|
.public_link.creport #analiza_data .div_analiza_holder .freq-p_holder button.single {
|
||||||
cursor: auto;
|
cursor: auto;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
}
|
}
|
||||||
@ -29777,7 +29803,8 @@ div.glasovanje .dashboard_boxes .dashboard_box .no_data_alert #buttons button.bu
|
|||||||
.subpage_analysis_creport .div_analiza_holder .div_analiza_scale,
|
.subpage_analysis_creport .div_analiza_holder .div_analiza_scale,
|
||||||
.report_element_data .div_analiza_holder .div_analiza_scale,
|
.report_element_data .div_analiza_holder .div_analiza_scale,
|
||||||
#arch_body_div .div_analiza_holder .div_analiza_scale,
|
#arch_body_div .div_analiza_holder .div_analiza_scale,
|
||||||
#analiza_data .div_analiza_holder .div_analiza_scale {
|
.public_link.analysis #analiza_data .div_analiza_holder .div_analiza_scale,
|
||||||
|
.public_link.creport #analiza_data .div_analiza_holder .div_analiza_scale {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
filter: alpha(opacity=0);
|
filter: alpha(opacity=0);
|
||||||
}
|
}
|
||||||
@ -29788,7 +29815,8 @@ div.glasovanje .dashboard_boxes .dashboard_box .no_data_alert #buttons button.bu
|
|||||||
.subpage_analysis_creport .div_analiza_holder .div_analiza_scale a,
|
.subpage_analysis_creport .div_analiza_holder .div_analiza_scale a,
|
||||||
.report_element_data .div_analiza_holder .div_analiza_scale a,
|
.report_element_data .div_analiza_holder .div_analiza_scale a,
|
||||||
#arch_body_div .div_analiza_holder .div_analiza_scale a,
|
#arch_body_div .div_analiza_holder .div_analiza_scale a,
|
||||||
#analiza_data .div_analiza_holder .div_analiza_scale a {
|
.public_link.analysis #analiza_data .div_analiza_holder .div_analiza_scale a,
|
||||||
|
.public_link.creport #analiza_data .div_analiza_holder .div_analiza_scale a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
#div_analiza_data:not(.anal_arch) .div_analiza_holder .div_other_text,
|
#div_analiza_data:not(.anal_arch) .div_analiza_holder .div_other_text,
|
||||||
@ -29798,7 +29826,8 @@ div.glasovanje .dashboard_boxes .dashboard_box .no_data_alert #buttons button.bu
|
|||||||
.subpage_analysis_creport .div_analiza_holder .div_other_text,
|
.subpage_analysis_creport .div_analiza_holder .div_other_text,
|
||||||
.report_element_data .div_analiza_holder .div_other_text,
|
.report_element_data .div_analiza_holder .div_other_text,
|
||||||
#arch_body_div .div_analiza_holder .div_other_text,
|
#arch_body_div .div_analiza_holder .div_other_text,
|
||||||
#analiza_data .div_analiza_holder .div_other_text {
|
.public_link.analysis #analiza_data .div_analiza_holder .div_other_text,
|
||||||
|
.public_link.creport #analiza_data .div_analiza_holder .div_other_text {
|
||||||
margin-top: 32px;
|
margin-top: 32px;
|
||||||
}
|
}
|
||||||
#div_analiza_data:not(.anal_arch) table,
|
#div_analiza_data:not(.anal_arch) table,
|
||||||
@ -29808,7 +29837,8 @@ div.glasovanje .dashboard_boxes .dashboard_box .no_data_alert #buttons button.bu
|
|||||||
.subpage_analysis_creport table,
|
.subpage_analysis_creport table,
|
||||||
.report_element_data table,
|
.report_element_data table,
|
||||||
#arch_body_div table,
|
#arch_body_div table,
|
||||||
#analiza_data table {
|
.public_link.analysis #analiza_data table,
|
||||||
|
.public_link.creport #analiza_data table {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
@ -29819,7 +29849,8 @@ div.glasovanje .dashboard_boxes .dashboard_box .no_data_alert #buttons button.bu
|
|||||||
.subpage_analysis_creport table tr,
|
.subpage_analysis_creport table tr,
|
||||||
.report_element_data table tr,
|
.report_element_data table tr,
|
||||||
#arch_body_div table tr,
|
#arch_body_div table tr,
|
||||||
#analiza_data table tr {
|
.public_link.analysis #analiza_data table tr,
|
||||||
|
.public_link.creport #analiza_data table tr {
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
#div_analiza_data:not(.anal_arch) table tr th,
|
#div_analiza_data:not(.anal_arch) table tr th,
|
||||||
@ -29836,8 +29867,10 @@ div.glasovanje .dashboard_boxes .dashboard_box .no_data_alert #buttons button.bu
|
|||||||
.report_element_data table tr td,
|
.report_element_data table tr td,
|
||||||
#arch_body_div table tr th,
|
#arch_body_div table tr th,
|
||||||
#arch_body_div table tr td,
|
#arch_body_div table tr td,
|
||||||
#analiza_data table tr th,
|
.public_link.analysis #analiza_data table tr th,
|
||||||
#analiza_data table tr td {
|
.public_link.analysis #analiza_data table tr td,
|
||||||
|
.public_link.creport #analiza_data table tr th,
|
||||||
|
.public_link.creport #analiza_data table tr td {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
padding: 18px;
|
padding: 18px;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
@ -29860,8 +29893,10 @@ div.glasovanje .dashboard_boxes .dashboard_box .no_data_alert #buttons button.bu
|
|||||||
.report_element_data table tr td span,
|
.report_element_data table tr td span,
|
||||||
#arch_body_div table tr th span,
|
#arch_body_div table tr th span,
|
||||||
#arch_body_div table tr td span,
|
#arch_body_div table tr td span,
|
||||||
#analiza_data table tr th span,
|
.public_link.analysis #analiza_data table tr th span,
|
||||||
#analiza_data table tr td span {
|
.public_link.analysis #analiza_data table tr td span,
|
||||||
|
.public_link.creport #analiza_data table tr th span,
|
||||||
|
.public_link.creport #analiza_data table tr td span {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
line-height: 18px;
|
line-height: 18px;
|
||||||
}
|
}
|
||||||
@ -29918,14 +29953,22 @@ div.glasovanje .dashboard_boxes .dashboard_box .no_data_alert #buttons button.bu
|
|||||||
#arch_body_div table tr td span.img_analysis_p a,
|
#arch_body_div table tr td span.img_analysis_p a,
|
||||||
#arch_body_div table tr td span.img_analysis_f a,
|
#arch_body_div table tr td span.img_analysis_f a,
|
||||||
#arch_body_div table tr td span.img_analysis_f_p a,
|
#arch_body_div table tr td span.img_analysis_f_p a,
|
||||||
#analiza_data table tr th span.span_navedbe a,
|
.public_link.analysis #analiza_data table tr th span.span_navedbe a,
|
||||||
#analiza_data table tr th span.img_analysis_p a,
|
.public_link.analysis #analiza_data table tr th span.img_analysis_p a,
|
||||||
#analiza_data table tr th span.img_analysis_f a,
|
.public_link.analysis #analiza_data table tr th span.img_analysis_f a,
|
||||||
#analiza_data table tr th span.img_analysis_f_p a,
|
.public_link.analysis #analiza_data table tr th span.img_analysis_f_p a,
|
||||||
#analiza_data table tr td span.span_navedbe a,
|
.public_link.analysis #analiza_data table tr td span.span_navedbe a,
|
||||||
#analiza_data table tr td span.img_analysis_p a,
|
.public_link.analysis #analiza_data table tr td span.img_analysis_p a,
|
||||||
#analiza_data table tr td span.img_analysis_f a,
|
.public_link.analysis #analiza_data table tr td span.img_analysis_f a,
|
||||||
#analiza_data table tr td span.img_analysis_f_p a {
|
.public_link.analysis #analiza_data table tr td span.img_analysis_f_p a,
|
||||||
|
.public_link.creport #analiza_data table tr th span.span_navedbe a,
|
||||||
|
.public_link.creport #analiza_data table tr th span.img_analysis_p a,
|
||||||
|
.public_link.creport #analiza_data table tr th span.img_analysis_f a,
|
||||||
|
.public_link.creport #analiza_data table tr th span.img_analysis_f_p a,
|
||||||
|
.public_link.creport #analiza_data table tr td span.span_navedbe a,
|
||||||
|
.public_link.creport #analiza_data table tr td span.img_analysis_p a,
|
||||||
|
.public_link.creport #analiza_data table tr td span.img_analysis_f a,
|
||||||
|
.public_link.creport #analiza_data table tr td span.img_analysis_f_p a {
|
||||||
color: #333333;
|
color: #333333;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
@ -29982,14 +30025,22 @@ div.glasovanje .dashboard_boxes .dashboard_box .no_data_alert #buttons button.bu
|
|||||||
#arch_body_div table tr td span.img_analysis_p a span,
|
#arch_body_div table tr td span.img_analysis_p a span,
|
||||||
#arch_body_div table tr td span.img_analysis_f a span,
|
#arch_body_div table tr td span.img_analysis_f a span,
|
||||||
#arch_body_div table tr td span.img_analysis_f_p a span,
|
#arch_body_div table tr td span.img_analysis_f_p a span,
|
||||||
#analiza_data table tr th span.span_navedbe a span,
|
.public_link.analysis #analiza_data table tr th span.span_navedbe a span,
|
||||||
#analiza_data table tr th span.img_analysis_p a span,
|
.public_link.analysis #analiza_data table tr th span.img_analysis_p a span,
|
||||||
#analiza_data table tr th span.img_analysis_f a span,
|
.public_link.analysis #analiza_data table tr th span.img_analysis_f a span,
|
||||||
#analiza_data table tr th span.img_analysis_f_p a span,
|
.public_link.analysis #analiza_data table tr th span.img_analysis_f_p a span,
|
||||||
#analiza_data table tr td span.span_navedbe a span,
|
.public_link.analysis #analiza_data table tr td span.span_navedbe a span,
|
||||||
#analiza_data table tr td span.img_analysis_p a span,
|
.public_link.analysis #analiza_data table tr td span.img_analysis_p a span,
|
||||||
#analiza_data table tr td span.img_analysis_f a span,
|
.public_link.analysis #analiza_data table tr td span.img_analysis_f a span,
|
||||||
#analiza_data table tr td span.img_analysis_f_p a span {
|
.public_link.analysis #analiza_data table tr td span.img_analysis_f_p a span,
|
||||||
|
.public_link.creport #analiza_data table tr th span.span_navedbe a span,
|
||||||
|
.public_link.creport #analiza_data table tr th span.img_analysis_p a span,
|
||||||
|
.public_link.creport #analiza_data table tr th span.img_analysis_f a span,
|
||||||
|
.public_link.creport #analiza_data table tr th span.img_analysis_f_p a span,
|
||||||
|
.public_link.creport #analiza_data table tr td span.span_navedbe a span,
|
||||||
|
.public_link.creport #analiza_data table tr td span.img_analysis_p a span,
|
||||||
|
.public_link.creport #analiza_data table tr td span.img_analysis_f a span,
|
||||||
|
.public_link.creport #analiza_data table tr td span.img_analysis_f_p a span {
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
}
|
}
|
||||||
#div_analiza_data:not(.anal_arch) table tr th span.span_navedbe a span.blue, #div_analiza_data:not(.anal_arch) table tr th span.img_analysis_p a span.blue, #div_analiza_data:not(.anal_arch) table tr th span.img_analysis_f a span.blue, #div_analiza_data:not(.anal_arch) table tr th span.img_analysis_f_p a span.blue,
|
#div_analiza_data:not(.anal_arch) table tr th span.span_navedbe a span.blue, #div_analiza_data:not(.anal_arch) table tr th span.img_analysis_p a span.blue, #div_analiza_data:not(.anal_arch) table tr th span.img_analysis_f a span.blue, #div_analiza_data:not(.anal_arch) table tr th span.img_analysis_f_p a span.blue,
|
||||||
@ -30045,14 +30096,22 @@ div.glasovanje .dashboard_boxes .dashboard_box .no_data_alert #buttons button.bu
|
|||||||
#arch_body_div table tr td span.img_analysis_p a span.blue,
|
#arch_body_div table tr td span.img_analysis_p a span.blue,
|
||||||
#arch_body_div table tr td span.img_analysis_f a span.blue,
|
#arch_body_div table tr td span.img_analysis_f a span.blue,
|
||||||
#arch_body_div table tr td span.img_analysis_f_p a span.blue,
|
#arch_body_div table tr td span.img_analysis_f_p a span.blue,
|
||||||
#analiza_data table tr th span.span_navedbe a span.blue,
|
.public_link.analysis #analiza_data table tr th span.span_navedbe a span.blue,
|
||||||
#analiza_data table tr th span.img_analysis_p a span.blue,
|
.public_link.analysis #analiza_data table tr th span.img_analysis_p a span.blue,
|
||||||
#analiza_data table tr th span.img_analysis_f a span.blue,
|
.public_link.analysis #analiza_data table tr th span.img_analysis_f a span.blue,
|
||||||
#analiza_data table tr th span.img_analysis_f_p a span.blue,
|
.public_link.analysis #analiza_data table tr th span.img_analysis_f_p a span.blue,
|
||||||
#analiza_data table tr td span.span_navedbe a span.blue,
|
.public_link.analysis #analiza_data table tr td span.span_navedbe a span.blue,
|
||||||
#analiza_data table tr td span.img_analysis_p a span.blue,
|
.public_link.analysis #analiza_data table tr td span.img_analysis_p a span.blue,
|
||||||
#analiza_data table tr td span.img_analysis_f a span.blue,
|
.public_link.analysis #analiza_data table tr td span.img_analysis_f a span.blue,
|
||||||
#analiza_data table tr td span.img_analysis_f_p a span.blue {
|
.public_link.analysis #analiza_data table tr td span.img_analysis_f_p a span.blue,
|
||||||
|
.public_link.creport #analiza_data table tr th span.span_navedbe a span.blue,
|
||||||
|
.public_link.creport #analiza_data table tr th span.img_analysis_p a span.blue,
|
||||||
|
.public_link.creport #analiza_data table tr th span.img_analysis_f a span.blue,
|
||||||
|
.public_link.creport #analiza_data table tr th span.img_analysis_f_p a span.blue,
|
||||||
|
.public_link.creport #analiza_data table tr td span.span_navedbe a span.blue,
|
||||||
|
.public_link.creport #analiza_data table tr td span.img_analysis_p a span.blue,
|
||||||
|
.public_link.creport #analiza_data table tr td span.img_analysis_f a span.blue,
|
||||||
|
.public_link.creport #analiza_data table tr td span.img_analysis_f_p a span.blue {
|
||||||
color: #1E88E5;
|
color: #1E88E5;
|
||||||
}
|
}
|
||||||
#div_analiza_data:not(.anal_arch) table tr th span.span_navedbe a span.active, #div_analiza_data:not(.anal_arch) table tr th span.img_analysis_p a span.active, #div_analiza_data:not(.anal_arch) table tr th span.img_analysis_f a span.active, #div_analiza_data:not(.anal_arch) table tr th span.img_analysis_f_p a span.active,
|
#div_analiza_data:not(.anal_arch) table tr th span.span_navedbe a span.active, #div_analiza_data:not(.anal_arch) table tr th span.img_analysis_p a span.active, #div_analiza_data:not(.anal_arch) table tr th span.img_analysis_f a span.active, #div_analiza_data:not(.anal_arch) table tr th span.img_analysis_f_p a span.active,
|
||||||
@ -30108,14 +30167,22 @@ div.glasovanje .dashboard_boxes .dashboard_box .no_data_alert #buttons button.bu
|
|||||||
#arch_body_div table tr td span.img_analysis_p a span.active,
|
#arch_body_div table tr td span.img_analysis_p a span.active,
|
||||||
#arch_body_div table tr td span.img_analysis_f a span.active,
|
#arch_body_div table tr td span.img_analysis_f a span.active,
|
||||||
#arch_body_div table tr td span.img_analysis_f_p a span.active,
|
#arch_body_div table tr td span.img_analysis_f_p a span.active,
|
||||||
#analiza_data table tr th span.span_navedbe a span.active,
|
.public_link.analysis #analiza_data table tr th span.span_navedbe a span.active,
|
||||||
#analiza_data table tr th span.img_analysis_p a span.active,
|
.public_link.analysis #analiza_data table tr th span.img_analysis_p a span.active,
|
||||||
#analiza_data table tr th span.img_analysis_f a span.active,
|
.public_link.analysis #analiza_data table tr th span.img_analysis_f a span.active,
|
||||||
#analiza_data table tr th span.img_analysis_f_p a span.active,
|
.public_link.analysis #analiza_data table tr th span.img_analysis_f_p a span.active,
|
||||||
#analiza_data table tr td span.span_navedbe a span.active,
|
.public_link.analysis #analiza_data table tr td span.span_navedbe a span.active,
|
||||||
#analiza_data table tr td span.img_analysis_p a span.active,
|
.public_link.analysis #analiza_data table tr td span.img_analysis_p a span.active,
|
||||||
#analiza_data table tr td span.img_analysis_f a span.active,
|
.public_link.analysis #analiza_data table tr td span.img_analysis_f a span.active,
|
||||||
#analiza_data table tr td span.img_analysis_f_p a span.active {
|
.public_link.analysis #analiza_data table tr td span.img_analysis_f_p a span.active,
|
||||||
|
.public_link.creport #analiza_data table tr th span.span_navedbe a span.active,
|
||||||
|
.public_link.creport #analiza_data table tr th span.img_analysis_p a span.active,
|
||||||
|
.public_link.creport #analiza_data table tr th span.img_analysis_f a span.active,
|
||||||
|
.public_link.creport #analiza_data table tr th span.img_analysis_f_p a span.active,
|
||||||
|
.public_link.creport #analiza_data table tr td span.span_navedbe a span.active,
|
||||||
|
.public_link.creport #analiza_data table tr td span.img_analysis_p a span.active,
|
||||||
|
.public_link.creport #analiza_data table tr td span.img_analysis_f a span.active,
|
||||||
|
.public_link.creport #analiza_data table tr td span.img_analysis_f_p a span.active {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
#div_analiza_data:not(.anal_arch) table tr th.cell_icons,
|
#div_analiza_data:not(.anal_arch) table tr th.cell_icons,
|
||||||
@ -30132,8 +30199,10 @@ div.glasovanje .dashboard_boxes .dashboard_box .no_data_alert #buttons button.bu
|
|||||||
.report_element_data table tr td.cell_icons,
|
.report_element_data table tr td.cell_icons,
|
||||||
#arch_body_div table tr th.cell_icons,
|
#arch_body_div table tr th.cell_icons,
|
||||||
#arch_body_div table tr td.cell_icons,
|
#arch_body_div table tr td.cell_icons,
|
||||||
#analiza_data table tr th.cell_icons,
|
.public_link.analysis #analiza_data table tr th.cell_icons,
|
||||||
#analiza_data table tr td.cell_icons {
|
.public_link.analysis #analiza_data table tr td.cell_icons,
|
||||||
|
.public_link.creport #analiza_data table tr th.cell_icons,
|
||||||
|
.public_link.creport #analiza_data table tr td.cell_icons {
|
||||||
width: 110px;
|
width: 110px;
|
||||||
padding-top: 8px;
|
padding-top: 8px;
|
||||||
padding-bottom: 8px;
|
padding-bottom: 8px;
|
||||||
@ -30153,8 +30222,10 @@ div.glasovanje .dashboard_boxes .dashboard_box .no_data_alert #buttons button.bu
|
|||||||
.report_element_data table tr td.cell_var,
|
.report_element_data table tr td.cell_var,
|
||||||
#arch_body_div table tr th.cell_var,
|
#arch_body_div table tr th.cell_var,
|
||||||
#arch_body_div table tr td.cell_var,
|
#arch_body_div table tr td.cell_var,
|
||||||
#analiza_data table tr th.cell_var,
|
.public_link.analysis #analiza_data table tr th.cell_var,
|
||||||
#analiza_data table tr td.cell_var {
|
.public_link.analysis #analiza_data table tr td.cell_var,
|
||||||
|
.public_link.creport #analiza_data table tr th.cell_var,
|
||||||
|
.public_link.creport #analiza_data table tr td.cell_var {
|
||||||
width: 110px;
|
width: 110px;
|
||||||
min-width: 110px;
|
min-width: 110px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@ -30173,8 +30244,10 @@ div.glasovanje .dashboard_boxes .dashboard_box .no_data_alert #buttons button.bu
|
|||||||
.report_element_data table tr td.cell_var a,
|
.report_element_data table tr td.cell_var a,
|
||||||
#arch_body_div table tr th.cell_var a,
|
#arch_body_div table tr th.cell_var a,
|
||||||
#arch_body_div table tr td.cell_var a,
|
#arch_body_div table tr td.cell_var a,
|
||||||
#analiza_data table tr th.cell_var a,
|
.public_link.analysis #analiza_data table tr th.cell_var a,
|
||||||
#analiza_data table tr td.cell_var a {
|
.public_link.analysis #analiza_data table tr td.cell_var a,
|
||||||
|
.public_link.creport #analiza_data table tr th.cell_var a,
|
||||||
|
.public_link.creport #analiza_data table tr td.cell_var a {
|
||||||
color: #333333;
|
color: #333333;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
@ -30192,8 +30265,10 @@ div.glasovanje .dashboard_boxes .dashboard_box .no_data_alert #buttons button.bu
|
|||||||
.report_element_data table tr td.cell_question,
|
.report_element_data table tr td.cell_question,
|
||||||
#arch_body_div table tr th.cell_question,
|
#arch_body_div table tr th.cell_question,
|
||||||
#arch_body_div table tr td.cell_question,
|
#arch_body_div table tr td.cell_question,
|
||||||
#analiza_data table tr th.cell_question,
|
.public_link.analysis #analiza_data table tr th.cell_question,
|
||||||
#analiza_data table tr td.cell_question {
|
.public_link.analysis #analiza_data table tr td.cell_question,
|
||||||
|
.public_link.creport #analiza_data table tr th.cell_question,
|
||||||
|
.public_link.creport #analiza_data table tr td.cell_question {
|
||||||
width: auto;
|
width: auto;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
@ -30211,8 +30286,10 @@ div.glasovanje .dashboard_boxes .dashboard_box .no_data_alert #buttons button.bu
|
|||||||
.report_element_data table tr td.cell_subquestion,
|
.report_element_data table tr td.cell_subquestion,
|
||||||
#arch_body_div table tr th.cell_subquestion,
|
#arch_body_div table tr th.cell_subquestion,
|
||||||
#arch_body_div table tr td.cell_subquestion,
|
#arch_body_div table tr td.cell_subquestion,
|
||||||
#analiza_data table tr th.cell_subquestion,
|
.public_link.analysis #analiza_data table tr th.cell_subquestion,
|
||||||
#analiza_data table tr td.cell_subquestion {
|
.public_link.analysis #analiza_data table tr td.cell_subquestion,
|
||||||
|
.public_link.creport #analiza_data table tr th.cell_subquestion,
|
||||||
|
.public_link.creport #analiza_data table tr td.cell_subquestion {
|
||||||
width: 260px;
|
width: 260px;
|
||||||
}
|
}
|
||||||
#div_analiza_data:not(.anal_arch) table tr th.cell_info,
|
#div_analiza_data:not(.anal_arch) table tr th.cell_info,
|
||||||
@ -30229,8 +30306,10 @@ div.glasovanje .dashboard_boxes .dashboard_box .no_data_alert #buttons button.bu
|
|||||||
.report_element_data table tr td.cell_info,
|
.report_element_data table tr td.cell_info,
|
||||||
#arch_body_div table tr th.cell_info,
|
#arch_body_div table tr th.cell_info,
|
||||||
#arch_body_div table tr td.cell_info,
|
#arch_body_div table tr td.cell_info,
|
||||||
#analiza_data table tr th.cell_info,
|
.public_link.analysis #analiza_data table tr th.cell_info,
|
||||||
#analiza_data table tr td.cell_info {
|
.public_link.analysis #analiza_data table tr td.cell_info,
|
||||||
|
.public_link.creport #analiza_data table tr th.cell_info,
|
||||||
|
.public_link.creport #analiza_data table tr td.cell_info {
|
||||||
width: 115px;
|
width: 115px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
@ -30248,8 +30327,10 @@ div.glasovanje .dashboard_boxes .dashboard_box .no_data_alert #buttons button.bu
|
|||||||
.report_element_data table tr td.cell_value,
|
.report_element_data table tr td.cell_value,
|
||||||
#arch_body_div table tr th.cell_value,
|
#arch_body_div table tr th.cell_value,
|
||||||
#arch_body_div table tr td.cell_value,
|
#arch_body_div table tr td.cell_value,
|
||||||
#analiza_data table tr th.cell_value,
|
.public_link.analysis #analiza_data table tr th.cell_value,
|
||||||
#analiza_data table tr td.cell_value {
|
.public_link.analysis #analiza_data table tr td.cell_value,
|
||||||
|
.public_link.creport #analiza_data table tr th.cell_value,
|
||||||
|
.public_link.creport #analiza_data table tr td.cell_value {
|
||||||
width: 115px;
|
width: 115px;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
@ -30267,8 +30348,10 @@ div.glasovanje .dashboard_boxes .dashboard_box .no_data_alert #buttons button.bu
|
|||||||
.report_element_data table tr td.cell_noVerBorder,
|
.report_element_data table tr td.cell_noVerBorder,
|
||||||
#arch_body_div table tr th.cell_noVerBorder,
|
#arch_body_div table tr th.cell_noVerBorder,
|
||||||
#arch_body_div table tr td.cell_noVerBorder,
|
#arch_body_div table tr td.cell_noVerBorder,
|
||||||
#analiza_data table tr th.cell_noVerBorder,
|
.public_link.analysis #analiza_data table tr th.cell_noVerBorder,
|
||||||
#analiza_data table tr td.cell_noVerBorder {
|
.public_link.analysis #analiza_data table tr td.cell_noVerBorder,
|
||||||
|
.public_link.creport #analiza_data table tr th.cell_noVerBorder,
|
||||||
|
.public_link.creport #analiza_data table tr td.cell_noVerBorder {
|
||||||
border-top: 0 !important;
|
border-top: 0 !important;
|
||||||
border-bottom: 0 !important;
|
border-bottom: 0 !important;
|
||||||
}
|
}
|
||||||
@ -30286,8 +30369,10 @@ div.glasovanje .dashboard_boxes .dashboard_box .no_data_alert #buttons button.bu
|
|||||||
.report_element_data table tr td.cell_noBorder,
|
.report_element_data table tr td.cell_noBorder,
|
||||||
#arch_body_div table tr th.cell_noBorder,
|
#arch_body_div table tr th.cell_noBorder,
|
||||||
#arch_body_div table tr td.cell_noBorder,
|
#arch_body_div table tr td.cell_noBorder,
|
||||||
#analiza_data table tr th.cell_noBorder,
|
.public_link.analysis #analiza_data table tr th.cell_noBorder,
|
||||||
#analiza_data table tr td.cell_noBorder {
|
.public_link.analysis #analiza_data table tr td.cell_noBorder,
|
||||||
|
.public_link.creport #analiza_data table tr th.cell_noBorder,
|
||||||
|
.public_link.creport #analiza_data table tr td.cell_noBorder {
|
||||||
border: 0 !important;
|
border: 0 !important;
|
||||||
}
|
}
|
||||||
#div_analiza_data:not(.anal_arch) table tr th.cell_empty,
|
#div_analiza_data:not(.anal_arch) table tr th.cell_empty,
|
||||||
@ -30304,8 +30389,10 @@ div.glasovanje .dashboard_boxes .dashboard_box .no_data_alert #buttons button.bu
|
|||||||
.report_element_data table tr td.cell_empty,
|
.report_element_data table tr td.cell_empty,
|
||||||
#arch_body_div table tr th.cell_empty,
|
#arch_body_div table tr th.cell_empty,
|
||||||
#arch_body_div table tr td.cell_empty,
|
#arch_body_div table tr td.cell_empty,
|
||||||
#analiza_data table tr th.cell_empty,
|
.public_link.analysis #analiza_data table tr th.cell_empty,
|
||||||
#analiza_data table tr td.cell_empty {
|
.public_link.analysis #analiza_data table tr td.cell_empty,
|
||||||
|
.public_link.creport #analiza_data table tr th.cell_empty,
|
||||||
|
.public_link.creport #analiza_data table tr td.cell_empty {
|
||||||
background-color: #FFFFFF !important;
|
background-color: #FFFFFF !important;
|
||||||
border: 0 !important;
|
border: 0 !important;
|
||||||
}
|
}
|
||||||
@ -30323,8 +30410,10 @@ div.glasovanje .dashboard_boxes .dashboard_box .no_data_alert #buttons button.bu
|
|||||||
.report_element_data table tr td.cell_space,
|
.report_element_data table tr td.cell_space,
|
||||||
#arch_body_div table tr th.cell_space,
|
#arch_body_div table tr th.cell_space,
|
||||||
#arch_body_div table tr td.cell_space,
|
#arch_body_div table tr td.cell_space,
|
||||||
#analiza_data table tr th.cell_space,
|
.public_link.analysis #analiza_data table tr th.cell_space,
|
||||||
#analiza_data table tr td.cell_space {
|
.public_link.analysis #analiza_data table tr td.cell_space,
|
||||||
|
.public_link.creport #analiza_data table tr th.cell_space,
|
||||||
|
.public_link.creport #analiza_data table tr td.cell_space {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
line-height: 8px;
|
line-height: 8px;
|
||||||
background-color: #FFFFFF !important;
|
background-color: #FFFFFF !important;
|
||||||
@ -30344,8 +30433,10 @@ div.glasovanje .dashboard_boxes .dashboard_box .no_data_alert #buttons button.bu
|
|||||||
.report_element_data table tr td.cell_noPadding,
|
.report_element_data table tr td.cell_noPadding,
|
||||||
#arch_body_div table tr th.cell_noPadding,
|
#arch_body_div table tr th.cell_noPadding,
|
||||||
#arch_body_div table tr td.cell_noPadding,
|
#arch_body_div table tr td.cell_noPadding,
|
||||||
#analiza_data table tr th.cell_noPadding,
|
.public_link.analysis #analiza_data table tr th.cell_noPadding,
|
||||||
#analiza_data table tr td.cell_noPadding {
|
.public_link.analysis #analiza_data table tr td.cell_noPadding,
|
||||||
|
.public_link.creport #analiza_data table tr th.cell_noPadding,
|
||||||
|
.public_link.creport #analiza_data table tr td.cell_noPadding {
|
||||||
padding: 0 !important;
|
padding: 0 !important;
|
||||||
}
|
}
|
||||||
#div_analiza_data:not(.anal_arch) table tr th table.cell_table,
|
#div_analiza_data:not(.anal_arch) table tr th table.cell_table,
|
||||||
@ -30362,8 +30453,10 @@ div.glasovanje .dashboard_boxes .dashboard_box .no_data_alert #buttons button.bu
|
|||||||
.report_element_data table tr td table.cell_table,
|
.report_element_data table tr td table.cell_table,
|
||||||
#arch_body_div table tr th table.cell_table,
|
#arch_body_div table tr th table.cell_table,
|
||||||
#arch_body_div table tr td table.cell_table,
|
#arch_body_div table tr td table.cell_table,
|
||||||
#analiza_data table tr th table.cell_table,
|
.public_link.analysis #analiza_data table tr th table.cell_table,
|
||||||
#analiza_data table tr td table.cell_table {
|
.public_link.analysis #analiza_data table tr td table.cell_table,
|
||||||
|
.public_link.creport #analiza_data table tr th table.cell_table,
|
||||||
|
.public_link.creport #analiza_data table tr td table.cell_table {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
#div_analiza_data:not(.anal_arch) table tr th table.cell_table tr td,
|
#div_analiza_data:not(.anal_arch) table tr th table.cell_table tr td,
|
||||||
@ -30380,8 +30473,10 @@ div.glasovanje .dashboard_boxes .dashboard_box .no_data_alert #buttons button.bu
|
|||||||
.report_element_data table tr td table.cell_table tr td,
|
.report_element_data table tr td table.cell_table tr td,
|
||||||
#arch_body_div table tr th table.cell_table tr td,
|
#arch_body_div table tr th table.cell_table tr td,
|
||||||
#arch_body_div table tr td table.cell_table tr td,
|
#arch_body_div table tr td table.cell_table tr td,
|
||||||
#analiza_data table tr th table.cell_table tr td,
|
.public_link.analysis #analiza_data table tr th table.cell_table tr td,
|
||||||
#analiza_data table tr td table.cell_table tr td {
|
.public_link.analysis #analiza_data table tr td table.cell_table tr td,
|
||||||
|
.public_link.creport #analiza_data table tr th table.cell_table tr td,
|
||||||
|
.public_link.creport #analiza_data table tr td table.cell_table tr td {
|
||||||
padding: 4px 16px;
|
padding: 4px 16px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
border: 0;
|
border: 0;
|
||||||
@ -30400,8 +30495,10 @@ div.glasovanje .dashboard_boxes .dashboard_box .no_data_alert #buttons button.bu
|
|||||||
.report_element_data table tr td table.cell_table.percent_row.freq_row tr:first-of-type td,
|
.report_element_data table tr td table.cell_table.percent_row.freq_row tr:first-of-type td,
|
||||||
#arch_body_div table tr th table.cell_table.percent_row.freq_row tr:first-of-type td,
|
#arch_body_div table tr th table.cell_table.percent_row.freq_row tr:first-of-type td,
|
||||||
#arch_body_div table tr td table.cell_table.percent_row.freq_row tr:first-of-type td,
|
#arch_body_div table tr td table.cell_table.percent_row.freq_row tr:first-of-type td,
|
||||||
#analiza_data table tr th table.cell_table.percent_row.freq_row tr:first-of-type td,
|
.public_link.analysis #analiza_data table tr th table.cell_table.percent_row.freq_row tr:first-of-type td,
|
||||||
#analiza_data table tr td table.cell_table.percent_row.freq_row tr:first-of-type td {
|
.public_link.analysis #analiza_data table tr td table.cell_table.percent_row.freq_row tr:first-of-type td,
|
||||||
|
.public_link.creport #analiza_data table tr th table.cell_table.percent_row.freq_row tr:first-of-type td,
|
||||||
|
.public_link.creport #analiza_data table tr td table.cell_table.percent_row.freq_row tr:first-of-type td {
|
||||||
border-bottom: 1px #E5E5E5 dashed;
|
border-bottom: 1px #E5E5E5 dashed;
|
||||||
}
|
}
|
||||||
#div_analiza_data:not(.anal_arch) table tr.row1 th,
|
#div_analiza_data:not(.anal_arch) table tr.row1 th,
|
||||||
@ -30418,8 +30515,10 @@ div.glasovanje .dashboard_boxes .dashboard_box .no_data_alert #buttons button.bu
|
|||||||
.report_element_data table tr.row1 td,
|
.report_element_data table tr.row1 td,
|
||||||
#arch_body_div table tr.row1 th,
|
#arch_body_div table tr.row1 th,
|
||||||
#arch_body_div table tr.row1 td,
|
#arch_body_div table tr.row1 td,
|
||||||
#analiza_data table tr.row1 th,
|
.public_link.analysis #analiza_data table tr.row1 th,
|
||||||
#analiza_data table tr.row1 td {
|
.public_link.analysis #analiza_data table tr.row1 td,
|
||||||
|
.public_link.creport #analiza_data table tr.row1 th,
|
||||||
|
.public_link.creport #analiza_data table tr.row1 td {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
@ -30439,8 +30538,10 @@ div.glasovanje .dashboard_boxes .dashboard_box .no_data_alert #buttons button.bu
|
|||||||
.report_element_data table tr.row1 td span,
|
.report_element_data table tr.row1 td span,
|
||||||
#arch_body_div table tr.row1 th span,
|
#arch_body_div table tr.row1 th span,
|
||||||
#arch_body_div table tr.row1 td span,
|
#arch_body_div table tr.row1 td span,
|
||||||
#analiza_data table tr.row1 th span,
|
.public_link.analysis #analiza_data table tr.row1 th span,
|
||||||
#analiza_data table tr.row1 td span {
|
.public_link.analysis #analiza_data table tr.row1 td span,
|
||||||
|
.public_link.creport #analiza_data table tr.row1 th span,
|
||||||
|
.public_link.creport #analiza_data table tr.row1 td span {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
@ -30459,8 +30560,10 @@ div.glasovanje .dashboard_boxes .dashboard_box .no_data_alert #buttons button.bu
|
|||||||
.report_element_data table tr.row2 td,
|
.report_element_data table tr.row2 td,
|
||||||
#arch_body_div table tr.row2 th,
|
#arch_body_div table tr.row2 th,
|
||||||
#arch_body_div table tr.row2 td,
|
#arch_body_div table tr.row2 td,
|
||||||
#analiza_data table tr.row2 th,
|
.public_link.analysis #analiza_data table tr.row2 th,
|
||||||
#analiza_data table tr.row2 td {
|
.public_link.analysis #analiza_data table tr.row2 td,
|
||||||
|
.public_link.creport #analiza_data table tr.row2 th,
|
||||||
|
.public_link.creport #analiza_data table tr.row2 td {
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
line-height: 19px;
|
line-height: 19px;
|
||||||
@ -30480,8 +30583,10 @@ div.glasovanje .dashboard_boxes .dashboard_box .no_data_alert #buttons button.bu
|
|||||||
.report_element_data table tr.row2 td span,
|
.report_element_data table tr.row2 td span,
|
||||||
#arch_body_div table tr.row2 th span,
|
#arch_body_div table tr.row2 th span,
|
||||||
#arch_body_div table tr.row2 td span,
|
#arch_body_div table tr.row2 td span,
|
||||||
#analiza_data table tr.row2 th span,
|
.public_link.analysis #analiza_data table tr.row2 th span,
|
||||||
#analiza_data table tr.row2 td span {
|
.public_link.analysis #analiza_data table tr.row2 td span,
|
||||||
|
.public_link.creport #analiza_data table tr.row2 th span,
|
||||||
|
.public_link.creport #analiza_data table tr.row2 td span {
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
line-height: 19px;
|
line-height: 19px;
|
||||||
@ -30500,8 +30605,10 @@ div.glasovanje .dashboard_boxes .dashboard_box .no_data_alert #buttons button.bu
|
|||||||
.report_element_data table tr.row2 td.cell_value,
|
.report_element_data table tr.row2 td.cell_value,
|
||||||
#arch_body_div table tr.row2 th.cell_value,
|
#arch_body_div table tr.row2 th.cell_value,
|
||||||
#arch_body_div table tr.row2 td.cell_value,
|
#arch_body_div table tr.row2 td.cell_value,
|
||||||
#analiza_data table tr.row2 th.cell_value,
|
.public_link.analysis #analiza_data table tr.row2 th.cell_value,
|
||||||
#analiza_data table tr.row2 td.cell_value {
|
.public_link.analysis #analiza_data table tr.row2 td.cell_value,
|
||||||
|
.public_link.creport #analiza_data table tr.row2 th.cell_value,
|
||||||
|
.public_link.creport #analiza_data table tr.row2 td.cell_value {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
@ -30532,10 +30639,14 @@ div.glasovanje .dashboard_boxes .dashboard_box .no_data_alert #buttons button.bu
|
|||||||
#arch_body_div table tr.row3 td,
|
#arch_body_div table tr.row3 td,
|
||||||
#arch_body_div table tr.row4 th,
|
#arch_body_div table tr.row4 th,
|
||||||
#arch_body_div table tr.row4 td,
|
#arch_body_div table tr.row4 td,
|
||||||
#analiza_data table tr.row3 th,
|
.public_link.analysis #analiza_data table tr.row3 th,
|
||||||
#analiza_data table tr.row3 td,
|
.public_link.analysis #analiza_data table tr.row3 td,
|
||||||
#analiza_data table tr.row4 th,
|
.public_link.analysis #analiza_data table tr.row4 th,
|
||||||
#analiza_data table tr.row4 td {
|
.public_link.analysis #analiza_data table tr.row4 td,
|
||||||
|
.public_link.creport #analiza_data table tr.row3 th,
|
||||||
|
.public_link.creport #analiza_data table tr.row3 td,
|
||||||
|
.public_link.creport #analiza_data table tr.row4 th,
|
||||||
|
.public_link.creport #analiza_data table tr.row4 td {
|
||||||
background-color: #F8F8F8;
|
background-color: #F8F8F8;
|
||||||
}
|
}
|
||||||
#div_analiza_data:not(.anal_arch) table tr.row3 th.cell_grid,
|
#div_analiza_data:not(.anal_arch) table tr.row3 th.cell_grid,
|
||||||
@ -30565,10 +30676,14 @@ div.glasovanje .dashboard_boxes .dashboard_box .no_data_alert #buttons button.bu
|
|||||||
#arch_body_div table tr.row3 td.cell_grid,
|
#arch_body_div table tr.row3 td.cell_grid,
|
||||||
#arch_body_div table tr.row4 th.cell_grid,
|
#arch_body_div table tr.row4 th.cell_grid,
|
||||||
#arch_body_div table tr.row4 td.cell_grid,
|
#arch_body_div table tr.row4 td.cell_grid,
|
||||||
#analiza_data table tr.row3 th.cell_grid,
|
.public_link.analysis #analiza_data table tr.row3 th.cell_grid,
|
||||||
#analiza_data table tr.row3 td.cell_grid,
|
.public_link.analysis #analiza_data table tr.row3 td.cell_grid,
|
||||||
#analiza_data table tr.row4 th.cell_grid,
|
.public_link.analysis #analiza_data table tr.row4 th.cell_grid,
|
||||||
#analiza_data table tr.row4 td.cell_grid {
|
.public_link.analysis #analiza_data table tr.row4 td.cell_grid,
|
||||||
|
.public_link.creport #analiza_data table tr.row3 th.cell_grid,
|
||||||
|
.public_link.creport #analiza_data table tr.row3 td.cell_grid,
|
||||||
|
.public_link.creport #analiza_data table tr.row4 th.cell_grid,
|
||||||
|
.public_link.creport #analiza_data table tr.row4 td.cell_grid {
|
||||||
height: 52px;
|
height: 52px;
|
||||||
padding-top: 8px;
|
padding-top: 8px;
|
||||||
padding-bottom: 8px;
|
padding-bottom: 8px;
|
||||||
@ -30582,7 +30697,8 @@ div.glasovanje .dashboard_boxes .dashboard_box .no_data_alert #buttons button.bu
|
|||||||
.subpage_analysis_creport table tr.row_question td,
|
.subpage_analysis_creport table tr.row_question td,
|
||||||
.report_element_data table tr.row_question td,
|
.report_element_data table tr.row_question td,
|
||||||
#arch_body_div table tr.row_question td,
|
#arch_body_div table tr.row_question td,
|
||||||
#analiza_data table tr.row_question td {
|
.public_link.analysis #analiza_data table tr.row_question td,
|
||||||
|
.public_link.creport #analiza_data table tr.row_question td {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
background-color: #F2F2F2;
|
background-color: #F2F2F2;
|
||||||
}
|
}
|
||||||
@ -30593,7 +30709,8 @@ div.glasovanje .dashboard_boxes .dashboard_box .no_data_alert #buttons button.bu
|
|||||||
.subpage_analysis_creport table tr.row_missing td,
|
.subpage_analysis_creport table tr.row_missing td,
|
||||||
.report_element_data table tr.row_missing td,
|
.report_element_data table tr.row_missing td,
|
||||||
#arch_body_div table tr.row_missing td,
|
#arch_body_div table tr.row_missing td,
|
||||||
#analiza_data table tr.row_missing td {
|
.public_link.analysis #analiza_data table tr.row_missing td,
|
||||||
|
.public_link.creport #analiza_data table tr.row_missing td {
|
||||||
background: rgba(255, 199, 0, 0.05);
|
background: rgba(255, 199, 0, 0.05);
|
||||||
}
|
}
|
||||||
#div_analiza_data:not(.anal_arch) table tr.row_missing.row_sum td,
|
#div_analiza_data:not(.anal_arch) table tr.row_missing.row_sum td,
|
||||||
@ -30603,7 +30720,8 @@ div.glasovanje .dashboard_boxes .dashboard_box .no_data_alert #buttons button.bu
|
|||||||
.subpage_analysis_creport table tr.row_missing.row_sum td,
|
.subpage_analysis_creport table tr.row_missing.row_sum td,
|
||||||
.report_element_data table tr.row_missing.row_sum td,
|
.report_element_data table tr.row_missing.row_sum td,
|
||||||
#arch_body_div table tr.row_missing.row_sum td,
|
#arch_body_div table tr.row_missing.row_sum td,
|
||||||
#analiza_data table tr.row_missing.row_sum td {
|
.public_link.analysis #analiza_data table tr.row_missing.row_sum td,
|
||||||
|
.public_link.creport #analiza_data table tr.row_missing.row_sum td {
|
||||||
background: rgba(255, 199, 0, 0.05);
|
background: rgba(255, 199, 0, 0.05);
|
||||||
}
|
}
|
||||||
#div_analiza_data:not(.anal_arch) table tr.row_sum td,
|
#div_analiza_data:not(.anal_arch) table tr.row_sum td,
|
||||||
@ -30613,7 +30731,8 @@ div.glasovanje .dashboard_boxes .dashboard_box .no_data_alert #buttons button.bu
|
|||||||
.subpage_analysis_creport table tr.row_sum td,
|
.subpage_analysis_creport table tr.row_sum td,
|
||||||
.report_element_data table tr.row_sum td,
|
.report_element_data table tr.row_sum td,
|
||||||
#arch_body_div table tr.row_sum td,
|
#arch_body_div table tr.row_sum td,
|
||||||
#analiza_data table tr.row_sum td {
|
.public_link.analysis #analiza_data table tr.row_sum td,
|
||||||
|
.public_link.creport #analiza_data table tr.row_sum td {
|
||||||
background: rgba(255, 199, 0, 0.05);
|
background: rgba(255, 199, 0, 0.05);
|
||||||
}
|
}
|
||||||
#div_analiza_data:not(.anal_arch) table tr.row_sum td.cell_missing,
|
#div_analiza_data:not(.anal_arch) table tr.row_sum td.cell_missing,
|
||||||
@ -30623,7 +30742,8 @@ div.glasovanje .dashboard_boxes .dashboard_box .no_data_alert #buttons button.bu
|
|||||||
.subpage_analysis_creport table tr.row_sum td.cell_missing,
|
.subpage_analysis_creport table tr.row_sum td.cell_missing,
|
||||||
.report_element_data table tr.row_sum td.cell_missing,
|
.report_element_data table tr.row_sum td.cell_missing,
|
||||||
#arch_body_div table tr.row_sum td.cell_missing,
|
#arch_body_div table tr.row_sum td.cell_missing,
|
||||||
#analiza_data table tr.row_sum td.cell_missing {
|
.public_link.analysis #analiza_data table tr.row_sum td.cell_missing,
|
||||||
|
.public_link.creport #analiza_data table tr.row_sum td.cell_missing {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
#div_analiza_data:not(.anal_arch) table tr.row_sum td.cell_missing span,
|
#div_analiza_data:not(.anal_arch) table tr.row_sum td.cell_missing span,
|
||||||
@ -30633,7 +30753,8 @@ div.glasovanje .dashboard_boxes .dashboard_box .no_data_alert #buttons button.bu
|
|||||||
.subpage_analysis_creport table tr.row_sum td.cell_missing span,
|
.subpage_analysis_creport table tr.row_sum td.cell_missing span,
|
||||||
.report_element_data table tr.row_sum td.cell_missing span,
|
.report_element_data table tr.row_sum td.cell_missing span,
|
||||||
#arch_body_div table tr.row_sum td.cell_missing span,
|
#arch_body_div table tr.row_sum td.cell_missing span,
|
||||||
#analiza_data table tr.row_sum td.cell_missing span {
|
.public_link.analysis #analiza_data table tr.row_sum td.cell_missing span,
|
||||||
|
.public_link.creport #analiza_data table tr.row_sum td.cell_missing span {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
color: #1E88E5;
|
color: #1E88E5;
|
||||||
transition: 0.2s;
|
transition: 0.2s;
|
||||||
@ -30645,7 +30766,8 @@ div.glasovanje .dashboard_boxes .dashboard_box .no_data_alert #buttons button.bu
|
|||||||
.subpage_analysis_creport table tr.row_sum td.cell_missing span:hover,
|
.subpage_analysis_creport table tr.row_sum td.cell_missing span:hover,
|
||||||
.report_element_data table tr.row_sum td.cell_missing span:hover,
|
.report_element_data table tr.row_sum td.cell_missing span:hover,
|
||||||
#arch_body_div table tr.row_sum td.cell_missing span:hover,
|
#arch_body_div table tr.row_sum td.cell_missing span:hover,
|
||||||
#analiza_data table tr.row_sum td.cell_missing span:hover {
|
.public_link.analysis #analiza_data table tr.row_sum td.cell_missing span:hover,
|
||||||
|
.public_link.creport #analiza_data table tr.row_sum td.cell_missing span:hover {
|
||||||
color: #0059ab;
|
color: #0059ab;
|
||||||
}
|
}
|
||||||
#div_analiza_data:not(.anal_arch) table tr.row_sum td.cell_missing span:hover .faicon:before,
|
#div_analiza_data:not(.anal_arch) table tr.row_sum td.cell_missing span:hover .faicon:before,
|
||||||
@ -30655,7 +30777,8 @@ div.glasovanje .dashboard_boxes .dashboard_box .no_data_alert #buttons button.bu
|
|||||||
.subpage_analysis_creport table tr.row_sum td.cell_missing span:hover .faicon:before,
|
.subpage_analysis_creport table tr.row_sum td.cell_missing span:hover .faicon:before,
|
||||||
.report_element_data table tr.row_sum td.cell_missing span:hover .faicon:before,
|
.report_element_data table tr.row_sum td.cell_missing span:hover .faicon:before,
|
||||||
#arch_body_div table tr.row_sum td.cell_missing span:hover .faicon:before,
|
#arch_body_div table tr.row_sum td.cell_missing span:hover .faicon:before,
|
||||||
#analiza_data table tr.row_sum td.cell_missing span:hover .faicon:before {
|
.public_link.analysis #analiza_data table tr.row_sum td.cell_missing span:hover .faicon:before,
|
||||||
|
.public_link.creport #analiza_data table tr.row_sum td.cell_missing span:hover .faicon:before {
|
||||||
color: #0059ab;
|
color: #0059ab;
|
||||||
}
|
}
|
||||||
#div_analiza_data:not(.anal_arch) table tr.row_sum td.cell_missing span .faicon,
|
#div_analiza_data:not(.anal_arch) table tr.row_sum td.cell_missing span .faicon,
|
||||||
@ -30665,7 +30788,8 @@ div.glasovanje .dashboard_boxes .dashboard_box .no_data_alert #buttons button.bu
|
|||||||
.subpage_analysis_creport table tr.row_sum td.cell_missing span .faicon,
|
.subpage_analysis_creport table tr.row_sum td.cell_missing span .faicon,
|
||||||
.report_element_data table tr.row_sum td.cell_missing span .faicon,
|
.report_element_data table tr.row_sum td.cell_missing span .faicon,
|
||||||
#arch_body_div table tr.row_sum td.cell_missing span .faicon,
|
#arch_body_div table tr.row_sum td.cell_missing span .faicon,
|
||||||
#analiza_data table tr.row_sum td.cell_missing span .faicon {
|
.public_link.analysis #analiza_data table tr.row_sum td.cell_missing span .faicon,
|
||||||
|
.public_link.creport #analiza_data table tr.row_sum td.cell_missing span .faicon {
|
||||||
margin-right: 8px;
|
margin-right: 8px;
|
||||||
}
|
}
|
||||||
#div_analiza_data:not(.anal_arch) table tr.row_sum td.cell_missing span .faicon:before,
|
#div_analiza_data:not(.anal_arch) table tr.row_sum td.cell_missing span .faicon:before,
|
||||||
@ -30675,7 +30799,8 @@ div.glasovanje .dashboard_boxes .dashboard_box .no_data_alert #buttons button.bu
|
|||||||
.subpage_analysis_creport table tr.row_sum td.cell_missing span .faicon:before,
|
.subpage_analysis_creport table tr.row_sum td.cell_missing span .faicon:before,
|
||||||
.report_element_data table tr.row_sum td.cell_missing span .faicon:before,
|
.report_element_data table tr.row_sum td.cell_missing span .faicon:before,
|
||||||
#arch_body_div table tr.row_sum td.cell_missing span .faicon:before,
|
#arch_body_div table tr.row_sum td.cell_missing span .faicon:before,
|
||||||
#analiza_data table tr.row_sum td.cell_missing span .faicon:before {
|
.public_link.analysis #analiza_data table tr.row_sum td.cell_missing span .faicon:before,
|
||||||
|
.public_link.creport #analiza_data table tr.row_sum td.cell_missing span .faicon:before {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
#div_analiza_data:not(.anal_arch) table tr.row_sum_all td,
|
#div_analiza_data:not(.anal_arch) table tr.row_sum_all td,
|
||||||
@ -30685,7 +30810,8 @@ div.glasovanje .dashboard_boxes .dashboard_box .no_data_alert #buttons button.bu
|
|||||||
.subpage_analysis_creport table tr.row_sum_all td,
|
.subpage_analysis_creport table tr.row_sum_all td,
|
||||||
.report_element_data table tr.row_sum_all td,
|
.report_element_data table tr.row_sum_all td,
|
||||||
#arch_body_div table tr.row_sum_all td,
|
#arch_body_div table tr.row_sum_all td,
|
||||||
#analiza_data table tr.row_sum_all td {
|
.public_link.analysis #analiza_data table tr.row_sum_all td,
|
||||||
|
.public_link.creport #analiza_data table tr.row_sum_all td {
|
||||||
background: rgba(255, 199, 0, 0.1);
|
background: rgba(255, 199, 0, 0.1);
|
||||||
}
|
}
|
||||||
#div_analiza_data:not(.anal_arch) table tr.row_sum_all td.cell_var,
|
#div_analiza_data:not(.anal_arch) table tr.row_sum_all td.cell_var,
|
||||||
@ -30695,7 +30821,8 @@ div.glasovanje .dashboard_boxes .dashboard_box .no_data_alert #buttons button.bu
|
|||||||
.subpage_analysis_creport table tr.row_sum_all td.cell_var,
|
.subpage_analysis_creport table tr.row_sum_all td.cell_var,
|
||||||
.report_element_data table tr.row_sum_all td.cell_var,
|
.report_element_data table tr.row_sum_all td.cell_var,
|
||||||
#arch_body_div table tr.row_sum_all td.cell_var,
|
#arch_body_div table tr.row_sum_all td.cell_var,
|
||||||
#analiza_data table tr.row_sum_all td.cell_var {
|
.public_link.analysis #analiza_data table tr.row_sum_all td.cell_var,
|
||||||
|
.public_link.creport #analiza_data table tr.row_sum_all td.cell_var {
|
||||||
border-right: 0;
|
border-right: 0;
|
||||||
}
|
}
|
||||||
#div_analiza_data:not(.anal_arch) table tr.row_sum_all td.cell_question,
|
#div_analiza_data:not(.anal_arch) table tr.row_sum_all td.cell_question,
|
||||||
@ -30705,7 +30832,8 @@ div.glasovanje .dashboard_boxes .dashboard_box .no_data_alert #buttons button.bu
|
|||||||
.subpage_analysis_creport table tr.row_sum_all td.cell_question,
|
.subpage_analysis_creport table tr.row_sum_all td.cell_question,
|
||||||
.report_element_data table tr.row_sum_all td.cell_question,
|
.report_element_data table tr.row_sum_all td.cell_question,
|
||||||
#arch_body_div table tr.row_sum_all td.cell_question,
|
#arch_body_div table tr.row_sum_all td.cell_question,
|
||||||
#analiza_data table tr.row_sum_all td.cell_question {
|
.public_link.analysis #analiza_data table tr.row_sum_all td.cell_question,
|
||||||
|
.public_link.creport #analiza_data table tr.row_sum_all td.cell_question {
|
||||||
border-left: 0;
|
border-left: 0;
|
||||||
}
|
}
|
||||||
#div_analiza_data:not(.anal_arch) table tr.row_bottom td,
|
#div_analiza_data:not(.anal_arch) table tr.row_bottom td,
|
||||||
@ -30715,7 +30843,8 @@ div.glasovanje .dashboard_boxes .dashboard_box .no_data_alert #buttons button.bu
|
|||||||
.subpage_analysis_creport table tr.row_bottom td,
|
.subpage_analysis_creport table tr.row_bottom td,
|
||||||
.report_element_data table tr.row_bottom td,
|
.report_element_data table tr.row_bottom td,
|
||||||
#arch_body_div table tr.row_bottom td,
|
#arch_body_div table tr.row_bottom td,
|
||||||
#analiza_data table tr.row_bottom td {
|
.public_link.analysis #analiza_data table tr.row_bottom td,
|
||||||
|
.public_link.creport #analiza_data table tr.row_bottom td {
|
||||||
background-color: #F8F8F8;
|
background-color: #F8F8F8;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -5,7 +5,8 @@
|
|||||||
.subpage_analysis_creport,
|
.subpage_analysis_creport,
|
||||||
.report_element_data,
|
.report_element_data,
|
||||||
#arch_body_div,
|
#arch_body_div,
|
||||||
#analiza_data{
|
.public_link.analysis #analiza_data,
|
||||||
|
.public_link.creport #analiza_data{
|
||||||
|
|
||||||
.div_analiza_holder {
|
.div_analiza_holder {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user