175 lines
4.2 KiB
SCSS
175 lines
4.2 KiB
SCSS
/*
|
|
To change this license header, choose License Headers in Project Properties.
|
|
To change this template file, choose Tools | Templates
|
|
and open the template in the editor.
|
|
*/
|
|
/*
|
|
Created on : 03-Aug-2018, 11:04:39
|
|
Author : podkrizniku
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
.nastavitveSpan4 {
|
|
display: table-cell;
|
|
float: left;
|
|
font-weight: 500;
|
|
width: 55%;
|
|
clear: both;
|
|
}
|
|
.nastavitveSpan5 {
|
|
display: table-cell;
|
|
float: left;
|
|
font-weight: 500;
|
|
width: 25%;
|
|
clear: both;
|
|
}
|
|
select#skin_anketa {
|
|
max-width: 120px;
|
|
margin-bottom: 2px;
|
|
}
|
|
select#skin {
|
|
max-width: 120px;
|
|
margin: 4px 0 2px 0;
|
|
}
|
|
#quick_settings {
|
|
|
|
}
|
|
|
|
|
|
#anketa_edit.glasovanje {
|
|
|
|
.anketa_edit_main{
|
|
display: flex;
|
|
|
|
/* Leve nastavitve */
|
|
#glas_settings {
|
|
width: 330px;
|
|
margin: 20px 0 0 0;
|
|
padding: 0;
|
|
line-height: 18px;
|
|
|
|
background-color: white;
|
|
border: 1px solid $soft_blue;
|
|
|
|
.more {
|
|
float: right;
|
|
margin: 5px 20px 10px 0;
|
|
font-weight: 500;
|
|
}
|
|
.less {
|
|
float: right;
|
|
margin: 5px 20px 10px 0;
|
|
font-weight: 500;
|
|
}
|
|
|
|
.header_holder {
|
|
height: 35px;
|
|
font-size: 16px;
|
|
font-weight: 500;
|
|
background-color: $soft_blue;
|
|
width: 100%;
|
|
//border-bottom: #d2d5d5;
|
|
}
|
|
.header_content {
|
|
padding: 8px 0px 7px 0px;
|
|
|
|
.header_left {
|
|
color: $strong_blue;
|
|
font-size: 16px;
|
|
font-weight: 500;
|
|
width: auto;
|
|
float: left;
|
|
padding-left: 10px;
|
|
}
|
|
}
|
|
fieldset {
|
|
margin: 11px 10px;
|
|
padding: 3px 5px;
|
|
border: 0;
|
|
border-top: 1px solid $strong_blue;
|
|
}
|
|
legend {
|
|
margin: 0;
|
|
padding: 0 10px 0 5px;
|
|
background-color: rgba(0, 0, 0, 0);
|
|
color: $strong_blue;
|
|
font-weight: 500;
|
|
}
|
|
}
|
|
|
|
/* Srednji del */
|
|
#placeholder{
|
|
margin: 85px 0 0 20px;
|
|
max-width: 1100px;
|
|
|
|
#branching.branching_glasovanje {
|
|
padding: 3px;
|
|
min-height: 400px;
|
|
width: calc(96% - 315px);
|
|
|
|
ul.first {
|
|
margin: 1px 0 0 0 !important;
|
|
}
|
|
ul {
|
|
li {
|
|
margin-left: 0px !important;
|
|
}
|
|
}
|
|
}
|
|
|
|
#vprasanje_float_editing{
|
|
margin-top: 45px !important;
|
|
}
|
|
}
|
|
|
|
|
|
/* Desne nastavitve */
|
|
#quick_settings_holder{
|
|
position: absolute;
|
|
right: calc(3% + 5px);
|
|
margin-left: -5px;
|
|
top: 222px;
|
|
height: auto;
|
|
width: 310px;
|
|
border: 0;
|
|
background-color: transparent;
|
|
|
|
#quick_settings{
|
|
padding: 5px 15px;
|
|
width: 315px;
|
|
box-sizing: border-box;
|
|
float: right;
|
|
|
|
background-color: $soft_blue_very_lighten;
|
|
border: 1px solid $soft_blue;
|
|
|
|
fieldset {
|
|
border: 1px $grey_dark solid;
|
|
}
|
|
|
|
.form_bottom_settings {
|
|
margin: 0 8px 10px 8px;
|
|
padding: 0 0 5px 10px;
|
|
background-color: inherit;
|
|
}
|
|
|
|
#form_settings_obvescanje {
|
|
padding: 1px 0 10px 10px;
|
|
textarea#alert_finish_other_emails {
|
|
&:focus {
|
|
padding: 2px;
|
|
border: 0;
|
|
background-color: $orange_very_lighten;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|
|
} |