Redesign - popravki analiz

This commit is contained in:
pero1203 2022-02-10 14:48:50 +01:00
parent 2833b289f1
commit 8652b8637e
2 changed files with 4 additions and 0 deletions

View File

@ -16325,6 +16325,8 @@ textarea#addusers, textarea#addusers_note {
#ttestResults table tr th.cell_icons,
#ttestResults table tr td.cell_icons {
width: 110px;
padding-top: 8px;
padding-bottom: 8px;
text-align: center;
}
#div_analiza_data table tr th.cell_var,

View File

@ -145,6 +145,8 @@
// Stolpec z ikonami
&.cell_icons{
width: 110px;
padding-top: 8px;
padding-bottom: 8px;
text-align: center;
}