2021-11-03 11:53:26 +01:00
|
|
|
|
|
|
|
#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;
|
2021-11-03 11:53:26 +01:00
|
|
|
}
|
|
|
|
|
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;
|
|
|
|
}
|
2021-11-03 11:53:26 +01:00
|
|
|
}
|
|
|
|
|
2022-06-02 11:21:27 +02:00
|
|
|
.second_line{
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
2021-11-03 11:53:26 +01:00
|
|
|
|
2022-06-02 11:21:27 +02:00
|
|
|
#searchMySurveys{
|
|
|
|
align-self: flex-start;
|
|
|
|
width: 100%;
|
2021-11-03 11:53:26 +01:00
|
|
|
|
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;
|
2021-11-03 11:53:26 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-06-02 11:21:27 +02:00
|
|
|
.div_sl_new{
|
2021-11-03 11:53:26 +01:00
|
|
|
|
2022-06-02 11:21:27 +02:00
|
|
|
// Tabela z mojimi anketami
|
|
|
|
table#surveyList_new{
|
2022-07-27 10:38:42 +02:00
|
|
|
// margin: 0;
|
2021-11-03 11:53:26 +01:00
|
|
|
|
2022-06-02 11:21:27 +02:00
|
|
|
td{
|
|
|
|
display: none;
|
|
|
|
|
|
|
|
&:nth-child(1),
|
|
|
|
&:nth-child(4){
|
|
|
|
display: table-cell;
|
|
|
|
}
|
2021-11-03 11:53:26 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-06-02 11:21:27 +02:00
|
|
|
.pagination_bottom_holder{
|
|
|
|
|
2021-11-03 11:53:26 +01:00
|
|
|
}
|
|
|
|
|
2022-06-02 11:21:27 +02:00
|
|
|
#anketa_new_float{
|
|
|
|
display: flex;
|
|
|
|
justify-content: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
#pagination{
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
2021-11-03 11:53:26 +01:00
|
|
|
|
2022-06-02 11:21:27 +02:00
|
|
|
transform: none;
|
|
|
|
|
|
|
|
display: none;
|
|
|
|
|
|
|
|
&.bottom{
|
|
|
|
display: block;
|
2021-11-03 11:53:26 +01:00
|
|
|
}
|
|
|
|
}
|
2022-06-02 11:21:27 +02:00
|
|
|
|
|
|
|
|
2021-11-03 11:53:26 +01: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;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|