[Redizajn 1KA] - Testiranje --> Trajanje --> Ocenjevanje trajanja - v1

padding/align popravek
This commit is contained in:
tejagerjovic 2022-03-03 18:05:00 +01:00
parent c4d5880586
commit c3bd54a178
3 changed files with 8 additions and 1 deletions

View File

@ -6024,7 +6024,7 @@ class SurveyAdminSettings {
echo '<tr>';
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 '</td>';

View File

@ -10015,6 +10015,9 @@ div.subpage_predvidenicas table td.graph_cell div.graph_cell {
display: flex;
flex-direction: row;
}
div.subpage_predvidenicas table td.time {
padding-right: 0;
}
div.subpage_predvidenicas div.graph_full {
background-color: #1E88E5;
height: 24px;

View File

@ -28,6 +28,10 @@ div.subpage_predvidenicas {
flex-direction: row;
}
}
td.time {
padding-right: 0;
}
}
div.graph_full {