104 lines
1.7 KiB
SCSS

#main #moje_ankete_edit{
padding: 20px !important;
#anketa_edit{
padding: 0 !important;
}
#survey_list{
display: flex;
flex-direction: column;
> div{
margin: 15px 0 20px 0;
}
#anketa_new_float{
display: flex;
justify-content: left;
}
#pagination{
margin-left: auto;
margin-right: auto;
transform: none;
display: none;
&.bottom{
display: block;
}
}
#sortButton,
#filterButton,
#folderSwitch{
display: none;
}
#searchMySurveys{
padding: 0;
form{
display: flex;
justify-content: center;
input[type="text"]{
width: 100%;
padding: 5px 0 5px 7px;
}
}
}
.div_sl_new {
padding: 20px 0;
}
// Tabela z mojimi anketami
table#surveyList_new{
td{
display: none;
&:nth-child(3),
&:nth-child(6){
display: table-cell;
}
}
}
}
// Knjiznica
&.page_knjiznica{
.folder_left{
line-height: 20px;
}
.folder_right .library_item_setting_text{
display: none;
}
ul li.anketa{
margin: 5px 0;
}
}
// Nastavitve
fieldset{
div.data {
margin-top: 10px;
}
div.setting{
margin-bottom: 10px;
}
}
}