131 lines
2.2 KiB
SCSS
Raw Normal View History

#main #moje_ankete_edit{
#anketa_edit{
padding: 0 !important;
}
#survey_list{
display: flex;
flex-direction: column;
> div{
2022-06-02 11:21:27 +02:00
margin: 0 0 32px 0;
}
2022-06-02 11:21:27 +02:00
.first_line{
2022-06-13 11:23:16 +02:00
button.large{
padding: 12px 24px;
}
.button_quick_create{
margin-left: 24px;
}
}
2022-06-02 11:21:27 +02:00
.second_line{
display: flex;
flex-direction: column;
2022-06-02 11:21:27 +02:00
#searchMySurveys{
align-self: flex-start;
width: 100%;
2022-06-02 11:21:27 +02:00
margin: 0 0 32px 0;
padding: 0;
form{
display: flex;
justify-content: center;
input[type="text"]{
width: 100%;
padding: 5px 0 5px 7px;
}
}
}
.pagination.top{
max-width: 100%;
}
.filters{
display: none;
}
}
2022-06-02 11:21:27 +02:00
.div_sl_new{
2022-06-02 11:21:27 +02:00
// Tabela z mojimi anketami
table#surveyList_new{
// margin: 0;
2022-06-02 11:21:27 +02:00
td{
display: none;
&:nth-child(1),
&:nth-child(4){
display: table-cell;
}
}
}
}
2022-06-02 11:21:27 +02:00
.pagination_bottom_holder{
}
2022-06-02 11:21:27 +02:00
#anketa_new_float{
display: flex;
justify-content: left;
}
#pagination{
margin-left: auto;
margin-right: auto;
2022-06-02 11:21:27 +02:00
transform: none;
display: none;
&.bottom{
display: block;
}
}
2022-06-02 11:21:27 +02:00
}
// 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;
}
}
}