270 lines
4.6 KiB
SCSS
270 lines
4.6 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 : 02-Aug-2018, 11:03:48
|
|
Author : podkrizniku
|
|
*/
|
|
|
|
/*for test user*/
|
|
body.test_user {
|
|
margin-top: 20px;
|
|
position: relative;
|
|
}
|
|
.grupa {
|
|
h3 {
|
|
border: 0;
|
|
margin: 0;
|
|
padding: 0;
|
|
a {
|
|
color: $grey_normal;
|
|
text-decoration: none;
|
|
&:HOVER {
|
|
color: $grey_normal;
|
|
text-decoration: none;
|
|
}
|
|
&:VISITED {
|
|
color: $grey_normal;
|
|
text-decoration: none;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.page_edit {
|
|
padding: 0px 10px;
|
|
width: auto;
|
|
img {
|
|
vertical-align: top;
|
|
}
|
|
}
|
|
.google_yellow {
|
|
box-sizing: border-box;
|
|
|
|
padding: 10px !important;
|
|
|
|
color: white;
|
|
background-color: $orange !important;
|
|
}
|
|
.counter {
|
|
float: left;
|
|
width: auto;
|
|
padding-top: 5px;
|
|
display: block;
|
|
}
|
|
/*share on social networks*/
|
|
.anketa_img_icons {
|
|
margin-left: 6px;
|
|
width: auto !important;
|
|
}
|
|
.conjunction {
|
|
color: $grey_dark;
|
|
}
|
|
#s1 {
|
|
position: relative;
|
|
left: 32px;
|
|
}
|
|
#s2 {
|
|
position: relative;
|
|
left: -9px;
|
|
}
|
|
fieldset.grupa {
|
|
margin: 5px;
|
|
padding: 5px;
|
|
width: auto;
|
|
border: 1px solid silver;
|
|
legend {
|
|
color: $strong_blue;
|
|
}
|
|
&:hover {
|
|
background: white;
|
|
}
|
|
}
|
|
/*links*/
|
|
li.highlightLineTab {
|
|
a {
|
|
background-color: white;
|
|
border-bottom: medium none;
|
|
padding-bottom: 2px;
|
|
span {
|
|
font-weight: bold;
|
|
color: $red_error;
|
|
}
|
|
}
|
|
}
|
|
input.respondent {
|
|
width: 99%;
|
|
height: 20px;
|
|
border: none;
|
|
vertical-align: middle;
|
|
&:hover {
|
|
background-color: $grey_almost_white;
|
|
}
|
|
&:focus {
|
|
background-color: $soft_blue_very_lighten;
|
|
}
|
|
}
|
|
.top-left {
|
|
display: none;
|
|
background-image: url('../../../admin/survey/img_0/corners1280x18.gif');
|
|
height: 9px;
|
|
font-size: 2px;
|
|
margin-right: 9px;
|
|
}
|
|
.top-right {
|
|
display: none;
|
|
background-image: url('../../../admin/survey/img_0/corners1280x18.gif');
|
|
height: 9px;
|
|
font-size: 2px;
|
|
margin-left: 9px;
|
|
margin-top: -9px;
|
|
background-position: 100% 0;
|
|
}
|
|
.bottom-left {
|
|
display: none;
|
|
background-image: url('../../../admin/survey/img_0/corners1280x18.gif');
|
|
height: 9px;
|
|
font-size: 2px;
|
|
margin-right: 9px;
|
|
background-position: 0 -9px;
|
|
}
|
|
.bottom-right {
|
|
display: none;
|
|
background-image: url('../../../admin/survey/img_0/corners1280x18.gif');
|
|
height: 9px;
|
|
font-size: 2px;
|
|
margin-left: 9px;
|
|
margin-top: -9px;
|
|
background-position: 100% -9px;
|
|
}
|
|
.vprasanje {
|
|
border: 1px solid #999;
|
|
width: 90%;
|
|
margin: 10px auto 10px auto;
|
|
padding: 10px 0 10px 10px;
|
|
text-align: left;
|
|
h3 {
|
|
border: 0;
|
|
margin: 0;
|
|
padding: 0;
|
|
font-size: 11px;
|
|
}
|
|
img {
|
|
float: left;
|
|
margin: 0 10px 0 0px;
|
|
}
|
|
&:hover {
|
|
background-color: $grey_very_light;
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
.ime {
|
|
font-size: 14px;
|
|
width: 220px;
|
|
height: 25px;
|
|
padding: 5px 0 0 0;
|
|
margin: 15px auto 0 auto;
|
|
border: 1px solid #000;
|
|
background-color: $grey_very_light;
|
|
text-align: center;
|
|
overflow: hidden;
|
|
}
|
|
.izbran {
|
|
font-size: 14px;
|
|
width: 220px;
|
|
height: 25px;
|
|
padding: 5px 0 0 0;
|
|
margin: 15px auto 0 auto;
|
|
border: 1px solid #000;
|
|
background-color: $grey_very_light;
|
|
text-align: center;
|
|
overflow: hidden;
|
|
}
|
|
#change_survey_type {
|
|
padding: 15px;
|
|
border: 1px solid $red_error;
|
|
background: white;
|
|
}
|
|
#change_survey_type_note {
|
|
margin-bottom: 10px;
|
|
float: left;
|
|
width: 100%;
|
|
}
|
|
#preview_page {
|
|
padding: 15px;
|
|
border: 1px solid $red_error;
|
|
background: $grey_almost_white;
|
|
}
|
|
#page_preview {
|
|
margin: 10px 10px 10px 10px;
|
|
padding: 0px 2px 10px 12px;
|
|
background-color: $grey_super_light;
|
|
width: auto;
|
|
display: block;
|
|
}
|
|
.hidden_plus {
|
|
display: none;
|
|
}
|
|
#test_user_alert {
|
|
background-color: $orange_super_lighten;
|
|
color: $orange;
|
|
border-bottom: 1px solid $orange_very_darken;
|
|
padding: 5px 10px;
|
|
font-weight: bold;
|
|
position: fixed;
|
|
top: 0px;
|
|
text-align: center;
|
|
width: 100%;
|
|
z-index: 51;
|
|
}
|
|
span.square {
|
|
display: inline-block;
|
|
width: 14px;
|
|
height: 14px;
|
|
vertical-align: text-bottom;
|
|
background-color: green;
|
|
opacity: 0.8;
|
|
}
|
|
.floatingHeader {
|
|
position: fixed;
|
|
visibility: hidden;
|
|
top: 0px;
|
|
}
|
|
.frame_dropping_box {
|
|
width: 230px;
|
|
padding: 5px;
|
|
margin: 10px auto 0px auto;
|
|
height: 15px;
|
|
text-indent: -25px;
|
|
border-left: 4px solid #b9c5d9;
|
|
border-right: 4px solid #b9c5d9;
|
|
border-bottom: 4px solid #b9c5d9;
|
|
}
|
|
.frame_dropping_titles_box {
|
|
width: 230px;
|
|
padding: 5px;
|
|
margin: 0px auto 0px auto;
|
|
height: 15px;
|
|
text-align: center;
|
|
background-color: white;
|
|
}
|
|
.moving {
|
|
cursor: pointer;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
width: 230px;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
.handle {
|
|
width: 230px;
|
|
padding: 5px;
|
|
margin: 0 auto 10px auto;
|
|
border: 1px solid black;
|
|
height: 15px;
|
|
text-align: center;
|
|
overflow: hidden;
|
|
background-color: white;
|
|
} |