2021-12-14 15:45:13 +01:00
|
|
|
/*
|
2022-05-24 13:51:58 +02:00
|
|
|
Glasovanje - urejanje
|
2021-12-14 15:45:13 +01:00
|
|
|
*/
|
|
|
|
|
|
|
|
|
2022-05-24 13:51:58 +02:00
|
|
|
#anketa_edit.glasovanje {
|
|
|
|
position: relative;
|
|
|
|
display: flex;
|
2021-12-14 15:45:13 +01:00
|
|
|
|
2022-05-24 13:51:58 +02:00
|
|
|
/* Leve nastavitve */
|
|
|
|
.glas_settings_holder{
|
2021-12-14 15:45:13 +01:00
|
|
|
|
|
|
|
#glas_settings {
|
2022-05-24 13:51:58 +02:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
2021-12-14 15:45:13 +01:00
|
|
|
|
2022-05-24 13:51:58 +02:00
|
|
|
width: 304px;
|
|
|
|
margin: 0 64px 0 32px;
|
|
|
|
padding-bottom: 16px;
|
2021-12-14 15:45:13 +01:00
|
|
|
|
2022-05-24 13:51:58 +02:00
|
|
|
border: 1px solid $gray;
|
|
|
|
border-radius: 2px;
|
2021-12-14 15:45:13 +01:00
|
|
|
|
2022-05-24 13:51:58 +02:00
|
|
|
.header {
|
|
|
|
padding: 12px 16px;
|
|
|
|
|
|
|
|
font-size: 14px;
|
|
|
|
font-weight: 600;
|
|
|
|
text-transform: uppercase;
|
|
|
|
|
|
|
|
background-color: $light-gray;
|
2021-12-14 15:45:13 +01:00
|
|
|
}
|
2022-05-24 13:51:58 +02:00
|
|
|
|
2021-12-14 15:45:13 +01:00
|
|
|
fieldset {
|
2022-05-24 13:51:58 +02:00
|
|
|
padding: 0 16px 0;
|
2021-12-14 15:45:13 +01:00
|
|
|
margin: 0;
|
2022-05-24 13:51:58 +02:00
|
|
|
border: 0;
|
2021-12-14 15:45:13 +01:00
|
|
|
|
2022-05-24 13:51:58 +02:00
|
|
|
.setting_title{
|
|
|
|
margin-top: 16px;
|
|
|
|
|
|
|
|
font-weight: 600;
|
|
|
|
font-size: 14px;
|
2021-12-14 15:45:13 +01:00
|
|
|
}
|
|
|
|
|
2022-05-24 13:51:58 +02:00
|
|
|
.setting_row{
|
|
|
|
display: flex;
|
|
|
|
margin: 8px 0 0 0;
|
2021-12-14 15:45:13 +01:00
|
|
|
|
2022-05-24 13:51:58 +02:00
|
|
|
font-size: 14px;
|
2021-12-14 15:45:13 +01:00
|
|
|
|
2022-05-24 13:51:58 +02:00
|
|
|
label{
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
2021-12-14 15:45:13 +01:00
|
|
|
|
2022-05-24 13:51:58 +02:00
|
|
|
&.half-half{
|
|
|
|
justify-content: space-between;
|
|
|
|
align-items: center;
|
|
|
|
margin-top: 16px;
|
2021-12-14 15:45:13 +01:00
|
|
|
|
2022-05-24 13:51:58 +02:00
|
|
|
.setting_title{
|
|
|
|
width: 50%;
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
input{
|
|
|
|
margin-top: 0;
|
|
|
|
width: 112px;
|
|
|
|
}
|
|
|
|
|
|
|
|
select{
|
|
|
|
margin-top: 0;
|
|
|
|
width: 135px;
|
2021-12-14 15:45:13 +01:00
|
|
|
}
|
|
|
|
}
|
2022-05-24 13:51:58 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.expand_holder{
|
|
|
|
margin: 16px 16px 0 16px;
|
|
|
|
|
|
|
|
a{
|
|
|
|
font-size: 14px;
|
|
|
|
text-decoration: none;
|
|
|
|
|
|
|
|
.faicon::before{
|
|
|
|
margin-left: 8px;
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
2021-12-14 15:45:13 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-05-24 13:51:58 +02:00
|
|
|
/* Srednji del */
|
|
|
|
#placeholder{
|
|
|
|
|
|
|
|
#branching {
|
|
|
|
min-height: 400px;
|
|
|
|
width: calc(100% - 421px);
|
2022-05-25 09:36:32 +02:00
|
|
|
margin: 60px 0 0 0;
|
2022-05-24 13:51:58 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#vprasanje_float_editing{
|
2022-05-25 09:36:32 +02:00
|
|
|
margin-top: 60px !important;
|
2022-05-24 13:51:58 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* Desne nastavitve */
|
|
|
|
#quick_settings_holder{
|
|
|
|
position: absolute;
|
|
|
|
right: 32px;
|
|
|
|
|
|
|
|
height: auto;
|
2021-12-14 15:45:13 +01:00
|
|
|
|
2022-05-24 13:51:58 +02:00
|
|
|
#quick_settings{
|
|
|
|
width: 325px;
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
|
|
|
padding: 12px 16px;
|
|
|
|
|
|
|
|
border: 1px solid $gray;
|
|
|
|
border-radius: 2px;
|
|
|
|
|
|
|
|
span,
|
|
|
|
label{
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.header{
|
|
|
|
cursor: pointer;
|
2021-12-14 15:45:13 +01:00
|
|
|
|
2022-05-24 13:51:58 +02:00
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
2022-05-25 09:36:32 +02:00
|
|
|
align-items: center;
|
2022-05-24 13:51:58 +02:00
|
|
|
|
|
|
|
font-weight: 600;
|
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
|
|
|
|
|
|
|
#form_settings_obvescanje.form_bottom_settings {
|
|
|
|
/*margin: 0 8px 10px 8px;
|
|
|
|
padding: 0 0 5px 10px;
|
|
|
|
background-color: inherit;
|
|
|
|
|
|
|
|
padding: 1px 0 10px 10px;
|
|
|
|
textarea#alert_finish_other_emails {
|
|
|
|
&:focus {
|
|
|
|
padding: 2px;
|
|
|
|
border: 0;
|
|
|
|
background-color: $yellow;
|
|
|
|
}
|
|
|
|
}*/
|
|
|
|
|
|
|
|
.setting_row{
|
|
|
|
margin: 16px 0 0 0;
|
2022-05-25 09:36:32 +02:00
|
|
|
|
|
|
|
.alert_authors .setting_item > span,
|
|
|
|
#label_alert_finish_respondent > a,
|
|
|
|
#label_alert_finish_respondent > p{
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#alert_holder_finish_other_emails{
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: space-between;
|
|
|
|
|
|
|
|
margin-top: 8px;
|
|
|
|
|
|
|
|
textarea{
|
|
|
|
width: 100% !important;
|
|
|
|
margin: 0 0 0 16px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&.bottom{
|
|
|
|
|
|
|
|
a{
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.faicon:before{
|
|
|
|
margin-left: 8px;
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
|
|
|
}
|
2022-05-24 13:51:58 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2021-12-14 15:45:13 +01:00
|
|
|
}
|