78 lines
1.3 KiB
SCSS
78 lines
1.3 KiB
SCSS
|
|
#main #anketa #globalSetingsList {
|
|
max-width: 100% !important;
|
|
width: 100% !important;
|
|
|
|
fieldset{
|
|
width: 100% !important;
|
|
|
|
span.charalimit#anketa_polnoIme_chars,
|
|
span.charalimit#anketa_akronim_chars,
|
|
span.charalimit#anketa_note_chars{
|
|
width: 100%;
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
/* NASTAVITVE in ARHIVI */
|
|
|
|
|
|
/* OBLIKA */
|
|
#main #anketa #anketa_edit.page_tema{
|
|
|
|
#div_theme_group_holder{
|
|
width: 100%;
|
|
|
|
#div_theme_group div.theme_label{
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
margin-left: 0;
|
|
margin-right: 0;
|
|
|
|
img{
|
|
width: 100%;
|
|
height: auto;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
#theme-editor{
|
|
width: 100% !important;
|
|
float: none !important;
|
|
}
|
|
|
|
#theme-preview{
|
|
width: 100% !important;
|
|
float: none !important;
|
|
|
|
margin-top: 80px !important;
|
|
}
|
|
|
|
|
|
|
|
/* ARHIVI */
|
|
#main #anketa #anketa_edit.page_arhivi{
|
|
flex-direction: column-reverse;
|
|
|
|
> div{
|
|
width: 100% !important;
|
|
margin: 20px 0;
|
|
}
|
|
|
|
#div_archive_content fieldset {
|
|
width: 100% !important;
|
|
|
|
box-sizing: border-box !important;
|
|
margin-left: 0 !important;
|
|
margin-right: 0 !important;
|
|
|
|
input{
|
|
width: 100% !important;
|
|
}
|
|
}
|
|
}
|
|
|
|
|