Urejanje vprasanj - desne nastavitve - popravki scrollbara, gumba na dnu

This commit is contained in:
pero1203 2022-10-25 11:53:43 +02:00
parent ad6f08a96d
commit b245792904
2 changed files with 6 additions and 7 deletions

View File

@ -15130,7 +15130,6 @@ div#variabla_new span.correct {
flex-wrap: nowrap;
width: 100%;
height: 41px;
margin-bottom: 16px;
background-color: #F8F8F8;
}
#vprasanje_float_editing .vprasanje_edit_holder #vprasanje_tabs .tab_link {
@ -15176,11 +15175,12 @@ div#variabla_new span.correct {
max-height: calc(100vh - 250px);
overflow-y: auto;
margin: 0;
padding-top: 16px;
background-color: white;
}
#vprasanje_float_editing .vprasanje_edit_holder .button_holder {
margin: 0 16px 10px 16px;
padding-top: 8px;
margin: 0;
padding: 8px 12px;
border-top: 1px #D3D3D3 solid;
}
#vprasanje_float_editing .vprasanje_edit_holder fieldset {

View File

@ -69,8 +69,6 @@
width: 100%;
height: 41px;
margin-bottom: 16px;
background-color: $light-gray;
.tab_link {
@ -129,14 +127,15 @@
overflow-y: auto;
margin: 0;
padding-top: 16px;
background-color: white;
}
// Gumbi na dnu
.button_holder {
margin: 0 16px 10px 16px;
padding-top: 8px;
margin: 0;
padding: 8px 12px;
border-top: 1px $dark-gray2 solid;
}