[Redizajn 1KA] - Testiranje --> Trajanje --> Ocenjevanje trajanja - v1
padding/align popravek
This commit is contained in:
parent
c4d5880586
commit
c3bd54a178
@ -6024,7 +6024,7 @@ class SurveyAdminSettings {
|
|||||||
echo '<tr>';
|
echo '<tr>';
|
||||||
echo '<td>'.($row['naslov']!=''?$row['naslov']:$lang['srv_intro_label']).'</td>';
|
echo '<td>'.($row['naslov']!=''?$row['naslov']:$lang['srv_intro_label']).'</td>';
|
||||||
|
|
||||||
echo '<td>';
|
echo '<td class="right time">';
|
||||||
echo ($time[0]<60?round($time[0],1).'s ':round($time[0]/60,1).'min ').'/ <span class="gray">'.($time[1]<60?round($time[1],1).'s ':round($time[1]/60,1).'min ').'</span>';
|
echo ($time[0]<60?round($time[0],1).'s ':round($time[0]/60,1).'min ').'/ <span class="gray">'.($time[1]<60?round($time[1],1).'s ':round($time[1]/60,1).'min ').'</span>';
|
||||||
echo '</td>';
|
echo '</td>';
|
||||||
|
|
||||||
|
@ -10015,6 +10015,9 @@ div.subpage_predvidenicas table td.graph_cell div.graph_cell {
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
}
|
}
|
||||||
|
div.subpage_predvidenicas table td.time {
|
||||||
|
padding-right: 0;
|
||||||
|
}
|
||||||
div.subpage_predvidenicas div.graph_full {
|
div.subpage_predvidenicas div.graph_full {
|
||||||
background-color: #1E88E5;
|
background-color: #1E88E5;
|
||||||
height: 24px;
|
height: 24px;
|
||||||
|
@ -28,6 +28,10 @@ div.subpage_predvidenicas {
|
|||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
td.time {
|
||||||
|
padding-right: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
div.graph_full {
|
div.graph_full {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user