Popravek zvezdice za obvezno vprasanje (pomanjsana in pomaknjena v levo)

This commit is contained in:
pero1203 2021-10-19 13:24:36 +02:00
parent 82ac4a6dfb
commit 6372cd5e4c
2 changed files with 7 additions and 6 deletions

View File

@ -5629,10 +5629,10 @@ span.enka-custom-radio:before,
} }
.spremenljivka span.reminder { .spremenljivka span.reminder {
position: absolute; position: absolute;
color: red;
left: 0px; left: 0px;
margin-top: -2px; color: red;
font-size: 150%; font-size: 130%;
text-indent: -5px;
} }
.spremenljivka div.naslov { .spremenljivka div.naslov {
/*float: left;*/ /*float: left;*/

View File

@ -42,10 +42,11 @@
span.reminder { span.reminder {
position: absolute; position: absolute;
color: red;
left: 0px; left: 0px;
margin-top: -2px;
font-size: 150%; color: red;
font-size: 130%;
text-indent: -5px;
} }
div.naslov { div.naslov {