74 lines
1.3 KiB
SCSS
74 lines
1.3 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: center;
|
|
}
|
|
|
|
#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;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|