2021-04-13 11:11:22 +02:00
|
|
|
|
2021-04-28 13:46:50 +02:00
|
|
|
#main #moje_ankete_edit{
|
|
|
|
padding: 20px !important;
|
2021-04-13 11:11:22 +02:00
|
|
|
|
2021-05-12 13:14:19 +02:00
|
|
|
#anketa_edit{
|
|
|
|
padding: 0 !important;
|
|
|
|
}
|
|
|
|
|
2021-04-28 13:46:50 +02:00
|
|
|
#survey_list{
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
2021-04-13 11:11:22 +02:00
|
|
|
|
2021-04-28 13:46:50 +02:00
|
|
|
> div{
|
|
|
|
margin: 15px 0 20px 0;
|
|
|
|
}
|
2021-04-13 11:11:22 +02:00
|
|
|
|
2021-04-28 13:46:50 +02:00
|
|
|
#anketa_new_float{
|
|
|
|
display: flex;
|
2021-05-24 11:48:27 +02:00
|
|
|
justify-content: left;
|
2021-04-13 11:11:22 +02:00
|
|
|
}
|
|
|
|
|
2021-04-28 13:46:50 +02:00
|
|
|
#pagination{
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
2021-04-13 11:11:22 +02:00
|
|
|
|
2021-04-28 13:46:50 +02:00
|
|
|
transform: none;
|
2021-04-13 11:11:22 +02:00
|
|
|
|
2021-04-28 13:46:50 +02:00
|
|
|
display: none;
|
2021-04-13 11:11:22 +02:00
|
|
|
|
2021-04-28 13:46:50 +02:00
|
|
|
&.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),
|
2021-05-12 13:14:19 +02:00
|
|
|
&:nth-child(6){
|
2021-04-28 13:46:50 +02:00
|
|
|
display: table-cell;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2021-05-31 12:38:51 +02:00
|
|
|
|
|
|
|
|
|
|
|
// Knjiznica
|
|
|
|
&.page_knjiznica{
|
|
|
|
|
2021-06-02 09:32:40 +02:00
|
|
|
.folder_left{
|
|
|
|
line-height: 20px;
|
|
|
|
}
|
|
|
|
|
2021-05-31 12:38:51 +02:00
|
|
|
.folder_right .library_item_setting_text{
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul li.anketa{
|
|
|
|
margin: 5px 0;
|
|
|
|
}
|
|
|
|
}
|
2021-06-01 08:31:59 +02:00
|
|
|
|
|
|
|
|
|
|
|
// Nastavitve
|
|
|
|
fieldset{
|
|
|
|
|
|
|
|
div.data {
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.setting{
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
}
|
2021-04-13 11:11:22 +02:00
|
|
|
}
|
2021-04-28 13:46:50 +02:00
|
|
|
|