99 lines
1.5 KiB
SCSS
99 lines
1.5 KiB
SCSS
|
|
.page_data{
|
|
|
|
#vnosi_paginacija{
|
|
display: flex;
|
|
flex-direction: column;
|
|
float: none;
|
|
|
|
> div{
|
|
margin: 5px 0;
|
|
}
|
|
|
|
label{
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
}
|
|
|
|
#data_search_filter{
|
|
display: flex;
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
|
|
input{
|
|
box-sizing: border-box;
|
|
margin-left: 10px;
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
.dataSettingsBasic{
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
|
|
margin: 0;
|
|
}
|
|
|
|
#toggleDataCheckboxes{
|
|
display: none;
|
|
}
|
|
|
|
|
|
#div_vnosi_data{
|
|
|
|
#dataTableScroller {
|
|
display: none;
|
|
}
|
|
|
|
#tableContainer{
|
|
overflow-y: hidden;
|
|
padding-bottom: 20px;
|
|
}
|
|
}
|
|
|
|
#bottom_data_legend{
|
|
display: block;
|
|
float: none;
|
|
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
|
|
margin: 5px 0 10px 0;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
// Ostale podstrani
|
|
.subpage_append,
|
|
.subpage_merge,
|
|
.subpage_calculation,
|
|
.subpage_coding_auto,
|
|
.subpage_recoding,
|
|
.subpage_coding,
|
|
.page_export{
|
|
flex-direction: column !important;
|
|
|
|
.anketa_edit_main{
|
|
width: 100% !important;
|
|
box-sizing: border-box;
|
|
|
|
margin: 0 !important;
|
|
}
|
|
|
|
.anketa_edit_left{
|
|
display: none !important;
|
|
}
|
|
|
|
textarea{
|
|
width: 100% !important;
|
|
}
|
|
|
|
#inv_upload_recipients_nosbmt + span{
|
|
display: block;
|
|
clear: both;
|
|
margin: 40px 0 0 0 !important;
|
|
}
|
|
}
|