Redesign - popravki napak - popravek info texta pod naslovom v vpogledu

This commit is contained in:
pero1203 2022-06-20 12:13:59 +02:00
parent 6bf053d693
commit 2c22de5a54
2 changed files with 15 additions and 1 deletions

View File

@ -26875,6 +26875,12 @@ ul#merge li {
font-weight: 700;
font-size: 20px;
}
.quick_edit_container #edit_survey_data .quick_edit_inner .spremenljivka .naslov .spremenljivka_info {
margin-top: 4px;
color: #a9a9a9;
font-size: 14px;
font-weight: 400;
}
.quick_edit_container #edit_survey_data .quick_edit_inner .spremenljivka .variable_holder {
height: auto !important;
}

View File

@ -229,7 +229,7 @@
.quick_edit_inner {
width: 100%;
.spremenljivka {
box-sizing: border-box;
width: 100%;
@ -250,6 +250,14 @@
font-weight: 700;
font-size: 20px;
}
.spremenljivka_info{
margin-top: 4px;
color:#a9a9a9;
font-size: 14px;
font-weight: 400;
}
}
.variable_holder {
height: auto !important;