Urejanje vprasanj - desne nastavitve - popravki scrollbara, gumba na dnu
This commit is contained in:
parent
ad6f08a96d
commit
b245792904
@ -15130,7 +15130,6 @@ div#variabla_new span.correct {
|
|||||||
flex-wrap: nowrap;
|
flex-wrap: nowrap;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 41px;
|
height: 41px;
|
||||||
margin-bottom: 16px;
|
|
||||||
background-color: #F8F8F8;
|
background-color: #F8F8F8;
|
||||||
}
|
}
|
||||||
#vprasanje_float_editing .vprasanje_edit_holder #vprasanje_tabs .tab_link {
|
#vprasanje_float_editing .vprasanje_edit_holder #vprasanje_tabs .tab_link {
|
||||||
@ -15176,11 +15175,12 @@ div#variabla_new span.correct {
|
|||||||
max-height: calc(100vh - 250px);
|
max-height: calc(100vh - 250px);
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
padding-top: 16px;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
}
|
}
|
||||||
#vprasanje_float_editing .vprasanje_edit_holder .button_holder {
|
#vprasanje_float_editing .vprasanje_edit_holder .button_holder {
|
||||||
margin: 0 16px 10px 16px;
|
margin: 0;
|
||||||
padding-top: 8px;
|
padding: 8px 12px;
|
||||||
border-top: 1px #D3D3D3 solid;
|
border-top: 1px #D3D3D3 solid;
|
||||||
}
|
}
|
||||||
#vprasanje_float_editing .vprasanje_edit_holder fieldset {
|
#vprasanje_float_editing .vprasanje_edit_holder fieldset {
|
||||||
|
@ -69,8 +69,6 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
height: 41px;
|
height: 41px;
|
||||||
|
|
||||||
margin-bottom: 16px;
|
|
||||||
|
|
||||||
background-color: $light-gray;
|
background-color: $light-gray;
|
||||||
|
|
||||||
.tab_link {
|
.tab_link {
|
||||||
@ -129,14 +127,15 @@
|
|||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
|
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
padding-top: 16px;
|
||||||
|
|
||||||
background-color: white;
|
background-color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Gumbi na dnu
|
// Gumbi na dnu
|
||||||
.button_holder {
|
.button_holder {
|
||||||
margin: 0 16px 10px 16px;
|
margin: 0;
|
||||||
padding-top: 8px;
|
padding: 8px 12px;
|
||||||
|
|
||||||
border-top: 1px $dark-gray2 solid;
|
border-top: 1px $dark-gray2 solid;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user