192 lines
3.1 KiB
SCSS
192 lines
3.1 KiB
SCSS
|
|
/* grafika ko ni podatkov */
|
|
div.no_data_alert{
|
|
|
|
img{
|
|
width: 100%;
|
|
}
|
|
|
|
h2{
|
|
text-align: center;
|
|
}
|
|
|
|
div#buttons{
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
}
|
|
|
|
|
|
.page_data{
|
|
|
|
.data_table_top_holder{
|
|
flex-direction: column;
|
|
align-items: flex-start;
|
|
|
|
margin-bottom: 32px;
|
|
padding: 8px;
|
|
|
|
.dataFullscreen{
|
|
width: 100%;
|
|
margin: 0 0 16px 0;
|
|
|
|
border: 0;
|
|
}
|
|
|
|
.dataSettingsBasic{
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
|
|
margin: 0 0 16px 0;
|
|
|
|
border: 0;
|
|
}
|
|
|
|
#dataSettingsCheckboxes {
|
|
top: 80px;
|
|
left: 8px;
|
|
}
|
|
|
|
#data_search_filter{
|
|
display: flex;
|
|
width: 100%;
|
|
|
|
box-sizing: border-box;
|
|
margin: 0 0 16px 0;
|
|
|
|
border: 0;
|
|
|
|
input{
|
|
box-sizing: border-box;
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
#vnosi_paginacija{
|
|
position: relative;
|
|
display: flex;
|
|
flex-direction: column;
|
|
|
|
width: 100%;
|
|
margin: 0 0 16px 0;
|
|
right: 0;
|
|
|
|
border: 0;
|
|
|
|
#div_paginacija_vnosov{
|
|
margin: 0 0 16px 0;
|
|
}
|
|
|
|
#div_paginacija_vprasanj{
|
|
margin: 0;
|
|
}
|
|
|
|
label{
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
select{
|
|
margin: 0 16px 0 8px;
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
#div_vnosi_data{
|
|
margin-bottom: 32px;
|
|
|
|
#dataTableScroller {
|
|
display: none;
|
|
}
|
|
|
|
#tableContainer{
|
|
overflow-y: hidden;
|
|
}
|
|
}
|
|
|
|
|
|
.data_table_bottom_holder{
|
|
flex-direction: column;
|
|
|
|
.legend_box{
|
|
width: 100%;
|
|
margin-bottom: 16px;
|
|
}
|
|
}
|
|
}
|
|
|
|
body.data_fullscreen{
|
|
|
|
#analiza_data {
|
|
top: 68px;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
// 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;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
// Vpogled
|
|
.subpage_quick_edit{
|
|
|
|
#quick_edit_top_line{
|
|
flex-direction: column-reverse;
|
|
|
|
.quick_edit_icons{
|
|
position: relative;
|
|
margin-top: 16px;
|
|
}
|
|
}
|
|
|
|
#edit_survey_data{
|
|
flex-direction: column;
|
|
|
|
.quick_edit_meta_holder{
|
|
width: 100%;
|
|
min-width: 100%;
|
|
max-width: 100%;
|
|
|
|
margin: 32px 0 0 0;
|
|
}
|
|
}
|
|
|
|
.quick_edit_container{
|
|
|
|
.quick_edit_bottom_line{
|
|
justify-content: center;
|
|
}
|
|
}
|
|
} |