[Redizajn 1KA] - Status --> Neodgovor spremenljivke --> Podrobno - v4
Popravki za širino tabele
This commit is contained in:
parent
f6d6c96a9e
commit
eed1e6c376
@ -904,8 +904,8 @@ class SurveyParaAnalysis{
|
||||
|
||||
// Dodatna stolpca zaradi izvoza za Katjo Lozar
|
||||
if($admin_type == '0'){
|
||||
echo '<th class="center">ID VPRAŠANJA</th>';
|
||||
echo '<th class="center">ID VARIABLE</th>';
|
||||
echo '<th class="center small">ID VPRAŠANJA</th>';
|
||||
echo '<th class="center small">ID VARIABLE</th>';
|
||||
}
|
||||
|
||||
echo '<th class="left">'.$lang['srv_para_variable'].'</th>';
|
||||
|
@ -12206,6 +12206,11 @@ div.page_nonresponse_graph table.podrobno {
|
||||
div.page_nonresponse_graph table.podrobno th {
|
||||
background-color: #F2F2F2;
|
||||
}
|
||||
div.page_nonresponse_graph table.podrobno th.small {
|
||||
font-size: 10px;
|
||||
white-space: normal;
|
||||
padding: 8px;
|
||||
}
|
||||
div.page_nonresponse_graph table.podrobno td.dashed, div.page_nonresponse_graph table.podrobno th.dashed {
|
||||
border-top: 1px dashed #E5E5E5;
|
||||
border-left: 1px solid #E5E5E5;
|
||||
|
@ -90,6 +90,7 @@ div.page_nonresponse_graph {
|
||||
white-space: nowrap;
|
||||
font-size: 14px;
|
||||
|
||||
|
||||
td.graph_cell {
|
||||
width: 100%;
|
||||
|
||||
@ -116,6 +117,12 @@ div.page_nonresponse_graph {
|
||||
|
||||
th {
|
||||
background-color: $light-gray2;
|
||||
|
||||
&.small {
|
||||
font-size: 10px;
|
||||
white-space: normal;
|
||||
padding: 8px;
|
||||
}
|
||||
}
|
||||
|
||||
td, th {
|
||||
|
Loading…
x
Reference in New Issue
Block a user