2022-05-12 12:12:21 +02:00
|
|
|
body #main_holder #main{
|
|
|
|
margin: 70px 0 0 0;
|
|
|
|
padding: 0;
|
2021-11-03 11:53:26 +01:00
|
|
|
/*overflow-x: scroll;*/
|
|
|
|
|
2022-05-12 12:12:21 +02:00
|
|
|
#placeholder{
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// Layout
|
|
|
|
.fullwidth,
|
|
|
|
.narrow,
|
|
|
|
.wide{
|
2021-11-03 11:53:26 +01:00
|
|
|
box-sizing: border-box !important;
|
2022-05-12 12:12:21 +02:00
|
|
|
width: 100%;
|
|
|
|
padding: 32px 16px;
|
2021-11-03 11:53:26 +01:00
|
|
|
}
|
|
|
|
|
2022-05-12 12:12:21 +02:00
|
|
|
.menu_left{
|
|
|
|
flex-direction: column-reverse;
|
|
|
|
|
|
|
|
.layout_left_item{
|
|
|
|
width: 100%;
|
2022-06-02 11:21:27 +02:00
|
|
|
margin: 32px 0 0 0;
|
|
|
|
|
|
|
|
box-shadow: none;
|
2022-05-12 12:12:21 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.layout_right_item{
|
|
|
|
width: 100%;
|
2022-06-02 11:21:27 +02:00
|
|
|
margin: 0;
|
2022-05-12 12:12:21 +02:00
|
|
|
}
|
2021-11-03 11:53:26 +01:00
|
|
|
}
|
2022-05-12 12:12:21 +02:00
|
|
|
|
2021-11-03 11:53:26 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
fieldset {
|
|
|
|
width: 100% !important;
|
|
|
|
|
|
|
|
box-sizing: border-box !important;
|
|
|
|
margin-left: 0 !important;
|
|
|
|
margin-right: 0 !important;
|
|
|
|
|
2022-06-07 10:34:01 +02:00
|
|
|
padding: 12px 16px 16px;
|
|
|
|
|
2021-11-03 11:53:26 +01:00
|
|
|
.nastavitveSpan1,
|
|
|
|
.nastavitveSpan2,
|
|
|
|
.nastavitveSpan3,
|
|
|
|
.nastavitveSpan4,
|
|
|
|
.nastavitveSpan5,
|
|
|
|
.nastavitveSpan6{
|
|
|
|
width: auto !important;
|
|
|
|
display: block !important;
|
|
|
|
float: none !important;
|
|
|
|
|
|
|
|
text-align: left !important;
|
|
|
|
padding: 15px 0 5px 0 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
select,
|
|
|
|
.select2-container,
|
|
|
|
input[type="text"],
|
|
|
|
textarea{
|
|
|
|
width: 100% !important;
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
|
|
|
|
.setting{
|
|
|
|
height: auto !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-06-06 10:40:26 +02:00
|
|
|
.setting_horizontal_wrapper{
|
|
|
|
flex-direction: column !important;
|
|
|
|
}
|
|
|
|
|
2021-11-03 11:53:26 +01:00
|
|
|
#vnosi_paginacija {
|
|
|
|
div {
|
|
|
|
select {
|
|
|
|
display: inline-block;
|
|
|
|
width: fit-content;
|
|
|
|
margin: 0 5px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
div.breadcrumbs {
|
|
|
|
display: block;
|
|
|
|
padding: 15px;
|
|
|
|
color: $strong_blue;
|
|
|
|
font-weight: 600;
|
2022-06-02 11:21:27 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
button.small, submit.small{
|
|
|
|
min-width: auto;
|
|
|
|
padding: 5px 16px;
|
|
|
|
}
|
|
|
|
button.medium, submit.medium{
|
|
|
|
min-width: auto;
|
|
|
|
padding: 10px 24px;
|
|
|
|
}
|
|
|
|
button.large, submit.large{
|
|
|
|
min-width: auto;
|
|
|
|
padding: 12px 32px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.top_note{
|
|
|
|
padding: 8px 16px;
|
2021-11-03 11:53:26 +01:00
|
|
|
}
|