Pobrisani resources iz brancha produkcija
This commit is contained in:
parent
0ffc82b55f
commit
fd144d1938
@ -1,196 +0,0 @@
|
|||||||
/*
|
|
||||||
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 : 21-Aug-2018, 10:36:23
|
|
||||||
Author : podkrizniku
|
|
||||||
*/
|
|
||||||
|
|
||||||
#globalSetingsLinks {
|
|
||||||
float: left;
|
|
||||||
z-index: 78;
|
|
||||||
display: inline-block;
|
|
||||||
width: 220px;
|
|
||||||
font-size: 13px;
|
|
||||||
padding: 0px;
|
|
||||||
margin: 0 20px 0 0;
|
|
||||||
h2 {
|
|
||||||
padding: 0px;
|
|
||||||
margin: 0 20px 0 0;
|
|
||||||
padding: 2px;
|
|
||||||
font-size: 14px;
|
|
||||||
font-weight: 600;
|
|
||||||
}
|
|
||||||
ul {
|
|
||||||
padding: 5px;
|
|
||||||
margin: 0px;
|
|
||||||
|
|
||||||
list-style: none;
|
|
||||||
|
|
||||||
li {
|
|
||||||
padding: 4px 0px 4px 20px;
|
|
||||||
border-bottom: 1px $grey_super_light solid;
|
|
||||||
color: $orange;
|
|
||||||
font-weight: normal;
|
|
||||||
a {
|
|
||||||
color: $strong_blue;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
li.highlightLineTab {
|
|
||||||
color: $orange;
|
|
||||||
font-weight: normal;
|
|
||||||
/*background-image: url("../../../admin/survey/img_new/arrow1_orange.png");
|
|
||||||
background-position: 200px 9px;
|
|
||||||
background-repeat: no-repeat;*/
|
|
||||||
a {
|
|
||||||
color: $orange;
|
|
||||||
font-weight: normal;
|
|
||||||
span {
|
|
||||||
color: $orange;
|
|
||||||
font-weight: 500;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
li.nonhighlight {
|
|
||||||
a {
|
|
||||||
&:hover {
|
|
||||||
color: $orange;
|
|
||||||
font-weight: normal;
|
|
||||||
span {
|
|
||||||
color: $orange;
|
|
||||||
font-weight: normal;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
span.extended{
|
|
||||||
color: $orange;
|
|
||||||
font-weight: 500;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
li.highlightLineTab.navi_tracking {
|
|
||||||
background-image: none !important;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
ul#sub_navi_alert {
|
|
||||||
li {
|
|
||||||
padding-left: 30px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
ul#sub_navi_tracking {
|
|
||||||
li {
|
|
||||||
padding-left: 30px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/* sub settings (under second navigation) */
|
|
||||||
#topSettingsHolder {
|
|
||||||
position: relative;
|
|
||||||
box-sizing: border-box;
|
|
||||||
|
|
||||||
width: 100%;
|
|
||||||
height: 42px;
|
|
||||||
margin: 0;
|
|
||||||
padding: 6px 15px 5px 40px;
|
|
||||||
|
|
||||||
color: $strong_blue;
|
|
||||||
|
|
||||||
border-bottom: 1px $soft_blue solid;
|
|
||||||
|
|
||||||
.borderLeft {
|
|
||||||
padding-left: 20px;
|
|
||||||
border-left: 1px dotted $soft_blue;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
#additional_navigation {
|
|
||||||
position: relative;
|
|
||||||
display: inline-block;
|
|
||||||
float: left;
|
|
||||||
|
|
||||||
width: auto;
|
|
||||||
margin: 9px 0px 0 0;
|
|
||||||
|
|
||||||
background: 0;
|
|
||||||
|
|
||||||
a {
|
|
||||||
span {
|
|
||||||
padding: 2px 50px 2px 0;
|
|
||||||
font-size: 12px;
|
|
||||||
font-weight: 500;
|
|
||||||
color: $strong_blue;
|
|
||||||
}
|
|
||||||
&:hover {
|
|
||||||
span {
|
|
||||||
color: $orange;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
span.active {
|
|
||||||
color: $orange;
|
|
||||||
background: 0;
|
|
||||||
}
|
|
||||||
span.faicon.arrow_back {
|
|
||||||
padding: 0;
|
|
||||||
line-height: 0px;
|
|
||||||
margin-right: 40px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
/*checkboxes dropdown*/
|
|
||||||
#toggleDataCheckboxes {
|
|
||||||
cursor: pointer;
|
|
||||||
position: relative;
|
|
||||||
display: inline-block;
|
|
||||||
width: auto;
|
|
||||||
padding: 2px 40px !important;
|
|
||||||
margin: 0 0 0 0;
|
|
||||||
font-weight: 500;
|
|
||||||
&:hover {
|
|
||||||
color: $orange !important;
|
|
||||||
}
|
|
||||||
span {
|
|
||||||
margin-right: 3px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
#toggleDataCheckboxes2 {
|
|
||||||
cursor: pointer;
|
|
||||||
margin: 0 0 10px 10px;
|
|
||||||
|
|
||||||
color: $strong_blue;
|
|
||||||
|
|
||||||
&:hover {
|
|
||||||
color: $orange !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.faicon{
|
|
||||||
vertical-align: -2px;
|
|
||||||
padding-right: 5px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
#dataSettingsCheckboxes {
|
|
||||||
width: calc(100% + 50px);
|
|
||||||
|
|
||||||
padding: 10px 10px 18px 20px;
|
|
||||||
margin: -30px 0 20px -40px;
|
|
||||||
|
|
||||||
background-color: $soft_blue_very_lighten;
|
|
||||||
border-bottom: 1px solid $soft_blue;
|
|
||||||
|
|
||||||
#toggleDataCheckboxes {
|
|
||||||
clear: both;
|
|
||||||
float: none;
|
|
||||||
margin: 0 0 10px 0;
|
|
||||||
span {
|
|
||||||
margin-bottom: 2px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
&:not(.paraAnalysisGraph) {
|
|
||||||
height: 80px;
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,59 +0,0 @@
|
|||||||
/*
|
|
||||||
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.
|
|
||||||
|
|
||||||
SASS poženemo
|
|
||||||
sass --style=compressed admin.scss ../../../public/css/admin.css
|
|
||||||
|
|
||||||
*/
|
|
||||||
/*
|
|
||||||
Created on : 18-Jul-2018, 10:11:58
|
|
||||||
Author : podkrizniku
|
|
||||||
*/
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// colors
|
|
||||||
@import "variables";
|
|
||||||
// Samo za Gorenje instalacijo
|
|
||||||
//@import "modules/gorenje";
|
|
||||||
|
|
||||||
|
|
||||||
@import "basic/basic";
|
|
||||||
@import "header";
|
|
||||||
@import "footer";
|
|
||||||
@import "navigation";
|
|
||||||
@import "icons/icons";
|
|
||||||
|
|
||||||
@import "popup/popup";
|
|
||||||
@import "new_survey_page/new_survey_page";
|
|
||||||
@import "main_page/main_page";
|
|
||||||
@import "pagination";
|
|
||||||
@import "Settings/settings";
|
|
||||||
@import "notifications";
|
|
||||||
@import "branching/branching";
|
|
||||||
@import "users";
|
|
||||||
@import "other";
|
|
||||||
@import "library";
|
|
||||||
@import "publish/publish";
|
|
||||||
@import "comments";
|
|
||||||
@import "data/data";
|
|
||||||
@import "testing";
|
|
||||||
@import "survey_settings/survey_settings";
|
|
||||||
@import "analysis/analysis";
|
|
||||||
@import "missing_values";
|
|
||||||
@import "dashboard/dashboard";
|
|
||||||
@import "jquery";
|
|
||||||
@import "telephone";
|
|
||||||
@import "survey_respondents";
|
|
||||||
@import "slideshow";
|
|
||||||
@import "activities";
|
|
||||||
|
|
||||||
@import "payments";
|
|
||||||
@import "modules/modules";
|
|
||||||
|
|
||||||
@import "media";
|
|
||||||
@import "TODO";
|
|
||||||
|
|
||||||
@import "mobile/mobile";
|
|
@ -1,341 +0,0 @@
|
|||||||
/*
|
|
||||||
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 : 24-Jul-2018, 12:04:21
|
|
||||||
Author : podkrizniku
|
|
||||||
*/
|
|
||||||
|
|
||||||
$main_text: $grey_super_dark;
|
|
||||||
$link_grey: $grey_dark;
|
|
||||||
$main_background: white;
|
|
||||||
$select_background: white;
|
|
||||||
$fieldset_border: #E6E6E6;
|
|
||||||
|
|
||||||
html {
|
|
||||||
height: 100%;
|
|
||||||
background-color: $main_background;
|
|
||||||
}
|
|
||||||
body {
|
|
||||||
position: relative;
|
|
||||||
height: 100%;
|
|
||||||
|
|
||||||
margin: 0px;
|
|
||||||
padding: 0px;
|
|
||||||
background-color: $main_background;
|
|
||||||
color: $main_text;
|
|
||||||
font-size: 12px;
|
|
||||||
|
|
||||||
p.ui-draggable-dragging {
|
|
||||||
background-color: white;
|
|
||||||
padding: 5px;
|
|
||||||
width: 200px;
|
|
||||||
border: 1px solid gray;
|
|
||||||
z-index: 100;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.folder_container.ui-draggable-dragging {
|
|
||||||
background-color: white;
|
|
||||||
padding: 5px;
|
|
||||||
border: 1px solid gray;
|
|
||||||
width: 200px;
|
|
||||||
height: 16px;
|
|
||||||
line-height: 16px;
|
|
||||||
overflow: hidden;
|
|
||||||
z-index: 100;
|
|
||||||
div.folder_right {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
span.new_spr.ui-draggable-dragging {
|
|
||||||
background-color: white;
|
|
||||||
padding: 5px;
|
|
||||||
border: 1px solid gray;
|
|
||||||
width: 200px;
|
|
||||||
height: 16px;
|
|
||||||
line-height: 16px;
|
|
||||||
overflow: hidden;
|
|
||||||
z-index: 100;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
h1 {
|
|
||||||
font-size: 20px;
|
|
||||||
color: $strong_blue;
|
|
||||||
}
|
|
||||||
h2 {
|
|
||||||
font-size: 16px;
|
|
||||||
font-weight: 600;
|
|
||||||
color: $strong_blue;
|
|
||||||
}
|
|
||||||
h3 {
|
|
||||||
font-size: 12px;
|
|
||||||
font-weight: normal;
|
|
||||||
}
|
|
||||||
h4 {
|
|
||||||
font-weight: 600;
|
|
||||||
font-size: 14px;
|
|
||||||
}
|
|
||||||
a {
|
|
||||||
cursor: pointer;
|
|
||||||
display: inline;
|
|
||||||
|
|
||||||
color: $strong_blue;
|
|
||||||
text-decoration: none;
|
|
||||||
|
|
||||||
&:hover {
|
|
||||||
color: $orange;
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
img {
|
|
||||||
border: none;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
img {
|
|
||||||
border: none;
|
|
||||||
vertical-align: text-bottom;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*for bottom spacing between elements mainly in settings*/
|
|
||||||
fieldset {
|
|
||||||
margin: 10px 10px 25px 10px;
|
|
||||||
padding: 5px 15px 10px 15px;
|
|
||||||
|
|
||||||
color: $main_text;
|
|
||||||
|
|
||||||
border: 1px solid $fieldset_border;
|
|
||||||
|
|
||||||
a {
|
|
||||||
span {
|
|
||||||
color: $strong_blue;
|
|
||||||
text-decoration: none;
|
|
||||||
cursor: pointer;
|
|
||||||
display: inline;
|
|
||||||
}
|
|
||||||
&:hover {
|
|
||||||
span {
|
|
||||||
color: $orange;
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
span {
|
|
||||||
/*margin-bottom: 1px;*/
|
|
||||||
|
|
||||||
color: $main_text;
|
|
||||||
font-weight: normal;
|
|
||||||
}
|
|
||||||
select {
|
|
||||||
margin-bottom: 1px;
|
|
||||||
}
|
|
||||||
input[type=text] {
|
|
||||||
margin-bottom: 1px;
|
|
||||||
}
|
|
||||||
input[type=radio] {
|
|
||||||
margin-bottom: 1px;
|
|
||||||
}
|
|
||||||
|
|
||||||
p{
|
|
||||||
input[type=text] {
|
|
||||||
margin-bottom: 0;
|
|
||||||
}
|
|
||||||
label {
|
|
||||||
display: inline-block;
|
|
||||||
margin-bottom: 0;
|
|
||||||
}
|
|
||||||
input[type=radio] {
|
|
||||||
margin-bottom: 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
label {
|
|
||||||
display: inline-block;
|
|
||||||
margin-bottom: 1px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ker IE nardi razmake */
|
|
||||||
form {
|
|
||||||
padding: 0px;
|
|
||||||
margin: 0px;
|
|
||||||
}
|
|
||||||
label {
|
|
||||||
cursor: pointer;
|
|
||||||
vertical-align: middle;
|
|
||||||
input {
|
|
||||||
vertical-align: top;
|
|
||||||
vertical-align: middle;
|
|
||||||
vertical-align: text-bottom;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
legend {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0 10px;
|
|
||||||
color: $strong_blue;
|
|
||||||
font-weight: 500;
|
|
||||||
font-size: 13px;
|
|
||||||
background-color: $main_background;
|
|
||||||
}
|
|
||||||
legend.red {
|
|
||||||
font-size: 14px;
|
|
||||||
}
|
|
||||||
table {
|
|
||||||
th {
|
|
||||||
font-weight: 500;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
input {
|
|
||||||
vertical-align: middle;
|
|
||||||
font-size: 12px;
|
|
||||||
}
|
|
||||||
select {
|
|
||||||
cursor: pointer;
|
|
||||||
vertical-align: middle;
|
|
||||||
height: 22px;
|
|
||||||
|
|
||||||
font-size: 12px !important;
|
|
||||||
color: $main_text !important;
|
|
||||||
|
|
||||||
background: $select_background;
|
|
||||||
background-color: $select_background;
|
|
||||||
|
|
||||||
border: 1px $soft_blue solid !important;
|
|
||||||
border-radius: 4px 0px 0px 4px;
|
|
||||||
-moz-border-radius: 4px 0px 0px 4px;
|
|
||||||
-webkit-border-radius: 4px 0px 0px 4px;
|
|
||||||
}
|
|
||||||
textarea {
|
|
||||||
vertical-align: middle;
|
|
||||||
font-size: 12px;
|
|
||||||
color: $main_text !important;
|
|
||||||
width: 40%;
|
|
||||||
border: 1px solid #c6c6c6 !important;
|
|
||||||
&:not(disabled) {
|
|
||||||
background: #ffffff;
|
|
||||||
}
|
|
||||||
&:disabled {
|
|
||||||
background: #eeeeee;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
button {
|
|
||||||
vertical-align: middle;
|
|
||||||
font-size: 9px;
|
|
||||||
}
|
|
||||||
input[type="text"] {
|
|
||||||
color: $main_text !important;
|
|
||||||
border: 1px solid #c6c6c6 !important;
|
|
||||||
&:not(disabled) {
|
|
||||||
background: #ffffff;
|
|
||||||
}
|
|
||||||
&:disabled {
|
|
||||||
background: #eeeeee;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
input[type="number"] {
|
|
||||||
color: $main_text !important;
|
|
||||||
border: 1px solid #c6c6c6 !important;
|
|
||||||
background: #ffffff;
|
|
||||||
padding: 3px 0 3px 3px;
|
|
||||||
}
|
|
||||||
iframe {
|
|
||||||
border: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/*main div element (parent of #anketa and #anketa_active)*/
|
|
||||||
#main_holder{
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
justify-content: space-between;
|
|
||||||
|
|
||||||
height: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
#main {
|
|
||||||
padding: 0;
|
|
||||||
margin: 0;
|
|
||||||
border: 0;
|
|
||||||
|
|
||||||
flex-grow: 1;
|
|
||||||
|
|
||||||
#anketa {
|
|
||||||
border: 0;
|
|
||||||
padding: 0px 0px 0px 0px;
|
|
||||||
margin: 0px 0px 0px 0px;
|
|
||||||
|
|
||||||
#anketa_edit{
|
|
||||||
box-sizing: border-box;
|
|
||||||
display: flex;
|
|
||||||
flex-direction: row;
|
|
||||||
|
|
||||||
width: 100%;
|
|
||||||
|
|
||||||
padding: 30px 40px 40px 30px;
|
|
||||||
|
|
||||||
.anketa_edit_left{
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
|
|
||||||
margin-right: 20px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.anketa_edit_main{
|
|
||||||
flex-grow: 1;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
div {
|
|
||||||
.folder_container {
|
|
||||||
height: 17px;
|
|
||||||
padding: 3px;
|
|
||||||
margin: 3px;
|
|
||||||
overflow: hidden;
|
|
||||||
}
|
|
||||||
.folder_right {
|
|
||||||
float: left;
|
|
||||||
width: 100px;
|
|
||||||
text-align: left;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
span.opombe {
|
|
||||||
color: $grey_normal;
|
|
||||||
height: 17px;
|
|
||||||
width: auto;
|
|
||||||
font-size: 12px;
|
|
||||||
span {
|
|
||||||
font-size: 16px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
ul {
|
|
||||||
list-style: none;
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
ul.first {
|
|
||||||
margin-top: 10px;
|
|
||||||
}
|
|
||||||
li {
|
|
||||||
.anketa {
|
|
||||||
margin: 0;
|
|
||||||
padding-left: 14px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
ul.number_list {
|
|
||||||
list-style-type: decimal;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@import "basic_font";
|
|
||||||
@import "basic_classes";
|
|
||||||
@import "basic_buttons";
|
|
||||||
@import "basic_color_classes";
|
|
@ -1,454 +0,0 @@
|
|||||||
/*
|
|
||||||
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, 09:55:43
|
|
||||||
Author : podkrizniku
|
|
||||||
*/
|
|
||||||
|
|
||||||
.editor_display {
|
|
||||||
width: 98%;
|
|
||||||
background-color: #eee;
|
|
||||||
border: 1px solid #cccccc;
|
|
||||||
border-bottom: 0;
|
|
||||||
}
|
|
||||||
.editor_display_small {
|
|
||||||
padding-left: 5px;
|
|
||||||
}
|
|
||||||
.spremenljivka {
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
.add-variable-mobile {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
.add-variable {
|
|
||||||
display: none;
|
|
||||||
position: absolute;
|
|
||||||
left: 59px;
|
|
||||||
bottom: 4px;
|
|
||||||
span {
|
|
||||||
position: relative;
|
|
||||||
top: 1px;
|
|
||||||
margin-right: 5px !important;
|
|
||||||
}
|
|
||||||
a {
|
|
||||||
//color: $grey_normal;
|
|
||||||
color: $strong_blue;
|
|
||||||
&:hover{
|
|
||||||
color: $orange;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.tip_6 {
|
|
||||||
left: 52px;
|
|
||||||
}
|
|
||||||
.tip_16 {
|
|
||||||
left: 52px;
|
|
||||||
}
|
|
||||||
.tip_19 {
|
|
||||||
left: 52px;
|
|
||||||
}
|
|
||||||
.tip_20 {
|
|
||||||
left: 52px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.locked {
|
|
||||||
.add-variable {
|
|
||||||
display: none !important;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.spremenljivka_content {
|
|
||||||
margin: 2px 0px 10px 0px;
|
|
||||||
padding: 0px;
|
|
||||||
color: $grey_super_dark;
|
|
||||||
|
|
||||||
background-color: white;
|
|
||||||
border: 1px solid $soft_blue;
|
|
||||||
|
|
||||||
&:hover {
|
|
||||||
.add-variable {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
background-color: white;
|
|
||||||
}
|
|
||||||
h3 {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
border: 0;
|
|
||||||
p {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
border: 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
form {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
border: 0;
|
|
||||||
}
|
|
||||||
p {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
border: 0;
|
|
||||||
padding: 3px;
|
|
||||||
}
|
|
||||||
input {
|
|
||||||
vertical-align: text-top;
|
|
||||||
}
|
|
||||||
div[contenteditable] {
|
|
||||||
cursor: text;
|
|
||||||
min-height: 16px;
|
|
||||||
p {
|
|
||||||
margin: 0 0;
|
|
||||||
padding: 3px 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
div[contenteditable=true] {
|
|
||||||
border: 1px solid transparent;
|
|
||||||
&:hover {
|
|
||||||
background-color: $soft_blue_very_lighten;
|
|
||||||
border: 1px solid $soft_blue_lighten;
|
|
||||||
}
|
|
||||||
&:focus {
|
|
||||||
background-color: $soft_blue_very_lighten;
|
|
||||||
border: 1px dashed silver;
|
|
||||||
-webkit-border-radius: 3px;
|
|
||||||
-moz-border-radius: 3px;
|
|
||||||
border-radius: 3px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.spr_editing {
|
|
||||||
.spremenljivka_content {
|
|
||||||
.add-variable {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.content_div_normalmode {
|
|
||||||
padding-bottom: 10px;
|
|
||||||
}
|
|
||||||
.grid-plus-minus {
|
|
||||||
visibility: visible;
|
|
||||||
}
|
|
||||||
.sub-table {
|
|
||||||
display: table-row;
|
|
||||||
}
|
|
||||||
div[contenteditable][default="1"] {
|
|
||||||
color: $grey_light;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.spremenljivka_tekst_form {
|
|
||||||
padding: 10px 5px 5px 10px;
|
|
||||||
}
|
|
||||||
.spremenljivka_tip_content {
|
|
||||||
padding: 5px 5px 5px 10px;
|
|
||||||
}
|
|
||||||
.content_div_normalmode {
|
|
||||||
position: relative;
|
|
||||||
padding: 10px 5px 20px;
|
|
||||||
overflow: hidden;
|
|
||||||
}
|
|
||||||
.naslov {
|
|
||||||
width: auto;
|
|
||||||
min-width: 100px;
|
|
||||||
display: block;
|
|
||||||
padding-top: 3px;
|
|
||||||
}
|
|
||||||
#variable_holder {
|
|
||||||
.variabla_limit{
|
|
||||||
width:auto !important;
|
|
||||||
color: $orange_darken;
|
|
||||||
margin-top: 6px;
|
|
||||||
display:inline-block;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.variable_holder {
|
|
||||||
padding: 0px 0px 0px 30px;
|
|
||||||
vertical-align: top;
|
|
||||||
margin: 0px;
|
|
||||||
display: block;
|
|
||||||
clear: both;
|
|
||||||
select {
|
|
||||||
margin-top: 5px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.variable_holder.clr {
|
|
||||||
height: auto;
|
|
||||||
}
|
|
||||||
div.spremenljivka_content.orientation_ob {
|
|
||||||
.variable_holder {
|
|
||||||
clear: none;
|
|
||||||
}
|
|
||||||
div.variabla {
|
|
||||||
clear: none;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
div.spremenljivka_content {
|
|
||||||
h3 {
|
|
||||||
p {
|
|
||||||
padding: 3px 3px 3px 3px;
|
|
||||||
margin: 0;
|
|
||||||
padding-top: 3px;
|
|
||||||
padding-bottom: 3px;
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
span.inline {
|
|
||||||
visibility: hidden;
|
|
||||||
cursor: pointer;
|
|
||||||
float: left;
|
|
||||||
}
|
|
||||||
div.variabla {
|
|
||||||
input {
|
|
||||||
float: left;
|
|
||||||
margin-top: 5px;
|
|
||||||
}
|
|
||||||
clear: both;
|
|
||||||
padding: 2px 5px;
|
|
||||||
min-height: 22px;
|
|
||||||
.move_updown_orange {
|
|
||||||
margin-top: 5px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
span.inline_edit {
|
|
||||||
float: right;
|
|
||||||
margin: 0 3px;
|
|
||||||
}
|
|
||||||
span.inline_delete {
|
|
||||||
float: right;
|
|
||||||
margin: 0 3px;
|
|
||||||
}
|
|
||||||
span.inline_if_not {
|
|
||||||
float: right;
|
|
||||||
margin: -2px 3px 0 3px;
|
|
||||||
}
|
|
||||||
span.inline_if_follow {
|
|
||||||
float: right;
|
|
||||||
margin: -3px 3px 0 3px;
|
|
||||||
}
|
|
||||||
span.inline_hidden {
|
|
||||||
float: right;
|
|
||||||
margin: 0 3px;
|
|
||||||
}
|
|
||||||
span.correct {
|
|
||||||
float: right;
|
|
||||||
margin: 0 3px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
li.spr.spr_editing {
|
|
||||||
div.spremenljivka_content.orientation_ob {
|
|
||||||
.variable_holder {
|
|
||||||
clear: both;
|
|
||||||
}
|
|
||||||
div.variabla {
|
|
||||||
clear: both;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
div.preview_mode {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
div.edit_mode {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
td.preview_mode {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
thead.edit_mode {
|
|
||||||
display: table-header-group;
|
|
||||||
}
|
|
||||||
.editingOnly {
|
|
||||||
visibility: visible;
|
|
||||||
}
|
|
||||||
div.spremenljivka_content.orientation_pod {
|
|
||||||
div.variabla {
|
|
||||||
clear: both;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
div.stolpci {
|
|
||||||
float: none;
|
|
||||||
width: auto !important;
|
|
||||||
span.inline_delete {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
span.inline_edit {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.spremenljivka_info {
|
|
||||||
font-size: 9px;
|
|
||||||
color: #666666;
|
|
||||||
padding: 2px;
|
|
||||||
clear: both;
|
|
||||||
padding: 2px 15px;
|
|
||||||
}
|
|
||||||
div.naslov_inline {
|
|
||||||
min-width: 50px;
|
|
||||||
padding: 2px 15px;
|
|
||||||
margin-bottom: 2px;
|
|
||||||
}
|
|
||||||
div.variable_inline {
|
|
||||||
display: none;
|
|
||||||
float: left;
|
|
||||||
width: 30px;
|
|
||||||
padding: 2px 15px;
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
span.display_editor {
|
|
||||||
position: absolute;
|
|
||||||
right: 10px;
|
|
||||||
top: 11px;
|
|
||||||
cursor: pointer;
|
|
||||||
visibility: hidden;
|
|
||||||
}
|
|
||||||
.spr.spr_editing {
|
|
||||||
span.display_editor {
|
|
||||||
visibility: visible;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.spr {
|
|
||||||
span.display_editor.show {
|
|
||||||
visibility: visible;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
/*div.naslov {
|
|
||||||
textarea.inline {
|
|
||||||
width: 99%;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
div.variabla {
|
|
||||||
textarea.inline {
|
|
||||||
min-height: 11px;
|
|
||||||
min-width: 50%;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
td.grid_question {
|
|
||||||
textarea.inline {
|
|
||||||
height: 11px;
|
|
||||||
width: 90%;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
td.grid_header {
|
|
||||||
textarea.inline {
|
|
||||||
width: 99%;
|
|
||||||
height: 22px;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
}*/
|
|
||||||
div.spremenljivka_content.orientation_pod {
|
|
||||||
div.variabla {
|
|
||||||
clear: none;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
li.spr_editing {
|
|
||||||
div.spremenljivka_content {
|
|
||||||
div.variabla {
|
|
||||||
span.inline {
|
|
||||||
visibility: visible;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
table.grid_header_table {
|
|
||||||
span.inline {
|
|
||||||
visibility: visible;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
li {
|
|
||||||
div.spremenljivka_content {
|
|
||||||
div.variabla {
|
|
||||||
span.inline.show {
|
|
||||||
visibility: visible;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
span.inline_move {
|
|
||||||
margin: 2px 8px 0 3px;
|
|
||||||
}
|
|
||||||
span.image_upload {
|
|
||||||
margin-top: 4px;
|
|
||||||
margin-left: 8px;
|
|
||||||
margin-right: 4px;
|
|
||||||
float: left;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
/*settings marks of question in top left corner (reminders, system,...)*/
|
|
||||||
#spr_settings {
|
|
||||||
float: left;
|
|
||||||
width: auto;
|
|
||||||
padding-top: 4px;
|
|
||||||
vertical-align: bottom;
|
|
||||||
.lock_holder {
|
|
||||||
position: absolute;
|
|
||||||
right: 15px;
|
|
||||||
top: 6px;
|
|
||||||
}
|
|
||||||
span {
|
|
||||||
img {
|
|
||||||
padding-left: 5px;
|
|
||||||
vertical-align: bottom;
|
|
||||||
}
|
|
||||||
vertical-align: bottom;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
#spr_settings_intro_concl {
|
|
||||||
float: left;
|
|
||||||
width: auto;
|
|
||||||
vertical-align: bottom;
|
|
||||||
padding-left: 10px;
|
|
||||||
img {
|
|
||||||
padding-left: 10px;
|
|
||||||
padding-top: 3px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
table.text_vrednost {
|
|
||||||
text-align: center;
|
|
||||||
font-size: 10px;
|
|
||||||
}
|
|
||||||
div.vrednost_inline {
|
|
||||||
float: left;
|
|
||||||
max-width: 80%;
|
|
||||||
min-width: 160px;
|
|
||||||
padding: 2px 15px;
|
|
||||||
}
|
|
||||||
.spremenljivka_settings {
|
|
||||||
padding: 3px 5px 3px 5px;
|
|
||||||
background-color: $soft_blue_very_lighten;
|
|
||||||
min-height: 24px;
|
|
||||||
}
|
|
||||||
.spremenljivka_settings.movable {
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
.spremenljivka_settings_active {
|
|
||||||
background-color: $soft_blue_very_lighten;
|
|
||||||
}
|
|
||||||
.variable_name {
|
|
||||||
float: left;
|
|
||||||
font-size: 14px;
|
|
||||||
padding: 2px 10px 2px 5px;
|
|
||||||
color: $grey_normal;
|
|
||||||
font-weight: 500;
|
|
||||||
}
|
|
||||||
.variable {
|
|
||||||
color: $grey_normal;
|
|
||||||
font-weight: 500;
|
|
||||||
}
|
|
||||||
.spr_edit {
|
|
||||||
z-index: 5;
|
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
right: 0;
|
|
||||||
margin-right: 10px;
|
|
||||||
padding-top: 7px;
|
|
||||||
}
|
|
||||||
.comment_container_inline {
|
|
||||||
margin: 0px;
|
|
||||||
padding: 4px 15px;
|
|
||||||
background-color: $soft_blue_very_lighten;
|
|
||||||
border-top: 1px solid $soft_blue;
|
|
||||||
a.surveycomment {
|
|
||||||
font-size: 10px;
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,243 +0,0 @@
|
|||||||
/*
|
|
||||||
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 : 01-Aug-2018, 12:52:20
|
|
||||||
Author : podkrizniku
|
|
||||||
*/
|
|
||||||
|
|
||||||
#toolbox_basic {
|
|
||||||
div.new_adv {
|
|
||||||
cursor: default;
|
|
||||||
cursor: pointer;
|
|
||||||
margin: 0px 1px;
|
|
||||||
padding: 8px 4px;
|
|
||||||
text-align: center;
|
|
||||||
background-color: $orange_darken;
|
|
||||||
background-repeat: repeat-y;
|
|
||||||
}
|
|
||||||
p {
|
|
||||||
img {
|
|
||||||
cursor: move;
|
|
||||||
}
|
|
||||||
margin: 10px 3px 3px;
|
|
||||||
span.sprites {
|
|
||||||
margin-right: 2px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.handle {
|
|
||||||
color: $red_error;
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
p.left {
|
|
||||||
overflow: hidden;
|
|
||||||
margin-left: 0;
|
|
||||||
margin-right: 0;
|
|
||||||
padding-left: 9px;
|
|
||||||
padding-right: 2px;
|
|
||||||
}
|
|
||||||
p.right {
|
|
||||||
overflow: hidden;
|
|
||||||
margin-left: 0;
|
|
||||||
margin-right: 0;
|
|
||||||
padding-left: 9px;
|
|
||||||
padding-right: 2px;
|
|
||||||
}
|
|
||||||
p.whole {
|
|
||||||
overflow: hidden;
|
|
||||||
margin-left: 0;
|
|
||||||
margin-right: 0;
|
|
||||||
padding-left: 2%;
|
|
||||||
padding-right: 2%;
|
|
||||||
margin-top: 6px;
|
|
||||||
}
|
|
||||||
position: fixed;
|
|
||||||
z-index: 50;
|
|
||||||
top: 255px;
|
|
||||||
left: 1px;
|
|
||||||
height: 335px;
|
|
||||||
width: 50px;
|
|
||||||
background-color: $strong_blue;
|
|
||||||
border: 0;
|
|
||||||
p.new_spr {
|
|
||||||
cursor: pointer;
|
|
||||||
margin: 0px 1px;
|
|
||||||
padding: 8px 4px;
|
|
||||||
text-align: center;
|
|
||||||
&:hover {
|
|
||||||
background-color: darken($strong_blue, 7%);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
p.new_if {
|
|
||||||
cursor: pointer;
|
|
||||||
margin: 0px 1px;
|
|
||||||
padding: 8px 4px;
|
|
||||||
text-align: center;
|
|
||||||
&:hover {
|
|
||||||
background-color: darken($strong_blue, 7%);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
p.new_pb {
|
|
||||||
cursor: pointer;
|
|
||||||
margin: 0px 1px;
|
|
||||||
padding: 8px 4px;
|
|
||||||
text-align: center;
|
|
||||||
&:hover {
|
|
||||||
background-color: darken($strong_blue, 7%);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
p.new_block {
|
|
||||||
cursor: pointer;
|
|
||||||
margin: 0px 1px;
|
|
||||||
padding: 8px 4px;
|
|
||||||
text-align: center;
|
|
||||||
&:hover {
|
|
||||||
background-color: darken($strong_blue, 7%);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
#toolbox_add_advanced {
|
|
||||||
display: none;
|
|
||||||
cursor: auto;
|
|
||||||
z-index: -1;
|
|
||||||
position: fixed;
|
|
||||||
top: 218px;
|
|
||||||
left: 55px;
|
|
||||||
width: 495px;
|
|
||||||
height: auto;
|
|
||||||
min-height: 100px;
|
|
||||||
padding: 0px 10px 10px 10px;
|
|
||||||
background-color: $soft_blue_very_lighten;
|
|
||||||
text-align: left;
|
|
||||||
border: 1px solid $soft_blue;
|
|
||||||
p.toolbox_add_title {
|
|
||||||
color: $strong_blue;
|
|
||||||
font-weight: 600;
|
|
||||||
font-size: 14px;
|
|
||||||
}
|
|
||||||
p.new_spr {
|
|
||||||
&:hover {
|
|
||||||
background-color: $soft_blue_lighten;
|
|
||||||
}
|
|
||||||
float: left;
|
|
||||||
cursor: pointer;
|
|
||||||
width: 150px;
|
|
||||||
margin: 1px 0px 1px 1px;
|
|
||||||
padding: 4px 7px;
|
|
||||||
text-align: left;
|
|
||||||
}
|
|
||||||
p.new_loop {
|
|
||||||
&:hover {
|
|
||||||
background-color: $soft_blue_lighten;
|
|
||||||
}
|
|
||||||
float: left;
|
|
||||||
cursor: pointer;
|
|
||||||
width: 150px;
|
|
||||||
margin: 1px 0px 1px 1px;
|
|
||||||
padding: 4px 7px;
|
|
||||||
text-align: left;
|
|
||||||
}
|
|
||||||
.holder {
|
|
||||||
width: 33%;
|
|
||||||
float: left;
|
|
||||||
border: 0;
|
|
||||||
background: 0;
|
|
||||||
}
|
|
||||||
p.new_question {
|
|
||||||
text-align: left;
|
|
||||||
}
|
|
||||||
.new_spr_spacer {
|
|
||||||
float: left;
|
|
||||||
cursor: pointer;
|
|
||||||
width: 150px;
|
|
||||||
margin: 1px 0px 1px 1px;
|
|
||||||
padding: 4px 7px;
|
|
||||||
text-align: left;
|
|
||||||
cursor: auto;
|
|
||||||
height: 18px;
|
|
||||||
}
|
|
||||||
p.naslov {
|
|
||||||
float: left;
|
|
||||||
width: 150px;
|
|
||||||
margin: 10px 0 3px 0;
|
|
||||||
padding: 0 5px 0px 2px;
|
|
||||||
font-size: 13px;
|
|
||||||
font-weight: 600;
|
|
||||||
text-align: left;
|
|
||||||
}
|
|
||||||
p {
|
|
||||||
span {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
#toolbox_advanced_settings {
|
|
||||||
position: fixed;
|
|
||||||
cursor: pointer;
|
|
||||||
top: 218px;
|
|
||||||
left: 1px;
|
|
||||||
width: 18px;
|
|
||||||
height: 19px;
|
|
||||||
padding: 5px 15px 6px;
|
|
||||||
background-color: $soft_blue_very_lighten;
|
|
||||||
border: 1px $soft_blue solid;
|
|
||||||
#toolbox_advanced_settings_holder {
|
|
||||||
display: none;
|
|
||||||
cursor: auto;
|
|
||||||
z-index: 99;
|
|
||||||
position: fixed;
|
|
||||||
top: 218px;
|
|
||||||
left: 55px;
|
|
||||||
width: auto;
|
|
||||||
height: auto;
|
|
||||||
min-height: 100px;
|
|
||||||
padding: 10px 20px 0 10px;
|
|
||||||
text-align: left;
|
|
||||||
font-size: 11px;
|
|
||||||
border: 1px solid $soft_blue;
|
|
||||||
background-color: $soft_blue_very_lighten;
|
|
||||||
span.advanced_settings_title {
|
|
||||||
vertical-align: middle;
|
|
||||||
padding: 0 0 0 2px;
|
|
||||||
color: $strong_blue;
|
|
||||||
font-weight: 600;
|
|
||||||
font-size: 12px;
|
|
||||||
}
|
|
||||||
span.advanced_setting {
|
|
||||||
display: inline-block;
|
|
||||||
text-align: center;
|
|
||||||
width: 20px;
|
|
||||||
padding: 3px 5px 0 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
#locked_toolbar {
|
|
||||||
position: absolute;
|
|
||||||
top: 1px;
|
|
||||||
left: 1px;
|
|
||||||
width: 45px;
|
|
||||||
height: 194px;
|
|
||||||
padding: 140px 0 0 3px;
|
|
||||||
background: rgba($strong_blue_darken, 0.85);
|
|
||||||
span.lock_big {
|
|
||||||
margin-left: 13px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
#toolbox_basic.forma {
|
|
||||||
#locked_toolbar {
|
|
||||||
height: 199px;
|
|
||||||
padding-top: 85px;
|
|
||||||
}
|
|
||||||
height: 266px;
|
|
||||||
top: 235px;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
.mobile_add_question{
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
.mobile_add_question_popup{
|
|
||||||
display: none;
|
|
||||||
}
|
|
@ -1,100 +0,0 @@
|
|||||||
/*
|
|
||||||
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 : 04-Aug-2018, 11:33:01
|
|
||||||
Author : podkrizniku
|
|
||||||
*/
|
|
||||||
|
|
||||||
#placeholder.komentarji{
|
|
||||||
margin: 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.comment {
|
|
||||||
font-style: italic;
|
|
||||||
color: $orange_very_darken;
|
|
||||||
width: auto;
|
|
||||||
padding-right: 10px;
|
|
||||||
padding-top: 3px;
|
|
||||||
display: block;
|
|
||||||
float: left;
|
|
||||||
}
|
|
||||||
.if_comment {
|
|
||||||
font-style: italic;
|
|
||||||
color: $grey_light;
|
|
||||||
width: auto;
|
|
||||||
margin: 0px 3px;
|
|
||||||
}
|
|
||||||
.spr_comment {
|
|
||||||
font-style: italic;
|
|
||||||
color: $grey_light;
|
|
||||||
width: auto;
|
|
||||||
margin: 0px 3px;
|
|
||||||
}
|
|
||||||
#quick_comments_link {
|
|
||||||
margin-bottom: 1px !important;
|
|
||||||
margin-left: 3px !important;
|
|
||||||
padding-bottom: 3px !important;
|
|
||||||
a {
|
|
||||||
span.link {
|
|
||||||
display: inline-block;
|
|
||||||
padding: 3px !important;
|
|
||||||
padding-bottom: 5px !important;
|
|
||||||
font-size: 11px;
|
|
||||||
vertical-align: top;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
#quick_comments_link.newCss {
|
|
||||||
height: 20px !important;
|
|
||||||
line-height: 20px !important;
|
|
||||||
text-align: center;
|
|
||||||
margin-top: 8px !important;
|
|
||||||
img {
|
|
||||||
vertical-align: middle;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.comments_on_alert {
|
|
||||||
margin-bottom: 10px;
|
|
||||||
|
|
||||||
a{
|
|
||||||
//color: white;
|
|
||||||
font-weight: 500;
|
|
||||||
|
|
||||||
&:hover{
|
|
||||||
color: $strong_blue_darken;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.comment_qtip_title_secondLine {
|
|
||||||
color: $grey_normal;
|
|
||||||
font-weight: normal !important;
|
|
||||||
padding-top: 5px;
|
|
||||||
}
|
|
||||||
#comment_question_note {
|
|
||||||
display: block;
|
|
||||||
width: auto;
|
|
||||||
margin-bottom: 15px;
|
|
||||||
margin-left: 5px;
|
|
||||||
padding: 5px 10px;
|
|
||||||
font-size: 15px;
|
|
||||||
background-color: $soft_blue_very_lighten;
|
|
||||||
border: 1px solid $soft_blue;
|
|
||||||
}
|
|
||||||
@mixin sub_settings_comments(){
|
|
||||||
|
|
||||||
|
|
||||||
}
|
|
||||||
#topSettingsHolder.komentarji,
|
|
||||||
#topSettingsHolder.komentarji_anketa {
|
|
||||||
|
|
||||||
#additional_navigation {
|
|
||||||
a {
|
|
||||||
span {
|
|
||||||
padding: 2px 0px 2px 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,348 +0,0 @@
|
|||||||
/*
|
|
||||||
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 : 18-Jul-2018, 10:11:27
|
|
||||||
Author : podkrizniku
|
|
||||||
*/
|
|
||||||
|
|
||||||
$anketa_title: $grey_normal;
|
|
||||||
$anketa_url_disabled: silver;
|
|
||||||
$anketa_url_enabled: $strong_blue;
|
|
||||||
$mail_unread: #ffffff;
|
|
||||||
$user_dropdown_text: #4d4d4d;
|
|
||||||
$header_background: #ffffff;
|
|
||||||
|
|
||||||
/*#enka_nav input[type="text"] {
|
|
||||||
width: 80px;
|
|
||||||
-webkit-transition: width 400ms ease;
|
|
||||||
-moz-transition: width 400ms ease;
|
|
||||||
-o-transition: width 400ms ease;
|
|
||||||
-ms-transition: width 400ms ease;
|
|
||||||
transition: width 400ms ease;
|
|
||||||
}
|
|
||||||
#enka_nav input[type="text"]:focus {
|
|
||||||
width: 200px;
|
|
||||||
}*/
|
|
||||||
|
|
||||||
.mobile_header{
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#logo {
|
|
||||||
position: absolute;
|
|
||||||
left: 15px;
|
|
||||||
top: 12px;
|
|
||||||
}
|
|
||||||
#enka_logo {
|
|
||||||
display: block;
|
|
||||||
|
|
||||||
background-image: url(../img/logo/1ka_slo.svg);
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
|
|
||||||
width: 72px;
|
|
||||||
height: 41px;
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
#enka_logo.english {
|
|
||||||
background-image: url(../img/logo/1ka_eng.svg);
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
}
|
|
||||||
body.body_anketa {
|
|
||||||
#logo {
|
|
||||||
left: 0px;
|
|
||||||
top: 0px;
|
|
||||||
width: 31px;
|
|
||||||
height: 42px;
|
|
||||||
padding: 12px 15px;
|
|
||||||
}
|
|
||||||
#enka_logo {
|
|
||||||
display: block;
|
|
||||||
|
|
||||||
background-image: url(../img/logo/1ka_slo.svg);
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
|
|
||||||
width: 72px;
|
|
||||||
height: 41px;
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
#enka_logo.english {
|
|
||||||
background-image: url(../img/logo/1ka_eng.svg);
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
}
|
|
||||||
#topLine2 {
|
|
||||||
margin: 0;
|
|
||||||
padding-left: 50px;
|
|
||||||
height: 66px;
|
|
||||||
font-size: 13px;
|
|
||||||
vertical-align: middle;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
#topLine2 {
|
|
||||||
margin: 0px;
|
|
||||||
height: 66px;
|
|
||||||
font-size: 13px;
|
|
||||||
.borderLeft {
|
|
||||||
padding-left: 10px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
#anketa_naslov {
|
|
||||||
display: inline-block;
|
|
||||||
margin-top: 21px;
|
|
||||||
padding: 0 0 0 55px;
|
|
||||||
font-size: 17px;
|
|
||||||
a {
|
|
||||||
color: $anketa_title;
|
|
||||||
text-decoration: none;
|
|
||||||
font-weight: 600;
|
|
||||||
|
|
||||||
padding-left: 15px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
#anketa_naslov.anketa_img_nav {
|
|
||||||
white-space: nowrap;
|
|
||||||
}
|
|
||||||
#anketa_url {
|
|
||||||
font-size: 15px;
|
|
||||||
color: $anketa_url_disabled;
|
|
||||||
img {
|
|
||||||
padding-right: 5px;
|
|
||||||
}
|
|
||||||
a {
|
|
||||||
color: $anketa_url_enabled !important;
|
|
||||||
font-weight: 400;
|
|
||||||
&:VISITED {
|
|
||||||
color: $anketa_url_enabled !important;
|
|
||||||
font-weight: 400;
|
|
||||||
}
|
|
||||||
&:HOVER {
|
|
||||||
color: $orange !important;
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.anketa_url_bottom {
|
|
||||||
font-size: 11px;
|
|
||||||
color: $anketa_url_disabled;
|
|
||||||
padding-left: 10px;
|
|
||||||
}
|
|
||||||
#anketa_aktivacija {
|
|
||||||
img {
|
|
||||||
padding-right: 5px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
#anketa_activation {
|
|
||||||
padding: 0 5px 0 15px;
|
|
||||||
}
|
|
||||||
.request-help {
|
|
||||||
margin-left: 10px;
|
|
||||||
}
|
|
||||||
.quick-settings {
|
|
||||||
margin-left: 10px;
|
|
||||||
}
|
|
||||||
#anketa_active {
|
|
||||||
height: auto;
|
|
||||||
width: auto;
|
|
||||||
min-width: 1002px;
|
|
||||||
|
|
||||||
background-color: $header_background;
|
|
||||||
}
|
|
||||||
#anketa_active.newCss {
|
|
||||||
border: none;
|
|
||||||
}
|
|
||||||
#anketa_active.folders {
|
|
||||||
border: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Gumb za aktivacijo ankete
|
|
||||||
.switch_anketa {
|
|
||||||
position: relative;
|
|
||||||
display: inline-block;
|
|
||||||
|
|
||||||
width: 50px;
|
|
||||||
height: 18px;
|
|
||||||
margin: 0 3px -2px 0;
|
|
||||||
|
|
||||||
color: white;
|
|
||||||
font-size: 11px;
|
|
||||||
font-weight: 600;
|
|
||||||
|
|
||||||
.switch_anketa_content {
|
|
||||||
position: absolute;
|
|
||||||
cursor: pointer;
|
|
||||||
top: 0;
|
|
||||||
left: 0;
|
|
||||||
right: 0;
|
|
||||||
bottom: 0;
|
|
||||||
padding-top: 2px;
|
|
||||||
|
|
||||||
background-color: $strong_blue;
|
|
||||||
border-radius: 20px;
|
|
||||||
}
|
|
||||||
.switch_anketa_content:before {
|
|
||||||
position: absolute;
|
|
||||||
content: "";
|
|
||||||
|
|
||||||
height: 14px;
|
|
||||||
width: 14px;
|
|
||||||
bottom: 2px;
|
|
||||||
|
|
||||||
background-color: white;
|
|
||||||
border-radius: 50%;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.switch_anketa.anketa_on{
|
|
||||||
.switch_anketa_content{
|
|
||||||
padding-left: 9px;
|
|
||||||
background-color: $strong_blue;
|
|
||||||
}
|
|
||||||
.switch_anketa_content:before{
|
|
||||||
right: 2px;
|
|
||||||
}
|
|
||||||
&:hover{
|
|
||||||
.switch_anketa_content{
|
|
||||||
background-color: $orange;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.switch_anketa.anketa_off{
|
|
||||||
.switch_anketa_content{
|
|
||||||
padding-left: 19px;
|
|
||||||
background-color: $strong_blue_lighten;
|
|
||||||
}
|
|
||||||
.switch_anketa_content:before{
|
|
||||||
left: 2px;
|
|
||||||
}
|
|
||||||
&:hover{
|
|
||||||
.switch_anketa_content{
|
|
||||||
background-color: $strong_blue;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
input#searchSurvey {
|
|
||||||
display: none;
|
|
||||||
width: 150px;
|
|
||||||
padding: 3px 0 3px 5px;
|
|
||||||
margin-top: -8px;
|
|
||||||
border: 1px solid $soft_blue;
|
|
||||||
}
|
|
||||||
/*Search, help, user info*/
|
|
||||||
#enka_nav {
|
|
||||||
display: inline-block;
|
|
||||||
position: absolute;
|
|
||||||
top: 21px;
|
|
||||||
right: 17px;
|
|
||||||
|
|
||||||
text-align: right;
|
|
||||||
margin-top: 0px;
|
|
||||||
height: 25px;
|
|
||||||
|
|
||||||
|
|
||||||
#search_holder {
|
|
||||||
display: inline-block;
|
|
||||||
vertical-align: middle;
|
|
||||||
}
|
|
||||||
#help_holder {
|
|
||||||
display: inline-block;
|
|
||||||
vertical-align: middle;
|
|
||||||
margin-left: 12px;
|
|
||||||
}
|
|
||||||
#fieldwork_holder {
|
|
||||||
display: inline-block;
|
|
||||||
vertical-align: middle;
|
|
||||||
margin-left: 12px;
|
|
||||||
}
|
|
||||||
#notification_holder {
|
|
||||||
display: inline-block;
|
|
||||||
vertical-align: middle;
|
|
||||||
margin-left: 12px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
span.sprites.mail_unread {
|
|
||||||
color: $mail_unread;
|
|
||||||
font-size: 11px;
|
|
||||||
font-weight: bold;
|
|
||||||
line-height: 23px;
|
|
||||||
text-align: center;
|
|
||||||
text-indent: 10px;
|
|
||||||
}
|
|
||||||
#xtradiv {
|
|
||||||
display: inline-block;
|
|
||||||
width: auto;
|
|
||||||
margin-left: 15px;
|
|
||||||
vertical-align: middle;
|
|
||||||
.xtraname {
|
|
||||||
cursor: pointer;
|
|
||||||
display: inline-block;
|
|
||||||
width: auto;
|
|
||||||
padding: 0 15px 2px 0;
|
|
||||||
font-weight: 500;
|
|
||||||
color: $strong_blue;
|
|
||||||
|
|
||||||
&:hover{
|
|
||||||
color: $orange;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
#xtradivSettings {
|
|
||||||
display: none;
|
|
||||||
position: absolute;
|
|
||||||
z-index: 99999;
|
|
||||||
right: 8px;
|
|
||||||
top: 35px;
|
|
||||||
padding: 5px 10px;
|
|
||||||
width: 120px;
|
|
||||||
text-align: left;
|
|
||||||
background-color: $header_background;
|
|
||||||
border: 1px $soft_blue solid;
|
|
||||||
-webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,0.4);
|
|
||||||
box-shadow: 0 5px 15px 0 rgba(0,0,0,0.4);
|
|
||||||
-moz-box-shadow: 0 5px 15px 0 rgba(0,0,0,0.4);
|
|
||||||
span.xtraSetting {
|
|
||||||
clear: both;
|
|
||||||
float: left;
|
|
||||||
padding: 6px 0;
|
|
||||||
a.xtra {
|
|
||||||
display: inline;
|
|
||||||
vertical-align: middle;
|
|
||||||
|
|
||||||
font-size: 13px;
|
|
||||||
color: $user_dropdown_text;
|
|
||||||
|
|
||||||
&:hover {
|
|
||||||
color: $orange;
|
|
||||||
.faicon {
|
|
||||||
color: $orange;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
span.faicon {
|
|
||||||
display: inline;
|
|
||||||
vertical-align: middle;
|
|
||||||
margin-right: 10px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
/*tooltips on survey*/
|
|
||||||
.tooltip {
|
|
||||||
position: relative;
|
|
||||||
.expanded-tooltip {
|
|
||||||
display: none;
|
|
||||||
white-space: normal;
|
|
||||||
}
|
|
||||||
&:hover {
|
|
||||||
.expanded-tooltip {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.tooltip.monitor {
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
@ -1,44 +0,0 @@
|
|||||||
/*
|
|
||||||
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 : 10-Okt-2018
|
|
||||||
Author : Peter Hrvatin
|
|
||||||
*/
|
|
||||||
|
|
||||||
|
|
||||||
/* Invitation table */
|
|
||||||
span.faicon.inv_sent_0::before {
|
|
||||||
font-size: 14px;
|
|
||||||
content: "\f2b6";
|
|
||||||
font-weight: 400;
|
|
||||||
}
|
|
||||||
span.faicon.inv_sent_1::before {
|
|
||||||
font-size: 14px;
|
|
||||||
content: "\f0e0";
|
|
||||||
}
|
|
||||||
span.faicon.inv_responded_0::before {
|
|
||||||
font-size: 14px;
|
|
||||||
font-weight: 400;
|
|
||||||
content: "\f005";
|
|
||||||
}
|
|
||||||
span.faicon.inv_responded_1::before {
|
|
||||||
font-size: 14px;
|
|
||||||
font-weight: 700;
|
|
||||||
content: "\f005";
|
|
||||||
}
|
|
||||||
span.faicon.inv_unsubscribed_0::before {
|
|
||||||
font-size: 14px;
|
|
||||||
font-weight: 400;
|
|
||||||
content: "\f111";
|
|
||||||
}
|
|
||||||
span.faicon.inv_unsubscribed_1::before {
|
|
||||||
font-size: 14px;
|
|
||||||
font-weight: 700;
|
|
||||||
content: "\f111";
|
|
||||||
|
|
||||||
color: $red;
|
|
||||||
}
|
|
||||||
|
|
@ -1,126 +0,0 @@
|
|||||||
/*
|
|
||||||
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 : 21-Sep-2018
|
|
||||||
Author : Peter Hrvatin
|
|
||||||
*/
|
|
||||||
|
|
||||||
/* NAPREDNI MODULI */
|
|
||||||
|
|
||||||
span.module_icon{
|
|
||||||
padding: 0 6px;
|
|
||||||
|
|
||||||
color: white;
|
|
||||||
font-weight: 600;
|
|
||||||
font-size: 17px;
|
|
||||||
|
|
||||||
background-color: $orange_lighten;
|
|
||||||
border: 2px $orange solid;
|
|
||||||
}
|
|
||||||
|
|
||||||
span.module_icon.maza::before{
|
|
||||||
content: "MAZA";
|
|
||||||
}
|
|
||||||
span.module_icon.wpn::before{
|
|
||||||
content: "WPN";
|
|
||||||
}
|
|
||||||
span.module_icon.panel::before{
|
|
||||||
content: "Panel";
|
|
||||||
}
|
|
||||||
span.module_icon.telephone::before{
|
|
||||||
content: "TEL";
|
|
||||||
}
|
|
||||||
span.module_icon.slideshow::before{
|
|
||||||
content: "SS";
|
|
||||||
}
|
|
||||||
span.module_icon.evalvation::before{
|
|
||||||
content: "EVAL";
|
|
||||||
}
|
|
||||||
span.module_icon.vnos::before{
|
|
||||||
content: "V";
|
|
||||||
}
|
|
||||||
span.module_icon.social::before{
|
|
||||||
content: "SN";
|
|
||||||
}
|
|
||||||
span.module_icon.quiz::before{
|
|
||||||
content: "Q";
|
|
||||||
}
|
|
||||||
span.module_icon.voting::before{
|
|
||||||
content: "VOTE";
|
|
||||||
}
|
|
||||||
span.module_icon.advanced_paradata::before{
|
|
||||||
content: "AP";
|
|
||||||
}
|
|
||||||
span.module_icon.chat::before{
|
|
||||||
content: "C";
|
|
||||||
}
|
|
||||||
span.module_icon.degrees_1ka::before{
|
|
||||||
content: "360";
|
|
||||||
}
|
|
||||||
span.module_icon.mju::before{
|
|
||||||
content: "H";
|
|
||||||
}
|
|
||||||
span.module_icon.sa-hierarhija::before{
|
|
||||||
content: "SA";
|
|
||||||
}
|
|
||||||
|
|
||||||
span.module_icon.degrees::before{
|
|
||||||
content: "360";
|
|
||||||
}
|
|
||||||
span.module_icon.borza::before{
|
|
||||||
content: "Borza";
|
|
||||||
}
|
|
||||||
span.module_icon.evoli::before{
|
|
||||||
content: "Evoli";
|
|
||||||
}
|
|
||||||
span.module_icon.evoli_teammeter::before{
|
|
||||||
content: "Evoli TM";
|
|
||||||
}
|
|
||||||
span.module_icon.evoli_quality_climate::before{
|
|
||||||
content: "Evoli QC";
|
|
||||||
}
|
|
||||||
span.module_icon.evoli_teamship_meter::before{
|
|
||||||
content: "Evoli TSM";
|
|
||||||
}
|
|
||||||
span.module_icon.evoli_organizational_employeeship_meter::before{
|
|
||||||
content: "Evoli OEM";
|
|
||||||
}
|
|
||||||
span.module_icon.evoli_employmeter::before{
|
|
||||||
content: "Evoli EM";
|
|
||||||
}
|
|
||||||
span.module_icon.excell_matrix::before{
|
|
||||||
content: "EM";
|
|
||||||
}
|
|
||||||
span.module_icon.mfdps::before{
|
|
||||||
content: "MFDPS";
|
|
||||||
}
|
|
||||||
span.module_icon.mju::before{
|
|
||||||
content: "MJU";
|
|
||||||
}
|
|
||||||
|
|
||||||
span.module_icon.gdpr{
|
|
||||||
color: $strong_blue_lighten;
|
|
||||||
background-color: $soft_blue;
|
|
||||||
border: 2px $strong_blue_lighten solid;
|
|
||||||
|
|
||||||
&:hover{
|
|
||||||
color: $strong_blue;
|
|
||||||
border: 2px $strong_blue solid;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
span.module_icon.gdpr.active{
|
|
||||||
color: white;
|
|
||||||
background-color: $strong_blue;
|
|
||||||
border: 2px $strong_blue solid;
|
|
||||||
|
|
||||||
&:hover{
|
|
||||||
color: white;
|
|
||||||
border: 2px $strong_blue solid;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
span.module_icon.gdpr::before{
|
|
||||||
content: "GDPR";
|
|
||||||
}
|
|
@ -1,119 +0,0 @@
|
|||||||
/*
|
|
||||||
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 : 21-Sep-2018
|
|
||||||
Author : Peter Hrvatin
|
|
||||||
*/
|
|
||||||
|
|
||||||
/* question editing icons */
|
|
||||||
|
|
||||||
a.faicon{
|
|
||||||
color: $strong_blue !important;
|
|
||||||
&:hover{
|
|
||||||
color: $orange !important;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
span.faicon.edit-vprasanje{
|
|
||||||
line-height: 25px;
|
|
||||||
|
|
||||||
&:before{
|
|
||||||
font-size: 18px;
|
|
||||||
content: "\f031";
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
a.faicon.edit::before{
|
|
||||||
font-size: 16px;
|
|
||||||
content: "\f304";
|
|
||||||
}
|
|
||||||
a.faicon.addif::before{
|
|
||||||
font-family: Montserrat, sans-serif;
|
|
||||||
font-size: 18px;
|
|
||||||
font-weight: 900;
|
|
||||||
content: "IF";
|
|
||||||
}
|
|
||||||
a.faicon.copy::before{
|
|
||||||
font-size: 18px;
|
|
||||||
font-weight: 400;
|
|
||||||
content: "\f0c5";
|
|
||||||
}
|
|
||||||
a.faicon.copycond::before{
|
|
||||||
font-size: 18px;
|
|
||||||
content: "\f0c5";
|
|
||||||
}
|
|
||||||
a.faicon.preview::before{
|
|
||||||
@include icon_preview_before();
|
|
||||||
}
|
|
||||||
a.faicon.preview::after{
|
|
||||||
@include icon_preview_after();
|
|
||||||
}
|
|
||||||
a.faicon.arhiv::before{
|
|
||||||
font-size: 18px;
|
|
||||||
content: "\f044";
|
|
||||||
}
|
|
||||||
a.faicon.delete::before{
|
|
||||||
font-size: 18px;
|
|
||||||
font-weight: 400;
|
|
||||||
content: "\f2ed";
|
|
||||||
}
|
|
||||||
|
|
||||||
a.faicon.hide::before{
|
|
||||||
font-size: 18px;
|
|
||||||
font-weight: 400;
|
|
||||||
content: "\f06e";
|
|
||||||
}
|
|
||||||
a.faicon.unhide_icon::before{
|
|
||||||
font-size: 18px;
|
|
||||||
font-weight: 400;
|
|
||||||
content: "\f070";
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Urejanje vrednosti inline */
|
|
||||||
.variabla span.inline.faicon::before{
|
|
||||||
color: $soft_blue;
|
|
||||||
}
|
|
||||||
.variabla span.inline.faicon:hover::before{
|
|
||||||
color: $strong_blue;
|
|
||||||
}
|
|
||||||
|
|
||||||
.variabla span.inline.faicon.edit2::before{
|
|
||||||
font-size: 14px;
|
|
||||||
content: "\f304";
|
|
||||||
}
|
|
||||||
.variabla span.inline.faicon.odg_hidden::before{
|
|
||||||
font-size: 14px;
|
|
||||||
content: "\f05e";
|
|
||||||
}
|
|
||||||
.variabla span.inline.faicon.odg_hidden.show-hidden::before{
|
|
||||||
color: $red;
|
|
||||||
}
|
|
||||||
.variabla span.inline.faicon.odg_hidden.show-disable::before{
|
|
||||||
color: $orange;
|
|
||||||
}
|
|
||||||
.variabla span.inline.faicon.odg_if_not::before{
|
|
||||||
font-family: Montserrat, sans-serif;
|
|
||||||
font-size: 15px;
|
|
||||||
font-weight: 900;
|
|
||||||
content: "IF*";
|
|
||||||
}
|
|
||||||
.variabla span.inline.faicon.odg_if_follow::before{
|
|
||||||
font-family: Montserrat, sans-serif;
|
|
||||||
font-size: 15px;
|
|
||||||
font-weight: 900;
|
|
||||||
content: "IF🠞";
|
|
||||||
}
|
|
||||||
.variabla span.inline.faicon.correct::before{
|
|
||||||
font-size: 14px;
|
|
||||||
font-weight: 900;
|
|
||||||
content: "\f00c";
|
|
||||||
}
|
|
||||||
|
|
||||||
.variabla span.inline.faicon.move_updown::before{
|
|
||||||
font-size: 16px;
|
|
||||||
color: $strong_blue;
|
|
||||||
content: "\f338";
|
|
||||||
}
|
|
@ -1,548 +0,0 @@
|
|||||||
/*
|
|
||||||
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 : 21-Sep-2018
|
|
||||||
Author : Peter Hrvatin
|
|
||||||
*/
|
|
||||||
|
|
||||||
/* icons */
|
|
||||||
|
|
||||||
span.faicon.plus::before{
|
|
||||||
content: "\f067";
|
|
||||||
}
|
|
||||||
span.faicon.minus::before{
|
|
||||||
content: "\f068";
|
|
||||||
}
|
|
||||||
|
|
||||||
span.faicon.close::before{
|
|
||||||
font-size: 18px;
|
|
||||||
font-weight: 400;
|
|
||||||
content: "\f057";
|
|
||||||
}
|
|
||||||
span.faicon.dropdown_blue::before{
|
|
||||||
font-size: 16px;
|
|
||||||
content: "\f13a";
|
|
||||||
}
|
|
||||||
span.faicon.dropup_blue::before{
|
|
||||||
font-size: 16px;
|
|
||||||
content: "\f139";
|
|
||||||
}
|
|
||||||
span.faicon.arrow_back::before{
|
|
||||||
font-weight: 600;
|
|
||||||
font-size: 16px;
|
|
||||||
content: "\f137";
|
|
||||||
}
|
|
||||||
|
|
||||||
span.faicon.add::before{
|
|
||||||
font-size: 18px;
|
|
||||||
content: "\f055";
|
|
||||||
}
|
|
||||||
|
|
||||||
span.faicon.remove::before{
|
|
||||||
font-size: 18px;
|
|
||||||
content: "\f056";
|
|
||||||
}
|
|
||||||
|
|
||||||
span.faicon.delete::before{
|
|
||||||
font-size: 18px;
|
|
||||||
font-weight: 400;
|
|
||||||
content: "\f2ed";
|
|
||||||
}
|
|
||||||
span.faicon.anketa_delete::before{
|
|
||||||
font-size: 24px;
|
|
||||||
font-weight: 400;
|
|
||||||
content: "\f2ed";
|
|
||||||
}
|
|
||||||
|
|
||||||
span.faicon.copy::before{
|
|
||||||
font-size: 18px;
|
|
||||||
content: "\f0c5";
|
|
||||||
font-weight: 400;
|
|
||||||
}
|
|
||||||
span.faicon.anketa_copy::before{
|
|
||||||
font-size: 24px;
|
|
||||||
content: "\f0c5";
|
|
||||||
font-weight: 400;
|
|
||||||
}
|
|
||||||
|
|
||||||
span.faicon.export::before{
|
|
||||||
font-size: 24px;
|
|
||||||
content: "\f56e";
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*span.faicon.import::before{
|
|
||||||
font-size: 24px;
|
|
||||||
content: "\f56f";
|
|
||||||
}*/
|
|
||||||
|
|
||||||
span.faicon.import{
|
|
||||||
width: 32px;
|
|
||||||
}
|
|
||||||
span.faicon.import::before{
|
|
||||||
font-size: 24px;
|
|
||||||
font-weight: 400;
|
|
||||||
content: "\f1c2";
|
|
||||||
}
|
|
||||||
span.faicon.import::after{
|
|
||||||
font-size: 14px;
|
|
||||||
content: "\f061";
|
|
||||||
display: inline-block;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
span.faicon.library::before{
|
|
||||||
font-size: 24px;
|
|
||||||
content: "\f518";
|
|
||||||
}
|
|
||||||
|
|
||||||
span.faicon.folder::before{
|
|
||||||
font-size: 22px;
|
|
||||||
content: "\f07b";
|
|
||||||
vertical-align: middle;
|
|
||||||
}
|
|
||||||
|
|
||||||
span.faicon.after.sort_down_arrow::after{
|
|
||||||
content: "\f0d7";
|
|
||||||
margin-left: 5px;
|
|
||||||
}
|
|
||||||
span.faicon.after.sort_up_arrow::after{
|
|
||||||
content: "\f0d8";
|
|
||||||
margin-left: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
span.faicon.info::before{
|
|
||||||
font-size: 28px;
|
|
||||||
content: "\f05a";
|
|
||||||
vertical-align: middle;
|
|
||||||
}
|
|
||||||
|
|
||||||
span.faicon.pagination_left::before{
|
|
||||||
margin: 0 1px 0 1px;
|
|
||||||
content: "\f104";
|
|
||||||
}
|
|
||||||
span.faicon.pagination_right::before{
|
|
||||||
margin: 0 0 0 1px;
|
|
||||||
content: "\f105";
|
|
||||||
}
|
|
||||||
|
|
||||||
span.faicon.edit::before{
|
|
||||||
font-size: 16px;
|
|
||||||
content: "\f304";
|
|
||||||
}
|
|
||||||
|
|
||||||
span.faicon.refresh::before{
|
|
||||||
font-size: 18px;
|
|
||||||
content: "\f2f1";
|
|
||||||
}
|
|
||||||
|
|
||||||
span.faicon.filter::before{
|
|
||||||
font-size: 18px;
|
|
||||||
content: "\f0b0";
|
|
||||||
}
|
|
||||||
|
|
||||||
span.faicon.star::before,
|
|
||||||
span.faicon.star_off::before{
|
|
||||||
font-size: 14px;
|
|
||||||
font-weight: 400;
|
|
||||||
content: "\f005";
|
|
||||||
}
|
|
||||||
span.faicon.star_on::before{
|
|
||||||
font-size: 14px;
|
|
||||||
font-weight: 700;
|
|
||||||
content: "\f005";
|
|
||||||
}
|
|
||||||
|
|
||||||
span.faicon.search::before{
|
|
||||||
font-size: 20px;
|
|
||||||
content: "\f002";
|
|
||||||
}
|
|
||||||
span.faicon.help2::before{
|
|
||||||
font-size: 20px;
|
|
||||||
content: "\f059";
|
|
||||||
}
|
|
||||||
span.faicon.user::before{
|
|
||||||
font-size: 18px;
|
|
||||||
content: "\f007";
|
|
||||||
}
|
|
||||||
span.faicon.logout::before{
|
|
||||||
font-size: 20px;
|
|
||||||
content: "\f2f5";
|
|
||||||
}
|
|
||||||
|
|
||||||
span.faicon.monitor::before{
|
|
||||||
font-size: 18px;
|
|
||||||
content: "\f108";
|
|
||||||
}
|
|
||||||
span.faicon.users::before{
|
|
||||||
font-size: 18px;
|
|
||||||
content: "\f500";
|
|
||||||
}
|
|
||||||
span.faicon.lock_open::before{
|
|
||||||
font-size: 18px;
|
|
||||||
content: "\f3c1";
|
|
||||||
}
|
|
||||||
span.faicon.lock_close::before{
|
|
||||||
font-size: 18px;
|
|
||||||
content: "\f023";
|
|
||||||
}
|
|
||||||
|
|
||||||
span.faicon.bottom_saving::before{
|
|
||||||
font-size: 24px;
|
|
||||||
font-weight: 400;
|
|
||||||
content: "\f0c7";
|
|
||||||
}
|
|
||||||
span.faicon.bottom_publish::before{
|
|
||||||
font-size: 24px;
|
|
||||||
content: "\f093";
|
|
||||||
}
|
|
||||||
span.faicon.bottom_preview{
|
|
||||||
width: 20px;
|
|
||||||
}
|
|
||||||
span.faicon.bottom_preview::before{
|
|
||||||
font-size: 24px;
|
|
||||||
font-weight: 400;
|
|
||||||
content: "\f15b";
|
|
||||||
}
|
|
||||||
span.faicon.bottom_preview::after{
|
|
||||||
font-size: 14px;
|
|
||||||
content: "\f002";
|
|
||||||
display: inline-block;
|
|
||||||
margin-left: -70%;
|
|
||||||
}
|
|
||||||
span.faicon.bottom_test::before{
|
|
||||||
font-size: 24px;
|
|
||||||
content: "\f492";
|
|
||||||
}
|
|
||||||
span.faicon.language::before{
|
|
||||||
font-size: 24px;
|
|
||||||
content: "\f0ac";
|
|
||||||
}
|
|
||||||
span.faicon.mobile_off::before{
|
|
||||||
font-size: 24px;
|
|
||||||
content: "\f3cd";
|
|
||||||
}
|
|
||||||
span.faicon.mobile_off::after{
|
|
||||||
font-size: 24px;
|
|
||||||
content: "\f715";
|
|
||||||
margin-left: -23px;
|
|
||||||
}
|
|
||||||
span.faicon.comments::before{
|
|
||||||
font-size: 24px;
|
|
||||||
content: "\f27a";
|
|
||||||
}
|
|
||||||
span.faicon.comments_num::before{
|
|
||||||
font-size: 24px;
|
|
||||||
content: "\f27a";
|
|
||||||
}
|
|
||||||
span.faicon.comments_num {
|
|
||||||
strong {
|
|
||||||
color: white;
|
|
||||||
font-family: $font_family;
|
|
||||||
margin-top: -2px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@mixin icon_link(){
|
|
||||||
content: "\f0c1";
|
|
||||||
}
|
|
||||||
span.faicon.data_link::before{
|
|
||||||
font-size: 20px;
|
|
||||||
@include icon_link();
|
|
||||||
}
|
|
||||||
span.faicon.data_link_small::before{
|
|
||||||
font-size: 16px;
|
|
||||||
@include icon_link();
|
|
||||||
}
|
|
||||||
@mixin icon_print(){
|
|
||||||
content: "\f02f";
|
|
||||||
}
|
|
||||||
span.faicon.print::before{
|
|
||||||
font-size: 24px;
|
|
||||||
@include icon_print();
|
|
||||||
}
|
|
||||||
span.faicon.print_small::before{
|
|
||||||
font-size: 16px;
|
|
||||||
@include icon_print();
|
|
||||||
}
|
|
||||||
@mixin icon_preview_before(){
|
|
||||||
font-size: 18px;
|
|
||||||
font-weight: 400;
|
|
||||||
content: "\f15b";
|
|
||||||
}
|
|
||||||
@mixin icon_preview_after(){
|
|
||||||
content: "\f002";
|
|
||||||
display: inline-block;
|
|
||||||
font-size: 11px;
|
|
||||||
margin-left: -50%;
|
|
||||||
}
|
|
||||||
span.faicon.preview{
|
|
||||||
width: 18px;
|
|
||||||
}
|
|
||||||
span.faicon.preview::before{
|
|
||||||
@include icon_preview_before();
|
|
||||||
}
|
|
||||||
span.faicon.preview::after{
|
|
||||||
@include icon_preview_after();
|
|
||||||
}
|
|
||||||
span.faicon.palette::before{
|
|
||||||
font-size: 18px;
|
|
||||||
content: "\f53f";
|
|
||||||
}
|
|
||||||
span.faicon.inline_comment::before{
|
|
||||||
font-size: 14px;
|
|
||||||
font-weight: 400;
|
|
||||||
content: "\f075";
|
|
||||||
}
|
|
||||||
span.faicon.inline_double_comment::before{
|
|
||||||
font-size: 14px;
|
|
||||||
font-weight: 400;
|
|
||||||
content: "\f086";
|
|
||||||
}
|
|
||||||
span.faicon.comments_creport::before{
|
|
||||||
font-size: 16px;
|
|
||||||
content: "\f086";
|
|
||||||
}
|
|
||||||
span.faicon.compress::before{
|
|
||||||
font-size: 15px;
|
|
||||||
content: "\f066";
|
|
||||||
}
|
|
||||||
span.faicon.expand::before{
|
|
||||||
font-size: 15px;
|
|
||||||
content: "\f065";
|
|
||||||
}
|
|
||||||
span.faicon.hashtag::before{
|
|
||||||
font-size: 15px;
|
|
||||||
content: "\f292";
|
|
||||||
}
|
|
||||||
span.faicon.bug::before{
|
|
||||||
font-size: 15px;
|
|
||||||
content: "\f188";
|
|
||||||
}
|
|
||||||
span.faicon.paragraph::before{
|
|
||||||
font-size: 15px;
|
|
||||||
content: "\f1dd";
|
|
||||||
}
|
|
||||||
span.faicon.replace::before{
|
|
||||||
font-size: 15px;
|
|
||||||
content: "\f362";
|
|
||||||
}
|
|
||||||
span.faicon.plus_square::before{
|
|
||||||
font-size: 15px;
|
|
||||||
font-weight: 400;
|
|
||||||
content: "\f0fe";
|
|
||||||
}
|
|
||||||
span.faicon.minus_square::before{
|
|
||||||
font-size: 15px;
|
|
||||||
font-weight: 400;
|
|
||||||
content: "\f146";
|
|
||||||
}
|
|
||||||
span.faicon.delete_circle::before{
|
|
||||||
font-size: 14px;
|
|
||||||
content: "\f056";
|
|
||||||
}
|
|
||||||
span.faicon.quick_view::before{
|
|
||||||
font-size: 15px;
|
|
||||||
font-weight: 400;
|
|
||||||
content: "\f06e";
|
|
||||||
}
|
|
||||||
span.faicon.edit_square::before{
|
|
||||||
font-size: 15px;
|
|
||||||
content: "\f044";
|
|
||||||
}
|
|
||||||
span.faicon.test::before{
|
|
||||||
font-size: 15px;
|
|
||||||
content: "\f492";
|
|
||||||
}
|
|
||||||
@mixin icon_if_add() {
|
|
||||||
font-size: 12px;
|
|
||||||
font-family: $font_family;
|
|
||||||
font-weight: 400;
|
|
||||||
&:before{
|
|
||||||
background-color: $strong_blue;
|
|
||||||
font-weight: 500;
|
|
||||||
padding: 2px 4px;
|
|
||||||
color: white;
|
|
||||||
content: "IF";
|
|
||||||
}
|
|
||||||
&:hover{
|
|
||||||
&:before{
|
|
||||||
background-color: $orange;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
a.faicon.if_add{
|
|
||||||
@include icon_if_add();
|
|
||||||
}
|
|
||||||
span.faicon.if_add{
|
|
||||||
@include icon_if_add();
|
|
||||||
}
|
|
||||||
span.faicon.text_file::before{
|
|
||||||
font-size: 24px;
|
|
||||||
font-weight: 400;
|
|
||||||
content: "\f15c";
|
|
||||||
}
|
|
||||||
span.faicon.text_file_small {
|
|
||||||
height: 20px;
|
|
||||||
vertical-align: middle;
|
|
||||||
&:before{
|
|
||||||
font-size: 18px;
|
|
||||||
font-weight: 400;
|
|
||||||
content: "\f15c";
|
|
||||||
}
|
|
||||||
}
|
|
||||||
span.faicon.warning::before{
|
|
||||||
font-size: 16px;
|
|
||||||
content: "\f071";
|
|
||||||
}
|
|
||||||
span.faicon.users_small::before{
|
|
||||||
font-size: 16px;
|
|
||||||
content: "\f0c0";
|
|
||||||
}
|
|
||||||
|
|
||||||
span.faicon.popup_0::before{
|
|
||||||
font-size: 14px;
|
|
||||||
content: "\f065";
|
|
||||||
color: $soft_blue;
|
|
||||||
}
|
|
||||||
span.faicon.popup_1::before{
|
|
||||||
font-size: 14px;
|
|
||||||
content: "\f065";
|
|
||||||
color: $strong_blue;
|
|
||||||
}
|
|
||||||
span.faicon.flat_0::before{
|
|
||||||
font-size: 14px;
|
|
||||||
content: "\f03c";
|
|
||||||
color: $strong_blue;
|
|
||||||
}
|
|
||||||
span.faicon.flat_1::before{
|
|
||||||
font-size: 14px;
|
|
||||||
content: "\f03c";
|
|
||||||
color: $soft_blue;
|
|
||||||
}
|
|
||||||
span.basic-icon.spss::before{
|
|
||||||
content: "Σ";
|
|
||||||
line-height: 26px;
|
|
||||||
|
|
||||||
vertical-align: bottom;
|
|
||||||
font-size: 30px !important;
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
|
|
||||||
span.faicon.external_link::before{
|
|
||||||
font-size: 14px;
|
|
||||||
font-weight: 600;
|
|
||||||
content: "\f35d";
|
|
||||||
}
|
|
||||||
span.faicon.cog_large::before{
|
|
||||||
font-size: 34px;
|
|
||||||
font-weight: 600;
|
|
||||||
content: "\f013";
|
|
||||||
}
|
|
||||||
span.faicon.chart_large::before{
|
|
||||||
font-size: 34px;
|
|
||||||
font-weight: 600;
|
|
||||||
content: "\f201";
|
|
||||||
}
|
|
||||||
span.faicon.reload_large::before{
|
|
||||||
font-size: 34px;
|
|
||||||
font-weight: 600;
|
|
||||||
content: "\f021";
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/* CALENDAR */
|
|
||||||
span.faicon.calendar_icon::before,
|
|
||||||
button.ui-datepicker-trigger::before{
|
|
||||||
font-family: $fontawesome;
|
|
||||||
font-weight: 400;
|
|
||||||
font-size: 16px;
|
|
||||||
content: "\f073";
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ARROWS */
|
|
||||||
span.faicon.arrow_up::before{
|
|
||||||
font-size: 14px;
|
|
||||||
content: "\f062";
|
|
||||||
color: $grey_super_dark;
|
|
||||||
}
|
|
||||||
|
|
||||||
span.faicon.arrow2_r::before{
|
|
||||||
font-size: 14px;
|
|
||||||
content: "\f054";
|
|
||||||
}
|
|
||||||
span.faicon.arrow2_l::before{
|
|
||||||
font-size: 14px;
|
|
||||||
content: "\f053";
|
|
||||||
}
|
|
||||||
span.faicon.arrow2_d::before{
|
|
||||||
font-size: 14px;
|
|
||||||
content: "\f078";
|
|
||||||
}
|
|
||||||
span.faicon.arrow2_u::before{
|
|
||||||
font-size: 14px;
|
|
||||||
content: "\f077";
|
|
||||||
}
|
|
||||||
|
|
||||||
span.faicon.arrow_large2_r::before{
|
|
||||||
font-size: 35px;
|
|
||||||
content: "\f054";
|
|
||||||
}
|
|
||||||
span.faicon.arrow_large2_l::before{
|
|
||||||
font-size: 35px;
|
|
||||||
content: "\f053";
|
|
||||||
}
|
|
||||||
|
|
||||||
span.faicon.arrow_verylarge2_r::before{
|
|
||||||
font-size: 40px;
|
|
||||||
content: "\f054";
|
|
||||||
}
|
|
||||||
span.faicon.arrow_verylarge2_l::before{
|
|
||||||
font-size: 40px;
|
|
||||||
content: "\f053";
|
|
||||||
}
|
|
||||||
|
|
||||||
span.faicon.sort_descending::before{
|
|
||||||
font-size: 14px;
|
|
||||||
content: "\f0d7";
|
|
||||||
}
|
|
||||||
span.faicon.sort_ascending::before{
|
|
||||||
font-size: 14px;
|
|
||||||
content: "\f0d8";
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/* Plus/minus sqare */
|
|
||||||
span.folder_plusminus {
|
|
||||||
text-indent: 0px !important;
|
|
||||||
font-style: normal !important;
|
|
||||||
}
|
|
||||||
span.faicon.plus_orange::before{
|
|
||||||
font-size: 12px;
|
|
||||||
font-weight: 400;
|
|
||||||
content: "\f0fe";
|
|
||||||
}
|
|
||||||
span.faicon.minus_orange::before{
|
|
||||||
font-size: 12px;
|
|
||||||
font-weight: 400;
|
|
||||||
content: "\f146";
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/* Spinner */
|
|
||||||
span.faicon.spinner::before{
|
|
||||||
font-size: 18px;
|
|
||||||
content: "\f110";
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/* Bars - mobile menu */
|
|
||||||
span.faicon.bars::before{
|
|
||||||
font-size: 26px;
|
|
||||||
content: "\f0c9";
|
|
||||||
}
|
|
@ -1,181 +0,0 @@
|
|||||||
/*
|
|
||||||
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, 12:12:02
|
|
||||||
Author : podkrizniku
|
|
||||||
*/
|
|
||||||
|
|
||||||
.grupahover {
|
|
||||||
background-color: $orange_super_lighten !important;
|
|
||||||
border: 1px solid $orange;
|
|
||||||
border-radius: 3px 3px 3px 3px;
|
|
||||||
padding: 5px;
|
|
||||||
}
|
|
||||||
span.library_on {
|
|
||||||
a {
|
|
||||||
color: $red_error;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
div {
|
|
||||||
.folder_container {
|
|
||||||
&:hover {
|
|
||||||
background-color: $soft_blue_very_lighten;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.folder_left {
|
|
||||||
float: left;
|
|
||||||
img.mapca {
|
|
||||||
cursor: move;
|
|
||||||
}
|
|
||||||
span.mapca {
|
|
||||||
cursor: move;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.folder {
|
|
||||||
strong {
|
|
||||||
&:hover {
|
|
||||||
background-color: $grey_very_light;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
#anketa_knjiznica {
|
|
||||||
min-height: 500px;
|
|
||||||
background-color: white;
|
|
||||||
|
|
||||||
ul {
|
|
||||||
list-style: none;
|
|
||||||
margin: 0;
|
|
||||||
padding-left: 18px;
|
|
||||||
}
|
|
||||||
li {
|
|
||||||
.anketa {
|
|
||||||
margin: 0;
|
|
||||||
padding-left: 0;
|
|
||||||
}
|
|
||||||
margin-bottom: 5px;
|
|
||||||
}
|
|
||||||
.new_folder {
|
|
||||||
visibility: hidden;
|
|
||||||
}
|
|
||||||
.delete_folder {
|
|
||||||
visibility: hidden;
|
|
||||||
}
|
|
||||||
.sprites.mapa {
|
|
||||||
margin-bottom: 3px;
|
|
||||||
}
|
|
||||||
|
|
||||||
span.folderdrop {
|
|
||||||
&:hover {
|
|
||||||
.new_folder {
|
|
||||||
visibility: visible;
|
|
||||||
}
|
|
||||||
.delete_folder {
|
|
||||||
visibility: visible;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
span{
|
|
||||||
vertical-align: middle;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.folder_container {
|
|
||||||
display: block;
|
|
||||||
height: 20px;
|
|
||||||
overflow: hidden;
|
|
||||||
padding: 2px 3px;
|
|
||||||
display: block;
|
|
||||||
min-height: 16px;
|
|
||||||
overflow: hidden;
|
|
||||||
padding: 2px 3px;
|
|
||||||
}
|
|
||||||
div {
|
|
||||||
.folder_right {
|
|
||||||
width: auto;
|
|
||||||
float: right;
|
|
||||||
text-align: left;
|
|
||||||
|
|
||||||
a{
|
|
||||||
padding-left: 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.faicon{
|
|
||||||
vertical-align: -2px;
|
|
||||||
}
|
|
||||||
.faicon.library::before {
|
|
||||||
font-size: 18px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
div.folder_left {
|
|
||||||
width: 80%;
|
|
||||||
float: none;
|
|
||||||
max-width: 400px;
|
|
||||||
width: auto;
|
|
||||||
}
|
|
||||||
#library {
|
|
||||||
div.folder_left {
|
|
||||||
width: 400px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
div.folder_left.indent {
|
|
||||||
display: block;
|
|
||||||
height: 22px;
|
|
||||||
overflow: hidden;
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
.folder {
|
|
||||||
strong {
|
|
||||||
&:hover {
|
|
||||||
background-color: $soft_blue_very_lighten;
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
#libraryInner {
|
|
||||||
bottom: 0;
|
|
||||||
overflow: auto;
|
|
||||||
|
|
||||||
#searchLibrarySurveys{
|
|
||||||
clear: both;
|
|
||||||
display: block;
|
|
||||||
float: left;
|
|
||||||
margin: 0px 0 10px 0;
|
|
||||||
padding: 0 10px 10px 0px;
|
|
||||||
|
|
||||||
input[type="text"] {
|
|
||||||
width: 200px;
|
|
||||||
padding: 4px 0 4px 7px;
|
|
||||||
font-size: 12px;
|
|
||||||
border: 1px solid $soft_blue;
|
|
||||||
}
|
|
||||||
|
|
||||||
.buttonwrapper {
|
|
||||||
margin: -2px 0 0 2px;
|
|
||||||
padding: 1px 3px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
#copy_library_alert {
|
|
||||||
padding: 5px;
|
|
||||||
border: 1px solid $red_error;
|
|
||||||
background: white;
|
|
||||||
}
|
|
||||||
div.anketa_vprasanja {
|
|
||||||
display: none;
|
|
||||||
padding-left: 33px;
|
|
||||||
span.new_spr {
|
|
||||||
display: block;
|
|
||||||
overflow: hidden;
|
|
||||||
height: 22px;
|
|
||||||
}
|
|
||||||
span {
|
|
||||||
&:hover {
|
|
||||||
background-color: white;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,49 +0,0 @@
|
|||||||
#main{
|
|
||||||
margin-top: 70px;
|
|
||||||
padding-bottom: 30px;
|
|
||||||
/*overflow-x: scroll;*/
|
|
||||||
|
|
||||||
#anketa_edit{
|
|
||||||
box-sizing: border-box !important;
|
|
||||||
padding: 15px !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
#placeholder{
|
|
||||||
width: auto;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
fieldset {
|
|
||||||
width: 100% !important;
|
|
||||||
|
|
||||||
box-sizing: border-box !important;
|
|
||||||
margin-left: 0 !important;
|
|
||||||
margin-right: 0 !important;
|
|
||||||
|
|
||||||
.nastavitveSpan1,
|
|
||||||
.nastavitveSpan2,
|
|
||||||
.nastavitveSpan3,
|
|
||||||
.nastavitveSpan4,
|
|
||||||
.nastavitveSpan5,
|
|
||||||
.nastavitveSpan6{
|
|
||||||
width: auto !important;
|
|
||||||
display: block !important;
|
|
||||||
float: none !important;
|
|
||||||
|
|
||||||
text-align: left !important;
|
|
||||||
padding: 15px 0 5px 0 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
select,
|
|
||||||
.select2-container,
|
|
||||||
input[type="text"],
|
|
||||||
textarea{
|
|
||||||
width: 100% !important;
|
|
||||||
box-sizing: border-box;
|
|
||||||
}
|
|
||||||
|
|
||||||
.setting{
|
|
||||||
height: auto !important;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
@ -1,10 +0,0 @@
|
|||||||
#srv_footer{
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
|
|
||||||
margin-top: 0;
|
|
||||||
|
|
||||||
.footer_left{
|
|
||||||
margin-bottom: 10px;
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,259 +0,0 @@
|
|||||||
.desktop_header{
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mobile_header{
|
|
||||||
position: fixed;
|
|
||||||
z-index: 9990;
|
|
||||||
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
|
|
||||||
width: 100vw;
|
|
||||||
height: 70px;
|
|
||||||
|
|
||||||
border-bottom: 1px solid $grey_super_light;
|
|
||||||
|
|
||||||
// Znotraj ankete
|
|
||||||
&.survey_edit{
|
|
||||||
color: white;
|
|
||||||
background-color: $strong_blue;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Seznam anket
|
|
||||||
&.survey_list{
|
|
||||||
color: $strong_blue;
|
|
||||||
background-color: white;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
.mobile_menu_icon{
|
|
||||||
width: 60px;
|
|
||||||
text-align: center;
|
|
||||||
|
|
||||||
&.mobile_menu_close{
|
|
||||||
display: none;
|
|
||||||
|
|
||||||
span{
|
|
||||||
font-size: 30px;
|
|
||||||
font-weight: 600;
|
|
||||||
line-height: 25px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
span{
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.mobile_survey_title{
|
|
||||||
width: calc(100% - 120px);
|
|
||||||
|
|
||||||
text-align: center;
|
|
||||||
font-size: 14px;
|
|
||||||
font-weight: 500;
|
|
||||||
}
|
|
||||||
.mobile_logo{
|
|
||||||
width: calc(100% - 120px);
|
|
||||||
|
|
||||||
#enka_logo{
|
|
||||||
margin: 0 auto;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* Mobile meni */
|
|
||||||
.mobile_menu{
|
|
||||||
position: fixed;
|
|
||||||
z-index: 9995;
|
|
||||||
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
|
|
||||||
top: 71px;
|
|
||||||
bottom: 0;
|
|
||||||
width: 85vw;
|
|
||||||
|
|
||||||
color: $main_text;
|
|
||||||
|
|
||||||
background-color: #ffffff;
|
|
||||||
|
|
||||||
overflow: hidden;
|
|
||||||
-webkit-overflow-scrolling: touch;
|
|
||||||
overflow-y: auto;
|
|
||||||
pointer-events: none;
|
|
||||||
transform: translateX(-100%);
|
|
||||||
|
|
||||||
&:not(.no-transition),
|
|
||||||
.submenu:not(.no-transition){
|
|
||||||
transition: all 250ms;
|
|
||||||
}
|
|
||||||
|
|
||||||
&.opened{
|
|
||||||
pointer-events: auto;
|
|
||||||
transform: translateX(0px);
|
|
||||||
}
|
|
||||||
|
|
||||||
&.submenu-opened{
|
|
||||||
overflow: hidden;
|
|
||||||
}
|
|
||||||
|
|
||||||
ul {
|
|
||||||
list-style-type: none;
|
|
||||||
padding: 0;
|
|
||||||
padding-left: 0px;
|
|
||||||
margin: 0;
|
|
||||||
|
|
||||||
-webkit-overflow-scrolling: touch;
|
|
||||||
|
|
||||||
> li {
|
|
||||||
display: block;
|
|
||||||
|
|
||||||
> a {
|
|
||||||
position: relative;
|
|
||||||
display: block;
|
|
||||||
|
|
||||||
padding: 18px 20px;
|
|
||||||
|
|
||||||
font-size: 14px;
|
|
||||||
font-weight: 500;
|
|
||||||
text-decoration: none;
|
|
||||||
|
|
||||||
transition: all 150ms;
|
|
||||||
|
|
||||||
&:hover {
|
|
||||||
background-color: $soft_blue;
|
|
||||||
border-radius: 3px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.arrow_back{
|
|
||||||
display: block;
|
|
||||||
position: absolute;
|
|
||||||
right: 20px;
|
|
||||||
top: 18px;
|
|
||||||
|
|
||||||
transform: rotate(180deg);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
&:not(:last-child) > a {
|
|
||||||
border-bottom: 1px solid $grey_super_light;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.submenu{
|
|
||||||
overflow: hidden;
|
|
||||||
-webkit-overflow-scrolling: touch;
|
|
||||||
overflow-y: auto;
|
|
||||||
pointer-events: none;
|
|
||||||
z-index: 9998;
|
|
||||||
|
|
||||||
position: fixed;
|
|
||||||
bottom: 0;
|
|
||||||
top: 0;
|
|
||||||
left: 100%;
|
|
||||||
|
|
||||||
width:100%;
|
|
||||||
min-height: 100%;
|
|
||||||
|
|
||||||
background-color: #ffffff;
|
|
||||||
|
|
||||||
&.opened{
|
|
||||||
left:0;
|
|
||||||
pointer-events:auto;
|
|
||||||
}
|
|
||||||
&.opened:not(.current){
|
|
||||||
overflow:hidden;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.submenu-header {
|
|
||||||
cursor: pointer;
|
|
||||||
position: relative;
|
|
||||||
display: flex;
|
|
||||||
|
|
||||||
border-bottom: solid 1px $grey_super_light;
|
|
||||||
|
|
||||||
> a {
|
|
||||||
display: block;
|
|
||||||
font-size: 14px;
|
|
||||||
font-weight: 500;
|
|
||||||
padding: 18px 20px;
|
|
||||||
padding-left: 20px;
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
> label {
|
|
||||||
display: block;
|
|
||||||
width: calc(100% - 110px);
|
|
||||||
|
|
||||||
margin-bottom: 8px;
|
|
||||||
margin-top: 20px;
|
|
||||||
padding-left: 0px;
|
|
||||||
|
|
||||||
font-size: 15px;
|
|
||||||
font-weight: 500;
|
|
||||||
text-align: center;
|
|
||||||
|
|
||||||
opacity: .5;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.mobile_menu_user{
|
|
||||||
|
|
||||||
li.has-submenu{
|
|
||||||
|
|
||||||
.arrow_back{
|
|
||||||
line-height: 30px;
|
|
||||||
}
|
|
||||||
|
|
||||||
a{
|
|
||||||
font-size: 13px;
|
|
||||||
color: $main_text;
|
|
||||||
|
|
||||||
.email{
|
|
||||||
font-size: 12px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.submenu_user_content{
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
|
|
||||||
padding: 20px;
|
|
||||||
|
|
||||||
> div{
|
|
||||||
padding: 5px 0 10px 0;
|
|
||||||
font-size: 14px;
|
|
||||||
font-weight: 500;
|
|
||||||
|
|
||||||
.faicon{
|
|
||||||
padding-right: 10px;
|
|
||||||
vertical-align: -1px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.mobile_menu_actions{
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
|
|
||||||
padding: 20px;
|
|
||||||
|
|
||||||
a{
|
|
||||||
padding: 0 0 15px 0;
|
|
||||||
|
|
||||||
font-size: 13px;
|
|
||||||
|
|
||||||
.faicon::before{
|
|
||||||
padding-right: 10px;
|
|
||||||
font-size: 20px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,30 +0,0 @@
|
|||||||
|
|
||||||
$breakpoint-tablet: 1100px;
|
|
||||||
$breakpoint-mobile: 600px;
|
|
||||||
|
|
||||||
|
|
||||||
// Samo responsive fixi za malo ozje ekrane, tablice
|
|
||||||
@media (max-width: $breakpoint-tablet) {
|
|
||||||
@import "responsive_fixes";
|
|
||||||
}
|
|
||||||
|
|
||||||
// Mobile popravki
|
|
||||||
@media (max-width: $breakpoint-mobile) {
|
|
||||||
|
|
||||||
// Osnova
|
|
||||||
@import "basic";
|
|
||||||
@import "header";
|
|
||||||
@import "footer";
|
|
||||||
|
|
||||||
// Posamezne strani
|
|
||||||
@import "pages/my_surveys";
|
|
||||||
@import "pages/new_survey";
|
|
||||||
@import "pages/status";
|
|
||||||
@import "pages/branching";
|
|
||||||
@import "pages/survey_settings";
|
|
||||||
@import "pages/testing";
|
|
||||||
@import "pages/publish";
|
|
||||||
@import "pages/data";
|
|
||||||
@import "pages/analysis";
|
|
||||||
}
|
|
||||||
|
|
@ -1,61 +0,0 @@
|
|||||||
|
|
||||||
// Tabele
|
|
||||||
.analysis_bottom_settings a:first-child{
|
|
||||||
display: block;
|
|
||||||
margin: 0 0 20px 0 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// Grafi
|
|
||||||
.chart_holder{
|
|
||||||
width: 100%;
|
|
||||||
box-sizing: border-box;
|
|
||||||
|
|
||||||
.chart_img{
|
|
||||||
min-height: auto;
|
|
||||||
float: none;
|
|
||||||
|
|
||||||
pointer-events: none;
|
|
||||||
|
|
||||||
img {
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.chart_settings{
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.chart_bottom_settings{
|
|
||||||
|
|
||||||
&:first-child{
|
|
||||||
display: block;
|
|
||||||
clear: both;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// Porocila
|
|
||||||
table.analysis_reports{
|
|
||||||
border-spacing: 0px;
|
|
||||||
|
|
||||||
> tbody > tr,
|
|
||||||
> tbody > tr > td{
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
|
|
||||||
width: 100%;
|
|
||||||
box-sizing: border-box;
|
|
||||||
}
|
|
||||||
|
|
||||||
> tbody > tr > td{
|
|
||||||
margin: 10px 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
fieldset{
|
|
||||||
margin-bottom: 0 !important;
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,266 +0,0 @@
|
|||||||
|
|
||||||
.page_branching #placeholder,
|
|
||||||
.page_ #placeholder{
|
|
||||||
margin-left: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.locked .add-variable-mobile,
|
|
||||||
.spremenljivka_content:hover .add-variable {
|
|
||||||
display: none !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
#branching{
|
|
||||||
width: 100%;
|
|
||||||
|
|
||||||
li{
|
|
||||||
margin: 0 10px 0 10px !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.spr_edit{
|
|
||||||
display: none !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.content_div_normalmode{
|
|
||||||
padding-bottom: 40px;
|
|
||||||
}
|
|
||||||
.add-variable-mobile {
|
|
||||||
display: block;
|
|
||||||
position: absolute;
|
|
||||||
left: 59px;
|
|
||||||
bottom: 20px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.empty_vrivanje {
|
|
||||||
padding: 30px 0 !important;
|
|
||||||
margin: 20px 10px 20px 10px !important;
|
|
||||||
|
|
||||||
.empty_vrivanje_title{
|
|
||||||
display: none;
|
|
||||||
|
|
||||||
margin: 0 20px;
|
|
||||||
font-size: 14px;
|
|
||||||
}
|
|
||||||
.empty_vrivanje_subtitle{
|
|
||||||
display: none;
|
|
||||||
|
|
||||||
margin: 15px 20px 0 15px;
|
|
||||||
font-size: 13px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mobile_add_question{
|
|
||||||
position: relative;
|
|
||||||
bottom: auto;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
#bottom_icons_holder{
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
|
|
||||||
.forma_bottom{
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
align-items: left;
|
|
||||||
|
|
||||||
width: 100%;
|
|
||||||
height: auto;
|
|
||||||
padding: 30px 10px 20px 20px;
|
|
||||||
|
|
||||||
.forma_bottom_inner{
|
|
||||||
display: flex;
|
|
||||||
flex-direction: row;
|
|
||||||
|
|
||||||
padding: 0 0 10px 0;
|
|
||||||
margin: 0;
|
|
||||||
|
|
||||||
a{
|
|
||||||
margin: 0 11px 0 2px;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// Toolbox na levi
|
|
||||||
#toolbox_advanced_settings{
|
|
||||||
display: none !important;
|
|
||||||
top: 150px;
|
|
||||||
}
|
|
||||||
#toolbox_basic{
|
|
||||||
display: none !important;
|
|
||||||
top: 187px;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Knjiznice ni nikoli
|
|
||||||
#toolbox_library{
|
|
||||||
display: none !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// Mobile gumb za dodajanje vprašanja na konec
|
|
||||||
.mobile_add_question{
|
|
||||||
display: block;
|
|
||||||
position: fixed;
|
|
||||||
bottom: 25px;
|
|
||||||
left: calc(50% - 95px);
|
|
||||||
|
|
||||||
width: 190px;
|
|
||||||
|
|
||||||
a{
|
|
||||||
display: flex !important;
|
|
||||||
justify-content: center;
|
|
||||||
padding: 10px 20px 10px !important;
|
|
||||||
|
|
||||||
font-size: 14px;
|
|
||||||
font-weight: 500;
|
|
||||||
}
|
|
||||||
|
|
||||||
.plus{
|
|
||||||
margin-right: 8px;
|
|
||||||
|
|
||||||
font-size: 28px;
|
|
||||||
line-height: 15px;
|
|
||||||
font-weight: 600;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// Mobile popup za dodajanje vprasanja
|
|
||||||
.mobile_add_question_popup{
|
|
||||||
z-index: 9999;
|
|
||||||
position: fixed;
|
|
||||||
top: 0;
|
|
||||||
left: 0;
|
|
||||||
|
|
||||||
width: 100%;
|
|
||||||
height: 100%;
|
|
||||||
|
|
||||||
box-sizing: border-box;
|
|
||||||
padding: 40px 20px 20px 20px;
|
|
||||||
|
|
||||||
background: white;
|
|
||||||
|
|
||||||
.mobile_add_question_item{
|
|
||||||
cursor: pointer;
|
|
||||||
position: relative;
|
|
||||||
|
|
||||||
box-sizing: border-box;
|
|
||||||
width: 300px;
|
|
||||||
height: 45px;
|
|
||||||
|
|
||||||
margin: 15px auto 5px auto;
|
|
||||||
|
|
||||||
font-size: 16px;
|
|
||||||
font-weight: 500;
|
|
||||||
text-align: center;
|
|
||||||
|
|
||||||
background-color: $soft_blue_very_lighten;
|
|
||||||
border: 1px $soft_blue_lighten solid;
|
|
||||||
|
|
||||||
&:hover{
|
|
||||||
background-color: $soft_blue_lighten;
|
|
||||||
border: 1px $soft_blue solid;
|
|
||||||
}
|
|
||||||
|
|
||||||
span.faicon{
|
|
||||||
position: absolute;
|
|
||||||
left: 20px;
|
|
||||||
line-height: 42px;
|
|
||||||
|
|
||||||
&.matrix_32{
|
|
||||||
line-height: 10px;
|
|
||||||
margin-top: 9px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
span.item_text{
|
|
||||||
line-height: 42px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.mobile_add_question_button{
|
|
||||||
position: absolute;
|
|
||||||
bottom: 25px;
|
|
||||||
left: calc(50% - 95px);
|
|
||||||
|
|
||||||
box-sizing: border-box;
|
|
||||||
width: 190px;
|
|
||||||
|
|
||||||
text-align: center;
|
|
||||||
|
|
||||||
a{
|
|
||||||
padding: 10px 20px 10px !important;
|
|
||||||
|
|
||||||
font-size: 14px;
|
|
||||||
font-weight: 500;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// Urejanje vprasanja popup
|
|
||||||
#vprasanje_float_editing{
|
|
||||||
position: fixed;
|
|
||||||
z-index: 99999;
|
|
||||||
|
|
||||||
width: 100%;
|
|
||||||
height: 100%;
|
|
||||||
max-height: 100%;
|
|
||||||
overflow-y: auto;
|
|
||||||
overflow-x: hidden;
|
|
||||||
|
|
||||||
margin: 0 !important;
|
|
||||||
top: 0;
|
|
||||||
right: 0;
|
|
||||||
left: 0;
|
|
||||||
|
|
||||||
box-shadow: 0px 0px 100px 100px #333;
|
|
||||||
|
|
||||||
#vprasanje_edit{
|
|
||||||
top: 0;
|
|
||||||
margin-bottom: 55px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#vprasanje_tabs{
|
|
||||||
position: absolute;
|
|
||||||
top: 42px;
|
|
||||||
|
|
||||||
a.tab_link{
|
|
||||||
height: auto;
|
|
||||||
padding: 10px 9px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.tab{
|
|
||||||
padding-top: 100px;
|
|
||||||
|
|
||||||
h2{
|
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
left: 0;
|
|
||||||
width: 100%;
|
|
||||||
height: 42px;
|
|
||||||
|
|
||||||
box-sizing: border-box;
|
|
||||||
padding: 10px;
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
#vprasanje_buttons{
|
|
||||||
display: flex;
|
|
||||||
justify-content: space-evenly;
|
|
||||||
position: relative;
|
|
||||||
|
|
||||||
bottom: 30px;
|
|
||||||
padding: 0 15px;
|
|
||||||
|
|
||||||
span{
|
|
||||||
width: 40%;
|
|
||||||
margin-left: 0 !important;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,99 +0,0 @@
|
|||||||
|
|
||||||
.page_data{
|
|
||||||
|
|
||||||
#vnosi_paginacija{
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
float: none;
|
|
||||||
|
|
||||||
> div{
|
|
||||||
margin: 5px 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
label{
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
#data_search_filter{
|
|
||||||
display: flex;
|
|
||||||
width: 100%;
|
|
||||||
box-sizing: border-box;
|
|
||||||
|
|
||||||
input{
|
|
||||||
box-sizing: border-box;
|
|
||||||
margin-left: 10px;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.dataSettingsBasic{
|
|
||||||
width: 100%;
|
|
||||||
box-sizing: border-box;
|
|
||||||
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#toggleDataCheckboxes{
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
#div_vnosi_data{
|
|
||||||
|
|
||||||
#dataTableScroller {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#tableContainer{
|
|
||||||
overflow-y: hidden;
|
|
||||||
padding-bottom: 20px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
#bottom_data_legend{
|
|
||||||
display: block;
|
|
||||||
float: none;
|
|
||||||
|
|
||||||
width: 100%;
|
|
||||||
box-sizing: border-box;
|
|
||||||
|
|
||||||
margin: 5px 0 10px 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// Ostale podstrani
|
|
||||||
.subpage_append,
|
|
||||||
.subpage_merge,
|
|
||||||
.subpage_calculation,
|
|
||||||
.subpage_coding_auto,
|
|
||||||
.subpage_recoding,
|
|
||||||
.subpage_coding,
|
|
||||||
.page_export{
|
|
||||||
flex-direction: column !important;
|
|
||||||
|
|
||||||
.anketa_edit_left,
|
|
||||||
.anketa_edit_main{
|
|
||||||
width: 100% !important;
|
|
||||||
box-sizing: border-box;
|
|
||||||
|
|
||||||
margin: 20px 0 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.anketa_edit_left{
|
|
||||||
margin: 0 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
textarea{
|
|
||||||
width: 100% !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
#inv_upload_recipients_nosbmt + span{
|
|
||||||
display: block;
|
|
||||||
clear: both;
|
|
||||||
margin: 40px 0 0 0 !important;
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,103 +0,0 @@
|
|||||||
|
|
||||||
#main #moje_ankete_edit{
|
|
||||||
padding: 20px !important;
|
|
||||||
|
|
||||||
#anketa_edit{
|
|
||||||
padding: 0 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
#survey_list{
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
|
|
||||||
> div{
|
|
||||||
margin: 15px 0 20px 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#anketa_new_float{
|
|
||||||
display: flex;
|
|
||||||
justify-content: left;
|
|
||||||
}
|
|
||||||
|
|
||||||
#pagination{
|
|
||||||
margin-left: auto;
|
|
||||||
margin-right: auto;
|
|
||||||
|
|
||||||
transform: none;
|
|
||||||
|
|
||||||
display: none;
|
|
||||||
|
|
||||||
&.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),
|
|
||||||
&:nth-child(6){
|
|
||||||
display: table-cell;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// 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;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
@ -1,89 +0,0 @@
|
|||||||
|
|
||||||
#new_anketa_div{
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
|
|
||||||
min-height: auto;
|
|
||||||
width: 100%;
|
|
||||||
|
|
||||||
|
|
||||||
#left_menu,
|
|
||||||
#right_content{
|
|
||||||
width: 100%;
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
|
|
||||||
#right_content{
|
|
||||||
box-sizing: border-box;
|
|
||||||
|
|
||||||
margin: 20px 0 0 0;
|
|
||||||
padding: 0;
|
|
||||||
|
|
||||||
.setting{
|
|
||||||
width: 100% !important;
|
|
||||||
margin: 0 !important;
|
|
||||||
padding: 0 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.survey_title_text_holder{
|
|
||||||
flex-direction: column !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
select{
|
|
||||||
width: 100% !important;
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
input{
|
|
||||||
width: 100% !important;
|
|
||||||
box-sizing: border-box;
|
|
||||||
}
|
|
||||||
|
|
||||||
.survey_type_holder{
|
|
||||||
flex-direction: column !important;
|
|
||||||
|
|
||||||
label{
|
|
||||||
margin-bottom: 15px;
|
|
||||||
|
|
||||||
> div{
|
|
||||||
box-sizing: border-box;
|
|
||||||
padding: 10px !important;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.fieldset{
|
|
||||||
line-height: 24px;
|
|
||||||
|
|
||||||
input[type="file"]{
|
|
||||||
margin-top: 20px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
#input_field_holder,
|
|
||||||
#preview_field_holder{
|
|
||||||
width: 100% !important;
|
|
||||||
float: none;
|
|
||||||
|
|
||||||
box-sizing: border-box;
|
|
||||||
margin: 0 !important;
|
|
||||||
padding: 10px 0 !important;
|
|
||||||
}
|
|
||||||
.from_text_instructions{
|
|
||||||
line-height: 20px !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.fieldset.noSurvey_template{
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
|
|
||||||
.template{
|
|
||||||
align-self: center;
|
|
||||||
width: auto !important;
|
|
||||||
|
|
||||||
.template_preview {
|
|
||||||
margin-right: 10px !important;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,175 +0,0 @@
|
|||||||
|
|
||||||
#vabila > table,
|
|
||||||
table.invitations_settings,
|
|
||||||
#inv_msg_preview table,
|
|
||||||
#inv_send_mail table{
|
|
||||||
border-spacing: 0px;
|
|
||||||
width: 100%;
|
|
||||||
|
|
||||||
tbody{
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
width: 100% !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
> tbody > tr,
|
|
||||||
> tbody > tr > td{
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
|
|
||||||
width: 100% !important;
|
|
||||||
box-sizing: border-box;
|
|
||||||
}
|
|
||||||
|
|
||||||
> tbody > tr > td{
|
|
||||||
height: auto !important;
|
|
||||||
margin: 0;
|
|
||||||
padding: 0 !important;
|
|
||||||
|
|
||||||
> br{
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
> div,
|
|
||||||
> fieldset{
|
|
||||||
margin: 15px 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
colgroup,
|
|
||||||
colgroup col{
|
|
||||||
width: 100% !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
p label{
|
|
||||||
width: 100%;
|
|
||||||
|
|
||||||
input[type="text"],
|
|
||||||
input[type="number"],
|
|
||||||
input[type="password"]{
|
|
||||||
width: 100% !important;
|
|
||||||
box-sizing: border-box;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
#surveyInvitationSetting,
|
|
||||||
#surveyInvitationSettingServer{
|
|
||||||
min-width: 100% !important;
|
|
||||||
width: 100% !important;
|
|
||||||
|
|
||||||
margin: 10px 0 !important;
|
|
||||||
box-sizing: border-box !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Navigacija v vabilih
|
|
||||||
#inv_top_navi{
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
|
|
||||||
width: 100%;
|
|
||||||
padding: 0;
|
|
||||||
margin: 0;
|
|
||||||
|
|
||||||
.inv_space{
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
> #inv_step_nav{
|
|
||||||
width: 100%;
|
|
||||||
|
|
||||||
padding: 0;
|
|
||||||
margin: 0 0 15px 0;
|
|
||||||
|
|
||||||
.inv_step{
|
|
||||||
height: auto;
|
|
||||||
padding: 0;
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
span.label{
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
> #inv_step_nav.yellow{
|
|
||||||
display: flex;
|
|
||||||
justify-content: space-between;
|
|
||||||
|
|
||||||
|
|
||||||
.inv_step{
|
|
||||||
|
|
||||||
span.circle{
|
|
||||||
width: 18px;
|
|
||||||
height: 18px;
|
|
||||||
line-height: 18px;
|
|
||||||
}
|
|
||||||
|
|
||||||
span.label{
|
|
||||||
padding: 0 0 0 3px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.inv_step_space{
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// VABILA podstrani
|
|
||||||
#inv_recipients_profiles_holder,
|
|
||||||
#inv_import_list_container,
|
|
||||||
#inv_messages_profiles_holder,
|
|
||||||
#inv_msg_preview_hld,
|
|
||||||
#invitation_profile_notes,
|
|
||||||
#inv_select_mail_to,
|
|
||||||
#inv_select_mail_preview{
|
|
||||||
width: 100%;
|
|
||||||
box-sizing: border-box;
|
|
||||||
|
|
||||||
margin: 15px 0 !important;
|
|
||||||
|
|
||||||
textarea{
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
#inv_msg_preview table{
|
|
||||||
|
|
||||||
th{
|
|
||||||
height: auto !important;
|
|
||||||
width: 100% !important;
|
|
||||||
margin: 0;
|
|
||||||
padding: 20px 0 0 0 !important;
|
|
||||||
|
|
||||||
text-align: left;
|
|
||||||
}
|
|
||||||
|
|
||||||
input{
|
|
||||||
width: 100%;
|
|
||||||
box-sizing: border-box;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.addthis_toolbox{
|
|
||||||
line-height: 24px;
|
|
||||||
|
|
||||||
.at-icon-wrapper{
|
|
||||||
height: 24px !important;
|
|
||||||
width: 24px !important;
|
|
||||||
|
|
||||||
svg{
|
|
||||||
height: 24px !important;
|
|
||||||
width: 24px !important;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.addthis_separator{
|
|
||||||
font-size: 16px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
#inv_field_container ul li {
|
|
||||||
width: 45%;
|
|
||||||
}
|
|
@ -1,16 +0,0 @@
|
|||||||
table.dashboard{
|
|
||||||
border-spacing: 0px;
|
|
||||||
|
|
||||||
> tbody > tr,
|
|
||||||
> tbody > tr > td{
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
|
|
||||||
width: 100%;
|
|
||||||
box-sizing: border-box;
|
|
||||||
}
|
|
||||||
|
|
||||||
> tbody > tr > td{
|
|
||||||
margin: 15px 0;
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,104 +0,0 @@
|
|||||||
|
|
||||||
#main #anketa #globalSetingsList {
|
|
||||||
max-width: 100% !important;
|
|
||||||
width: 100% !important;
|
|
||||||
|
|
||||||
fieldset{
|
|
||||||
width: 100% !important;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/* NASTAVITVE in ARHIVI */
|
|
||||||
#main #anketa #anketa_edit.page_nastavitve,
|
|
||||||
#main #anketa #anketa_edit.page_osn_pod,
|
|
||||||
#main #anketa #anketa_edit.page_mobile_settings,
|
|
||||||
#main #anketa #anketa_edit.page_jezik,
|
|
||||||
#main #anketa #anketa_edit.page_dostop,
|
|
||||||
#main #anketa #anketa_edit.page_piskot,
|
|
||||||
#main #anketa #anketa_edit.page_alert,
|
|
||||||
#main #anketa #anketa_edit.page_trajanje,
|
|
||||||
#main #anketa #anketa_edit.page_skupine,
|
|
||||||
#main #anketa #anketa_edit.page_urejanje,
|
|
||||||
#main #anketa #anketa_edit.page_prikaz,
|
|
||||||
#main #anketa #anketa_edit.page_metadata,
|
|
||||||
#main #anketa #anketa_edit.page_missing,
|
|
||||||
#main #anketa #anketa_edit.page_export_settings,
|
|
||||||
#main #anketa #anketa_edit.page_gdpr_settings,
|
|
||||||
#main #anketa #anketa_edit.page_uporabnost,
|
|
||||||
#main #anketa #anketa_edit.page_kviz,
|
|
||||||
#main #anketa #anketa_edit.page_voting,
|
|
||||||
#main #anketa #anketa_edit.page_social_network,
|
|
||||||
#main #anketa #anketa_edit.page_slideshow,
|
|
||||||
#main #anketa #anketa_edit.page_telephone,
|
|
||||||
#main #anketa #anketa_edit.page_chat,
|
|
||||||
#main #anketa #anketa_edit.page_panel,
|
|
||||||
#main #anketa #anketa_edit.page_advanced_paradata,
|
|
||||||
#main #anketa #anketa_edit.page_json_survey_export,
|
|
||||||
#main #anketa #anketa_edit.page_fieldwork{
|
|
||||||
flex-direction: column-reverse;
|
|
||||||
|
|
||||||
> div{
|
|
||||||
width: 100%;
|
|
||||||
margin: 20px 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/* OBLIKA */
|
|
||||||
#main #anketa #anketa_edit.page_tema{
|
|
||||||
|
|
||||||
#div_theme_group_holder{
|
|
||||||
width: 100%;
|
|
||||||
|
|
||||||
#div_theme_group div.theme_label{
|
|
||||||
width: 100%;
|
|
||||||
box-sizing: border-box;
|
|
||||||
margin-left: 0;
|
|
||||||
margin-right: 0;
|
|
||||||
|
|
||||||
img{
|
|
||||||
width: 100%;
|
|
||||||
height: auto;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
#theme-editor{
|
|
||||||
width: 100% !important;
|
|
||||||
float: none !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
#theme-preview{
|
|
||||||
width: 100% !important;
|
|
||||||
float: none !important;
|
|
||||||
|
|
||||||
margin-top: 80px !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* ARHIVI */
|
|
||||||
#main #anketa #anketa_edit.page_arhivi{
|
|
||||||
flex-direction: column-reverse;
|
|
||||||
|
|
||||||
> div{
|
|
||||||
width: 100% !important;
|
|
||||||
margin: 20px 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#div_archive_content fieldset {
|
|
||||||
width: 100% !important;
|
|
||||||
|
|
||||||
box-sizing: border-box !important;
|
|
||||||
margin-left: 0 !important;
|
|
||||||
margin-right: 0 !important;
|
|
||||||
|
|
||||||
input{
|
|
||||||
width: 100% !important;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
@ -1,47 +0,0 @@
|
|||||||
|
|
||||||
#srv_diagnostic{
|
|
||||||
|
|
||||||
br{
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#srv_diagnostic_results,
|
|
||||||
#srv_diagnostic_results_right{
|
|
||||||
clear: both;
|
|
||||||
display: block !important;
|
|
||||||
width: 100% !important;
|
|
||||||
|
|
||||||
box-sizing: border-box;
|
|
||||||
margin: 20px 0 !important;
|
|
||||||
|
|
||||||
table{
|
|
||||||
width: 100%;
|
|
||||||
min-width: 100%;
|
|
||||||
|
|
||||||
td + td {
|
|
||||||
width: auto !important;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
.subpage_testnipodatki{
|
|
||||||
line-height: 20px;
|
|
||||||
|
|
||||||
form{
|
|
||||||
|
|
||||||
input[type="submit"]{
|
|
||||||
margin: 10px 0 10px 15px;
|
|
||||||
padding: 3px;
|
|
||||||
}
|
|
||||||
|
|
||||||
label{
|
|
||||||
padding-top: 20px;
|
|
||||||
|
|
||||||
input{
|
|
||||||
vertical-align: bottom;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
@ -1 +0,0 @@
|
|||||||
|
|
@ -1,349 +0,0 @@
|
|||||||
/*
|
|
||||||
Created on : 30-Jan-2020
|
|
||||||
Author : Peter Hrvatin
|
|
||||||
*/
|
|
||||||
|
|
||||||
|
|
||||||
/* Okno za obvestilo, da je funkcionalnost onemogocena in je potrebno kupiti paket */
|
|
||||||
.user_access_warning{
|
|
||||||
align-self: flex-start;
|
|
||||||
float: left;
|
|
||||||
|
|
||||||
padding: 10px 20px 20px 20px;
|
|
||||||
margin: 10px 0;
|
|
||||||
|
|
||||||
background: none repeat scroll 0 0 $soft_blue_very_lighten;
|
|
||||||
border: 1px solid $strong_blue;
|
|
||||||
|
|
||||||
background-color: $violet_lighter;
|
|
||||||
border: 1px solid $violet;
|
|
||||||
|
|
||||||
p{
|
|
||||||
font-size: 13px;
|
|
||||||
font-weight: 500;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.buttonwrapper a {
|
|
||||||
background-color: $violet;
|
|
||||||
border: 1px $violet solid;
|
|
||||||
|
|
||||||
&:hover{
|
|
||||||
background-color: $violet_light;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Text za obvestilo, da je funkcionalnost onemogocena in je potrebno kupiti paket */
|
|
||||||
p.user_access_warning_text{
|
|
||||||
padding: 10px;
|
|
||||||
margin: 0;
|
|
||||||
|
|
||||||
color: $violet;
|
|
||||||
font-style: italic;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// Gumb na vrhu za upgrade paketa
|
|
||||||
#topLine2 .upgrade_package{
|
|
||||||
display: inline-block;
|
|
||||||
margin-left: 30px;
|
|
||||||
vertical-align: 4px;
|
|
||||||
|
|
||||||
div.buttonwrapper a {
|
|
||||||
background-color: $violet;
|
|
||||||
border: 1px $violet solid;
|
|
||||||
|
|
||||||
&:hover{
|
|
||||||
background-color: $violet_light;
|
|
||||||
border: 1px $violet_light solid;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
#enka_nav .upgrade_package{
|
|
||||||
display: inline-block;
|
|
||||||
margin: 0 30px 0 0;
|
|
||||||
vertical-align: middle;
|
|
||||||
|
|
||||||
div.buttonwrapper a {
|
|
||||||
background-color: $violet;
|
|
||||||
border: 1px $violet solid;
|
|
||||||
|
|
||||||
&:hover{
|
|
||||||
background-color: $violet_light;
|
|
||||||
border: 1px $violet_light solid;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// Levi toolbox (ifi, tipi vprasanj...)
|
|
||||||
#toolbox_basic > p.user_access_locked{
|
|
||||||
opacity: 0.8;
|
|
||||||
background-color: $violet;
|
|
||||||
|
|
||||||
&:hover{
|
|
||||||
background-color: darken($violet, 5%);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
#toolbox_add_advanced .user_access_locked{
|
|
||||||
color: $violet;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// Izvozi
|
|
||||||
#secondNavigation_links #hover_export a.user_access_locked,
|
|
||||||
.analysis_bottom_settings a.user_access_locked{
|
|
||||||
color: $violet;
|
|
||||||
|
|
||||||
&:hover{
|
|
||||||
color: $violet_light;
|
|
||||||
|
|
||||||
span.faicon{
|
|
||||||
color: $violet_light !important;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
span.faicon{
|
|
||||||
color: $violet !important;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// Splosne ikone
|
|
||||||
span.faicon.user_access_locked,
|
|
||||||
a.faicon.user_access_locked,
|
|
||||||
a.user_access_locked,
|
|
||||||
a.user_access_locked span,
|
|
||||||
span.faicon.user_access_locked::before,
|
|
||||||
label.user_access_locked,
|
|
||||||
#branching li.spr_editing div.spr_edit a.faicon.user_access_locked{
|
|
||||||
color: $violet !important;
|
|
||||||
|
|
||||||
&:hover{
|
|
||||||
color: $violet_light !important;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// Inline ifi ikone
|
|
||||||
.variabla span.inline.faicon.user_access_locked::before {
|
|
||||||
color: lighten($violet, 35%) !important;
|
|
||||||
}
|
|
||||||
.variabla span.inline.faicon.user_access_locked:hover::before{
|
|
||||||
color: $violet !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// Filtri pri analizi, podatkih...
|
|
||||||
#analiza_right_options.user_access_locked #div_analiza_filtri_right{
|
|
||||||
|
|
||||||
ul li span{
|
|
||||||
color: $violet !important;
|
|
||||||
|
|
||||||
&:hover{
|
|
||||||
color: $violet_light !important;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// Vklop map v mojih anketah
|
|
||||||
#folderSwitch.user_access_locked{
|
|
||||||
color: $violet;
|
|
||||||
|
|
||||||
border: 1px $violet solid;
|
|
||||||
|
|
||||||
&:hover{
|
|
||||||
background-color: lighten($violet, 48%);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// Narocila - popup
|
|
||||||
.user_narocila_popup{
|
|
||||||
z-index: 99;
|
|
||||||
display: none;
|
|
||||||
|
|
||||||
width: 500px;
|
|
||||||
|
|
||||||
.edit_narocilo_content{
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
|
|
||||||
.form_holder{
|
|
||||||
padding-bottom: 30px;
|
|
||||||
line-height: 24px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.edit_narocilo_segment{
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
|
|
||||||
margin-bottom: 20px;
|
|
||||||
padding: 10px;
|
|
||||||
|
|
||||||
background-color: $soft_blue_very_lighten;
|
|
||||||
border: 1px solid $soft_blue;
|
|
||||||
|
|
||||||
.edit_narocilo_line{
|
|
||||||
.nastavitveSpan5{
|
|
||||||
width: 30%;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.buttons_holder{
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
#narocila {
|
|
||||||
.data{
|
|
||||||
margin-top: 6px;
|
|
||||||
font-size: 13px;
|
|
||||||
|
|
||||||
span.setting_title {
|
|
||||||
float: left;
|
|
||||||
width: 150px;
|
|
||||||
padding-right: 10px;
|
|
||||||
|
|
||||||
text-align: right;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
a.ovalbutton{
|
|
||||||
line-height: 18px;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Narocila - tabele
|
|
||||||
.narocila_filters{
|
|
||||||
margin-bottom: 15px;
|
|
||||||
|
|
||||||
label{
|
|
||||||
margin-right: 10px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
table.dataTable.user_narocila_admin{
|
|
||||||
padding: 20px 0;
|
|
||||||
|
|
||||||
@media screen and (max-width: 700px) {
|
|
||||||
tr{
|
|
||||||
&.red_bg{
|
|
||||||
/*background-color: #eecccc;*/
|
|
||||||
}
|
|
||||||
&.green_bg{
|
|
||||||
background-color: #ddeedd;
|
|
||||||
}
|
|
||||||
&.black_bg{
|
|
||||||
background-color: #eeeeee;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
td:nth-child(1),
|
|
||||||
td:nth-child(n+4){
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
table.user_narocila {
|
|
||||||
max-width: 1200px;
|
|
||||||
padding: 0px;
|
|
||||||
margin: 20px 0 5px 10px;
|
|
||||||
|
|
||||||
font-size: 13px;
|
|
||||||
color: #404040;
|
|
||||||
|
|
||||||
border-collapse: collapse;
|
|
||||||
|
|
||||||
tr {
|
|
||||||
th {
|
|
||||||
padding: 5px 10px;
|
|
||||||
min-width: 80px;
|
|
||||||
border: 1px solid $grey_very_light;
|
|
||||||
text-align: center;
|
|
||||||
font-weight: 600;
|
|
||||||
background-color: $soft_blue;
|
|
||||||
}
|
|
||||||
|
|
||||||
td {
|
|
||||||
padding: 5px 10px;
|
|
||||||
min-width: 80px;
|
|
||||||
border: 1px solid $grey_very_light;
|
|
||||||
background-color: $soft_blue_very_lighten;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
#placila {
|
|
||||||
|
|
||||||
// Placila - tabela
|
|
||||||
table.user_placila_admin {
|
|
||||||
padding: 20px 0;
|
|
||||||
|
|
||||||
td{
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.buttons_holder{
|
|
||||||
height: 30px;
|
|
||||||
margin-top: 20px;
|
|
||||||
}
|
|
||||||
|
|
||||||
a.ovalbutton{
|
|
||||||
line-height: 18px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// Placila - popup
|
|
||||||
.user_placila_popup{
|
|
||||||
z-index: 99;
|
|
||||||
display: none;
|
|
||||||
|
|
||||||
width: 500px;
|
|
||||||
|
|
||||||
.edit_placilo_content{
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
|
|
||||||
.form_holder{
|
|
||||||
padding-bottom: 30px;
|
|
||||||
line-height: 24px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.edit_placilo_segment{
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
|
|
||||||
margin-bottom: 20px;
|
|
||||||
padding: 10px;
|
|
||||||
|
|
||||||
background-color: $soft_blue_very_lighten;
|
|
||||||
border: 1px solid $soft_blue;
|
|
||||||
|
|
||||||
.edit_placilo_line{
|
|
||||||
.nastavitveSpan5{
|
|
||||||
width: 20%;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
textarea{
|
|
||||||
width: 70%;
|
|
||||||
}
|
|
||||||
input{
|
|
||||||
width: 180px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.buttons_holder{
|
|
||||||
width: 100%;
|
|
||||||
margin-top: 0px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
File diff suppressed because it is too large
Load Diff
@ -1,151 +0,0 @@
|
|||||||
/*
|
|
||||||
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 : 24-Aug-2018, 11:14:22
|
|
||||||
Author : podkrizniku
|
|
||||||
*/
|
|
||||||
|
|
||||||
.publish_url_holder{
|
|
||||||
padding: 5px 0 13px 0;
|
|
||||||
line-height: 20px;
|
|
||||||
}
|
|
||||||
.url_box_active {
|
|
||||||
padding: 5px;
|
|
||||||
border: 1px solid $strong_blue;
|
|
||||||
background: none repeat scroll 0 0 $strong_blue_super_light;
|
|
||||||
|
|
||||||
b{
|
|
||||||
font-weight: 500;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
#vabila {
|
|
||||||
min-height: 250px;
|
|
||||||
background-color: white;
|
|
||||||
|
|
||||||
span#anketa_aktivacija_note {
|
|
||||||
display: inline-block;
|
|
||||||
box-sizing: border-box;
|
|
||||||
|
|
||||||
width: 100%;
|
|
||||||
padding: 10px;
|
|
||||||
//margin-left: 2px;
|
|
||||||
margin-bottom: 15px;
|
|
||||||
|
|
||||||
font-size: 15px;
|
|
||||||
|
|
||||||
background-color: $soft_blue_very_lighten;
|
|
||||||
border: 1px solid $soft_blue;
|
|
||||||
|
|
||||||
#vabila_anketa_aktivacija {
|
|
||||||
a {
|
|
||||||
color: $orange;
|
|
||||||
padding-left: 10px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.sprites.star_off {
|
|
||||||
vertical-align: -5%;
|
|
||||||
}
|
|
||||||
.sprites.star_on {
|
|
||||||
vertical-align: -5%;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
span#anketa_aktivacija_note.google_yellow {
|
|
||||||
color: $grey_super_dark;
|
|
||||||
background-color: $orange_super_lighten !important;
|
|
||||||
border: 1px solid $orange;
|
|
||||||
|
|
||||||
#vabila_anketa_aktivacija {
|
|
||||||
a {
|
|
||||||
font-weight: 500;
|
|
||||||
color: $orange_very_darken;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
span#anketa_diagnostika_note {
|
|
||||||
display: inline-block;
|
|
||||||
width: auto;
|
|
||||||
margin-bottom: 10px;
|
|
||||||
margin-left: 2px;
|
|
||||||
margin-bottom: 5px;
|
|
||||||
padding: 5px;
|
|
||||||
font-size: 15px;
|
|
||||||
background-color: $soft_blue_very_lighten;
|
|
||||||
border: 1px solid $soft_blue;
|
|
||||||
}
|
|
||||||
#anketa_diagnostika_note2 {
|
|
||||||
padding: 10px;
|
|
||||||
margin: 10px 0 15px 0;
|
|
||||||
font-size: 15px;
|
|
||||||
color: $orange_very_darken;
|
|
||||||
border: 1px solid $orange;
|
|
||||||
background-color: $orange_super_lighten;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.shift {
|
|
||||||
margin: 0px 0px 0px 20px;
|
|
||||||
}
|
|
||||||
.labelSpan {
|
|
||||||
width: 60px;
|
|
||||||
display: table-cell;
|
|
||||||
float: left;
|
|
||||||
text-align: left;
|
|
||||||
}
|
|
||||||
.labelSpanWide {
|
|
||||||
width: 60px;
|
|
||||||
display: table-cell;
|
|
||||||
float: left;
|
|
||||||
text-align: left;
|
|
||||||
width: 100px;
|
|
||||||
}
|
|
||||||
.qs_data {
|
|
||||||
margin-left: 5px;
|
|
||||||
display: inline-block;
|
|
||||||
font-weight: normal !important;
|
|
||||||
}
|
|
||||||
#tbl_inv_setting {
|
|
||||||
td {
|
|
||||||
vertical-align: top;
|
|
||||||
border-spacing: 0px;
|
|
||||||
padding: 0px;
|
|
||||||
margin: 0px;
|
|
||||||
border-collapse: collapse;
|
|
||||||
fieldset {
|
|
||||||
padding: 5px 15px;
|
|
||||||
margin: 3px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
p {
|
|
||||||
margin: 7px 0px;
|
|
||||||
}
|
|
||||||
textarea {
|
|
||||||
&:focus {
|
|
||||||
border: none;
|
|
||||||
background-color: $orange_super_lighten;
|
|
||||||
border: 1px dashed darkgray;
|
|
||||||
padding: 2px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
#surveyInvitationSettingServer{
|
|
||||||
min-width:440px;
|
|
||||||
max-width:700px;
|
|
||||||
margin: 15px 10px 10px 5px;
|
|
||||||
display:inline-block;
|
|
||||||
padding: 0 10px 10px 10px;
|
|
||||||
border: 1px solid $soft_blue;
|
|
||||||
background-color: $soft_blue_very_lighten;
|
|
||||||
|
|
||||||
}
|
|
||||||
#surveyInvitationSetting{
|
|
||||||
min-width:440px;
|
|
||||||
margin: 15px 10px 10px 5px;
|
|
||||||
display:inline-block;
|
|
||||||
padding:0 10px 10px 10px;
|
|
||||||
border: 1px solid $soft_blue;
|
|
||||||
background-color: $soft_blue_very_lighten;
|
|
||||||
}
|
|
@ -1,108 +0,0 @@
|
|||||||
/*
|
|
||||||
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, 13:49:25
|
|
||||||
Author : podkrizniku
|
|
||||||
*/
|
|
||||||
|
|
||||||
#all_users_list td:nth-child(n+6),
|
|
||||||
#deleted_users_list td:nth-child(n+4),
|
|
||||||
#unconfirmed_mail_user_list td:nth-child(n+4),
|
|
||||||
#unsigned_users_list td:nth-child(n+4){
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* datatables popravki */
|
|
||||||
table.dataTable{
|
|
||||||
|
|
||||||
&.no-footer {
|
|
||||||
border-bottom: none !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
thead th {
|
|
||||||
color: gray;
|
|
||||||
|
|
||||||
background-color: $soft_blue_very_lighten !important;
|
|
||||||
border-bottom: none !important;
|
|
||||||
|
|
||||||
&.sorting,
|
|
||||||
&.sorting_asc,
|
|
||||||
&.sorting_desc{
|
|
||||||
background-position: right 8px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
tbody td {
|
|
||||||
border-top: 1px solid #ddd;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
|
|
||||||
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
|
|
||||||
color: #3d5f95 !important;
|
|
||||||
border: 1px solid #3d5f95 !important;
|
|
||||||
background: white !important;
|
|
||||||
}
|
|
||||||
.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
|
|
||||||
color: white !important;
|
|
||||||
background: #3d5f95 !important;
|
|
||||||
}
|
|
||||||
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled{
|
|
||||||
border: 1px solid transparent !important;
|
|
||||||
background: transparent !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
form.manager_add_user {
|
|
||||||
p {
|
|
||||||
padding: 0 !important;
|
|
||||||
}
|
|
||||||
label {
|
|
||||||
width: 100px;
|
|
||||||
display: inline-block;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.dt-buttons {
|
|
||||||
margin-bottom: 10px;
|
|
||||||
}
|
|
||||||
.dataTables_length {
|
|
||||||
padding: 5px 0 15px 0;
|
|
||||||
}
|
|
||||||
button.dt-button {
|
|
||||||
cursor: pointer;
|
|
||||||
padding: 5px 12px 6px;
|
|
||||||
background-color: $strong_blue;
|
|
||||||
border-radius: 20px;
|
|
||||||
color: white;
|
|
||||||
border-image: none;
|
|
||||||
border: 0;
|
|
||||||
font-size: 11px;
|
|
||||||
|
|
||||||
&:hover, .active {
|
|
||||||
background: $orange;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.dt-button-collection {
|
|
||||||
padding-top: 22px;
|
|
||||||
>.buttons-columnVisibility {
|
|
||||||
color: $strong_blue;
|
|
||||||
background: white;
|
|
||||||
&:hover {
|
|
||||||
color: white;
|
|
||||||
background: $orange;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
button.buttons-columnVisibility {
|
|
||||||
background-color: white;
|
|
||||||
color: $strong_blue;
|
|
||||||
border: 1px solid $strong_blue;
|
|
||||||
|
|
||||||
|
|
||||||
&.active {
|
|
||||||
background-color: $strong_blue;
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,142 +0,0 @@
|
|||||||
/*
|
|
||||||
Osnovni elementi, fonti...
|
|
||||||
*/
|
|
||||||
|
|
||||||
|
|
||||||
/* FontAwesome 5 */
|
|
||||||
@import "../../../fonts/FontAwesome5/scss/fontawesome.scss";
|
|
||||||
@import "../../../fonts/FontAwesome5/scss/regular.scss";
|
|
||||||
@import "../../../fonts/FontAwesome5/scss/solid.scss";
|
|
||||||
@import "../../../fonts/FontAwesome5/scss/brands.scss";
|
|
||||||
|
|
||||||
$font_family: Montserrat, sans-serif;
|
|
||||||
$fontawesome: "Font Awesome 5 Free";
|
|
||||||
|
|
||||||
$siva-suctom-radio: #c3c3c3;
|
|
||||||
|
|
||||||
|
|
||||||
body {
|
|
||||||
font-family: $font_family;
|
|
||||||
|
|
||||||
font-size: 62.5%;
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
h1 {
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
h1 span {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
h1.evalvacija {
|
|
||||||
font-size: 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.disabled {
|
|
||||||
border: 1px solid silver;
|
|
||||||
}
|
|
||||||
|
|
||||||
img {
|
|
||||||
border: none;
|
|
||||||
max-width: 800px;
|
|
||||||
height: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
label {
|
|
||||||
vertical-align: middle;
|
|
||||||
}
|
|
||||||
|
|
||||||
table.grid_header_table label {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
div.buttons {
|
|
||||||
text-align: center;
|
|
||||||
|
|
||||||
input,
|
|
||||||
button {
|
|
||||||
-webkit-appearance: none;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
div.buttonsHeatmap input{
|
|
||||||
cursor: pointer;
|
|
||||||
padding: 10px 15px;
|
|
||||||
text-align: center;
|
|
||||||
border-radius: 4px;
|
|
||||||
border: 1px solid #000000;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
#fade{
|
|
||||||
background-color: #333;
|
|
||||||
display: none;
|
|
||||||
height: 100%;
|
|
||||||
left: 0;
|
|
||||||
position: fixed;
|
|
||||||
top: 0;
|
|
||||||
width: 100%;
|
|
||||||
z-index: 79;
|
|
||||||
}
|
|
||||||
|
|
||||||
.display_none {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.clr {
|
|
||||||
clear: both;
|
|
||||||
}
|
|
||||||
|
|
||||||
.floatLeft {
|
|
||||||
float: left;
|
|
||||||
display: inline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.besediloObVprasanju {
|
|
||||||
display: inline-block;
|
|
||||||
min-width: 49% !important;
|
|
||||||
max-width: 49% !important;
|
|
||||||
vertical-align: top;
|
|
||||||
word-break:break-all;
|
|
||||||
}
|
|
||||||
|
|
||||||
.red {
|
|
||||||
color: red;
|
|
||||||
}
|
|
||||||
|
|
||||||
.italic {
|
|
||||||
font-style: italic;
|
|
||||||
}
|
|
||||||
|
|
||||||
iframe {
|
|
||||||
border: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
span.sprites {
|
|
||||||
width: 18px;
|
|
||||||
height: 18px;
|
|
||||||
display: inline-block;
|
|
||||||
background-position: bottom;
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
padding: 2px 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
p .as_link,
|
|
||||||
p a {
|
|
||||||
color: #1e88e5;
|
|
||||||
text-decoration: none;
|
|
||||||
cursor: pointer;
|
|
||||||
|
|
||||||
&:hover {
|
|
||||||
color: #ffa608;
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.pointer{
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
File diff suppressed because it is too large
Load Diff
@ -1,996 +0,0 @@
|
|||||||
/*
|
|
||||||
Vsebina ankete
|
|
||||||
*/
|
|
||||||
|
|
||||||
iframe{
|
|
||||||
max-width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.variable_holder .text_prevAnswers .text_prevAnswers_list .text_prevAnswers_popup,
|
|
||||||
#popup {
|
|
||||||
position: absolute;
|
|
||||||
|
|
||||||
top: 0;
|
|
||||||
left: 0;
|
|
||||||
|
|
||||||
width: 80%;
|
|
||||||
height: auto !important;
|
|
||||||
margin: 40px 5%;
|
|
||||||
|
|
||||||
.prevAnswers_button{
|
|
||||||
float: right;
|
|
||||||
margin-top: 15px;
|
|
||||||
margin-bottom: 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
#outercontainer{
|
|
||||||
|
|
||||||
&.hide_mobile_img p img{
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#container {
|
|
||||||
width: 100%;
|
|
||||||
min-width: 240px;
|
|
||||||
margin: 0 0 10px -2px;
|
|
||||||
|
|
||||||
background: white;
|
|
||||||
|
|
||||||
border: 1px white solid;
|
|
||||||
|
|
||||||
#logo {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
h1 {
|
|
||||||
padding: 25px 5px 25px 5px;
|
|
||||||
margin: 0 0 10px 0;
|
|
||||||
|
|
||||||
font-size: 24px;
|
|
||||||
font-weight: 600;
|
|
||||||
text-align: center;
|
|
||||||
line-height: 30px;
|
|
||||||
}
|
|
||||||
|
|
||||||
p{
|
|
||||||
img{
|
|
||||||
max-width: 90%;
|
|
||||||
height: auto;
|
|
||||||
margin-left: 10px;
|
|
||||||
}
|
|
||||||
img.always_show{
|
|
||||||
display: inline !important;
|
|
||||||
}
|
|
||||||
img.always_hide{
|
|
||||||
display: none !important;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.grupa {
|
|
||||||
min-height: 100px;
|
|
||||||
padding-top: 0px;
|
|
||||||
|
|
||||||
background-color: white;
|
|
||||||
|
|
||||||
|
|
||||||
/* POSAMEZNO VPRASANJE */
|
|
||||||
.spremenljivka{
|
|
||||||
margin: 10px 10px;
|
|
||||||
padding: 10px 10px 0 10px !important;
|
|
||||||
|
|
||||||
&.required,
|
|
||||||
&.required_require,
|
|
||||||
&.required_limit {
|
|
||||||
border: 1px red solid !important;
|
|
||||||
outline: 0 !important;
|
|
||||||
border-radius: 4px;
|
|
||||||
}
|
|
||||||
|
|
||||||
&:after{
|
|
||||||
margin-top: 20px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.counter {
|
|
||||||
padding-top: 9px;
|
|
||||||
font-weight: normal;
|
|
||||||
max-width: 50%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.naslov{
|
|
||||||
margin: 0;
|
|
||||||
padding: 5px 0 20px 0;
|
|
||||||
|
|
||||||
font-size: 18px;
|
|
||||||
color: #333;
|
|
||||||
font-weight: 500;
|
|
||||||
line-height: 25px;
|
|
||||||
|
|
||||||
.reminder{
|
|
||||||
margin-top: 5px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.spremenljivka_info {
|
|
||||||
margin-top: 5px;
|
|
||||||
|
|
||||||
font-size: 13px;
|
|
||||||
color: #999;
|
|
||||||
line-height: 14px;
|
|
||||||
}
|
|
||||||
|
|
||||||
h3{
|
|
||||||
font-size: 18px;
|
|
||||||
color: #333;
|
|
||||||
font-weight: 700;
|
|
||||||
line-height: 25px;
|
|
||||||
|
|
||||||
p{
|
|
||||||
padding: 0 10px;
|
|
||||||
color: #333333;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
span.reminder {
|
|
||||||
left: -1px;
|
|
||||||
}
|
|
||||||
|
|
||||||
table thead,
|
|
||||||
table tr.table-header {
|
|
||||||
font-weight: normal;
|
|
||||||
}
|
|
||||||
|
|
||||||
.variable_holder {
|
|
||||||
/* Tole porusi na mobitelu, ce so v vecih stolpcih */
|
|
||||||
/*position: relative;*/
|
|
||||||
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
|
|
||||||
border: 0;
|
|
||||||
|
|
||||||
.variabla{
|
|
||||||
font-weight: normal;
|
|
||||||
}
|
|
||||||
|
|
||||||
.question_comment{
|
|
||||||
|
|
||||||
textarea{
|
|
||||||
box-sizing: border-box;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
div.variable_holder.clr {
|
|
||||||
background: white;
|
|
||||||
overflow: auto;
|
|
||||||
margin-bottom: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
input[type="checkbox"] + span.enka-checkbox-radio, input[type="radio"] + span.enka-checkbox-radio {
|
|
||||||
font-size: 18px;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* TIP RADIO, DROPDOWN IN CHECKBOX */
|
|
||||||
&.tip_1,
|
|
||||||
&.tip_2,
|
|
||||||
&.tip_3{
|
|
||||||
|
|
||||||
.variable_holder {
|
|
||||||
|
|
||||||
div div {
|
|
||||||
padding-top: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.variabla {
|
|
||||||
padding: 1px 0;
|
|
||||||
|
|
||||||
input[type='radio'] {
|
|
||||||
position: relative;
|
|
||||||
top: -3px;
|
|
||||||
}
|
|
||||||
|
|
||||||
select {
|
|
||||||
width: 100%;
|
|
||||||
margin-bottom: 5px;
|
|
||||||
padding: 10px;
|
|
||||||
|
|
||||||
option{
|
|
||||||
padding: 5px 5px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
select[size="2"] {
|
|
||||||
height: auto !important;
|
|
||||||
min-height: 36px;
|
|
||||||
padding: 0;
|
|
||||||
|
|
||||||
option{
|
|
||||||
padding: 5px 5px;
|
|
||||||
|
|
||||||
&:hover{
|
|
||||||
background-color: #efefef;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
input[type="text"] {
|
|
||||||
max-width: 150px !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
label {
|
|
||||||
box-sizing: border-box;
|
|
||||||
width: 100%;
|
|
||||||
height: 100%;
|
|
||||||
|
|
||||||
padding: 7px 9px;
|
|
||||||
|
|
||||||
color: #333333;
|
|
||||||
|
|
||||||
border: 1px #fff solid;
|
|
||||||
border-radius: 3px;
|
|
||||||
|
|
||||||
img{
|
|
||||||
width: 85% !important;
|
|
||||||
vertical-align: middle;
|
|
||||||
|
|
||||||
border: 1px #fff solid;
|
|
||||||
|
|
||||||
&:hover{
|
|
||||||
border: 1px #efefef solid;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
&:hover label,
|
|
||||||
&.checked label{
|
|
||||||
border: 1px #E2E2E2 solid;
|
|
||||||
background-color: #efefef;
|
|
||||||
|
|
||||||
img{
|
|
||||||
border: 1px #efefef solid;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
table {
|
|
||||||
/*margin-bottom: 10px;*/
|
|
||||||
|
|
||||||
&.width_30{
|
|
||||||
width: 100% !important;
|
|
||||||
|
|
||||||
border: 1px #fff solid;
|
|
||||||
border-radius: 3px;
|
|
||||||
|
|
||||||
tr{
|
|
||||||
line-height: 12px;
|
|
||||||
|
|
||||||
td{
|
|
||||||
&:first-child{
|
|
||||||
width: 80% !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
label{
|
|
||||||
background-color: #fff !important;
|
|
||||||
border: 1px #fff solid !important;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
&:hover{
|
|
||||||
border: 1px #E2E2E2 solid;
|
|
||||||
background-color: #efefef;
|
|
||||||
|
|
||||||
tr{
|
|
||||||
border: 0;
|
|
||||||
background-color: #efefef;
|
|
||||||
|
|
||||||
td{
|
|
||||||
border: 0;
|
|
||||||
background-color: #efefef;
|
|
||||||
|
|
||||||
label{
|
|
||||||
border: 1px #efefef solid !important;
|
|
||||||
background-color: #efefef !important;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
&.checked table{
|
|
||||||
&.width_30{
|
|
||||||
border: 1px #E2E2E2 solid;
|
|
||||||
background-color: #efefef;
|
|
||||||
|
|
||||||
tr{
|
|
||||||
border: 0;
|
|
||||||
background-color: #efefef;
|
|
||||||
|
|
||||||
td{
|
|
||||||
border: 0;
|
|
||||||
background-color: #efefef;
|
|
||||||
|
|
||||||
label{
|
|
||||||
border: 1px #efefef solid !important;
|
|
||||||
background-color: #efefef !important;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.variabla.custom_radio_picture,
|
|
||||||
.variabla.visual-radio-scale{
|
|
||||||
|
|
||||||
label{
|
|
||||||
padding: 7px 12px;
|
|
||||||
text-align: center;
|
|
||||||
|
|
||||||
span.enka-custom-radio::before,
|
|
||||||
.visual-radio-scale,
|
|
||||||
.enka-vizualna-skala {
|
|
||||||
letter-spacing: 0px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
&:hover label,
|
|
||||||
&.checked label{
|
|
||||||
background-color: #fff;
|
|
||||||
border: 1px #fff solid;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.hotspot{
|
|
||||||
width: 100% !important;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
/* END TIP RADIO, DROPDOWN IN CHECKBOX */
|
|
||||||
|
|
||||||
|
|
||||||
/* TIP TEXT, NUMBER */
|
|
||||||
&.tip_4,
|
|
||||||
&.tip_21,
|
|
||||||
&.tip_7{
|
|
||||||
|
|
||||||
label{
|
|
||||||
padding: 0 !important;
|
|
||||||
|
|
||||||
line-height: 24px;
|
|
||||||
}
|
|
||||||
|
|
||||||
input[type="text"],
|
|
||||||
input[type="email"]{
|
|
||||||
box-sizing: border-box;
|
|
||||||
|
|
||||||
width: 100%;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
textarea{
|
|
||||||
box-sizing: border-box;
|
|
||||||
|
|
||||||
width: 100%;
|
|
||||||
max-width: 100% !important;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.text_vrednost tbody tr{
|
|
||||||
|
|
||||||
td{
|
|
||||||
&.variabla{
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
|
|
||||||
margin-bottom: 5px;
|
|
||||||
|
|
||||||
input{
|
|
||||||
width: 100%;
|
|
||||||
margin-top: 5px;
|
|
||||||
margin-bottom: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
textarea{
|
|
||||||
width: 100%;
|
|
||||||
max-height: 100px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
&.tip_7 label.limit{
|
|
||||||
display: block;
|
|
||||||
margin-bottom: 20px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.upload_foto_result{
|
|
||||||
width: 100%;
|
|
||||||
height: auto;
|
|
||||||
|
|
||||||
margin: 20px 0 0 0 !important;
|
|
||||||
padding: 0 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.upload_fotoresults_delete{
|
|
||||||
position: absolute;
|
|
||||||
left: 100px;
|
|
||||||
margin: 20px 0 10px 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
/* END TIP TEXT, NUMBER */
|
|
||||||
|
|
||||||
/* TIP DATUM */
|
|
||||||
&.tip_8{
|
|
||||||
|
|
||||||
input[type="text"],
|
|
||||||
input[type="email"]{
|
|
||||||
box-sizing: border-box;
|
|
||||||
|
|
||||||
width: 80%;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ui-datepicker{
|
|
||||||
font-size: 13px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
/* END TIP DATUM */
|
|
||||||
|
|
||||||
|
|
||||||
/* TIP TABELA */
|
|
||||||
&.tip_6,
|
|
||||||
&.tip_16,
|
|
||||||
&.tip_19,
|
|
||||||
&.tip_20,
|
|
||||||
&.tip_24{
|
|
||||||
|
|
||||||
.grid_mobile{
|
|
||||||
|
|
||||||
.grid_mobile_question{
|
|
||||||
margin: 10px 0 15px;
|
|
||||||
|
|
||||||
/*line-height: 24px;*/
|
|
||||||
|
|
||||||
.grid_mobile_title{
|
|
||||||
padding: 7px 9px;
|
|
||||||
|
|
||||||
font-weight: 500;
|
|
||||||
}
|
|
||||||
|
|
||||||
.grid_mobile_variables{
|
|
||||||
width: 100%;
|
|
||||||
box-sizing: border-box;
|
|
||||||
|
|
||||||
.grid_mobile_variable{
|
|
||||||
width: 100%;
|
|
||||||
height: 100%;
|
|
||||||
box-sizing: border-box;
|
|
||||||
|
|
||||||
padding: 7px 9px;
|
|
||||||
margin: 2px 0;
|
|
||||||
|
|
||||||
color: #333333;
|
|
||||||
|
|
||||||
border: 1px #fff solid;
|
|
||||||
border-radius: 3px;
|
|
||||||
|
|
||||||
label{
|
|
||||||
vertical-align: baseline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.grid_mobile_variable_title{
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.grid_mobile_double_subtitle{
|
|
||||||
padding: 5px 8px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.grid_mobile.checkbox,
|
|
||||||
.grid_mobile.radio{
|
|
||||||
|
|
||||||
.grid_mobile_variable{
|
|
||||||
|
|
||||||
&:hover,
|
|
||||||
&.checked{
|
|
||||||
background-color: #efefef;
|
|
||||||
border: 1px #E2E2E2 solid;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.grid_mobile.radio.visual_scale,
|
|
||||||
.grid_mobile.radio.smiley_scale{
|
|
||||||
|
|
||||||
.grid_mobile_variables{
|
|
||||||
//width: auto !important;
|
|
||||||
|
|
||||||
.grid_mobile_variable{
|
|
||||||
display: inline-block;
|
|
||||||
//width: auto !important;
|
|
||||||
|
|
||||||
border: 0;
|
|
||||||
|
|
||||||
&:hover,
|
|
||||||
&.checked{
|
|
||||||
background-color: #fff;
|
|
||||||
border: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.visual-radio-table,
|
|
||||||
.custom-radio-table{
|
|
||||||
display: inline-block !important;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.grid_mobile.text,
|
|
||||||
.grid_mobile.number{
|
|
||||||
|
|
||||||
.grid_mobile_variable{
|
|
||||||
|
|
||||||
input[type="text"],
|
|
||||||
input[type="email"]{
|
|
||||||
box-sizing: border-box;
|
|
||||||
|
|
||||||
width: 100%;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
textarea{
|
|
||||||
box-sizing: border-box;
|
|
||||||
|
|
||||||
width: 100%;
|
|
||||||
max-width: 100% !important;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.category > div{
|
|
||||||
max-height: 60px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Mobilno rzpiranje tabel */
|
|
||||||
.grid_mobile.mobile_expanding{
|
|
||||||
|
|
||||||
.grid_mobile_title{
|
|
||||||
cursor: pointer;
|
|
||||||
display: flex;
|
|
||||||
justify-content: space-between;
|
|
||||||
|
|
||||||
.faicon.mobile_expanding_arrow{
|
|
||||||
font-family: $fontawesome;
|
|
||||||
font-weight: 700;
|
|
||||||
font-size: 18px;
|
|
||||||
|
|
||||||
padding-left: 10px;
|
|
||||||
|
|
||||||
&.arrow_down::before{
|
|
||||||
content: "\f078";
|
|
||||||
}
|
|
||||||
|
|
||||||
&.arrow_up::before{
|
|
||||||
content: "\f077";
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.grid_mobile_result{
|
|
||||||
display: none;
|
|
||||||
|
|
||||||
margin: 0px 30px 0 10px;
|
|
||||||
|
|
||||||
font-size: 13px;
|
|
||||||
color: #999;
|
|
||||||
line-height: 20px;
|
|
||||||
font-weight: 500;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/* Ce nimamo mobilno prilagojenih tabel */
|
|
||||||
table.grid_table{
|
|
||||||
width: auto;
|
|
||||||
position: relative;
|
|
||||||
|
|
||||||
td.question{
|
|
||||||
min-width: 150px;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
td.category{
|
|
||||||
min-width: 100px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.grid_light input,
|
|
||||||
.grid_dark input,
|
|
||||||
.grid_light textarea,
|
|
||||||
.grid_dark textarea,
|
|
||||||
.grid_dark label,
|
|
||||||
.grid_light label{
|
|
||||||
max-width: 50px;
|
|
||||||
}
|
|
||||||
|
|
||||||
td.grid_light,
|
|
||||||
td.grid_dark {
|
|
||||||
max-width: 100px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.grid_dark label,
|
|
||||||
.grid_light label{
|
|
||||||
display: inline !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.grid_dark {
|
|
||||||
color: #999;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
.dynamic_mg_vrednost{
|
|
||||||
margin-left: 5px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
/* END TIP TABELA */
|
|
||||||
|
|
||||||
|
|
||||||
/* TIP VSOTA */
|
|
||||||
&.tip_18{
|
|
||||||
|
|
||||||
input[type="text"]{
|
|
||||||
box-sizing: border-box;
|
|
||||||
|
|
||||||
width: 98%;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.vsota_besedilo {
|
|
||||||
|
|
||||||
width: 98%;
|
|
||||||
|
|
||||||
text-align: left;
|
|
||||||
line-height: 25px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.variabla_vsota {
|
|
||||||
width: 98%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.variabla_sum {
|
|
||||||
width: 98%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.variabla_sum:nth-last-child(2){
|
|
||||||
margin-bottom: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.variabla_sum.sum {
|
|
||||||
border-top: 1px solid #505050;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
/* END TIP VSOTA */
|
|
||||||
|
|
||||||
|
|
||||||
/* TIP RANKING */
|
|
||||||
&.tip_17{
|
|
||||||
|
|
||||||
input[type="text"]{
|
|
||||||
box-sizing: border-box;
|
|
||||||
|
|
||||||
width: 98%;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
select{
|
|
||||||
width: 70px;
|
|
||||||
}
|
|
||||||
|
|
||||||
label{
|
|
||||||
padding-bottom: 20px;
|
|
||||||
|
|
||||||
line-height: 25px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ranking{
|
|
||||||
color: black;
|
|
||||||
width: 90px;
|
|
||||||
margin: 15px 0 0 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
img .frame_ranking_in{
|
|
||||||
margin: -25px 0 0 -30px;
|
|
||||||
width: 100px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
/* END TIP RANKING */
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* TIP LOKACIJA */
|
|
||||||
&.tip_26{
|
|
||||||
/* Iznici .variable_holder div div padding v google maps, ker vse popaci*/
|
|
||||||
.map_spremenljivka div div{
|
|
||||||
padding-top: 0px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
/* END TIP LOKACIJA */
|
|
||||||
|
|
||||||
|
|
||||||
/* TIP NAGOVOR */
|
|
||||||
&.tip_5{
|
|
||||||
&:after{
|
|
||||||
margin-top: 10px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
/* END TIP NAGOVOR */
|
|
||||||
|
|
||||||
|
|
||||||
/* TIP SN */
|
|
||||||
&.tip_9{
|
|
||||||
.sn_name{
|
|
||||||
|
|
||||||
input[type="text"]{
|
|
||||||
box-sizing: border-box;
|
|
||||||
width: 90%;
|
|
||||||
|
|
||||||
margin-top: 5px;
|
|
||||||
margin-bottom: 5px;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.sn_add_field{
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
/* END TIP SN */
|
|
||||||
|
|
||||||
|
|
||||||
.textfield {
|
|
||||||
max-width: 100px;
|
|
||||||
}
|
|
||||||
|
|
||||||
td img{
|
|
||||||
margin-left: -5px;
|
|
||||||
padding-right: 19px !important;
|
|
||||||
margin-top: 84px !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
td b{
|
|
||||||
color: #999;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#arrow_right, #arrow_left, #arrow_up, #arrow_down {
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
abbr.mouseover {
|
|
||||||
border-bottom: 1px solid #000;
|
|
||||||
background: #E2E2E2;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/* DRAG AND DROP ZA MOBILNIKE */
|
|
||||||
.frame_dropping_mobile{
|
|
||||||
width: 100px;
|
|
||||||
margin: 0px auto 10px auto;
|
|
||||||
height: 15px;
|
|
||||||
|
|
||||||
background-color: #eff2f7;
|
|
||||||
border: 1px solid #b9c5d9;
|
|
||||||
}
|
|
||||||
|
|
||||||
.frame_dropping_box_mobile{
|
|
||||||
width: 100px;
|
|
||||||
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_mobile{
|
|
||||||
width: 100px;
|
|
||||||
margin: 0px auto 0px auto;
|
|
||||||
height: 15px;
|
|
||||||
|
|
||||||
text-align: center;
|
|
||||||
|
|
||||||
background-color: #FFFFFF;
|
|
||||||
|
|
||||||
border-top: 1px solid #b9c5d9;
|
|
||||||
border-left: 1px solid #b9c5d9;
|
|
||||||
border-right: 1px solid #b9c5d9;
|
|
||||||
}
|
|
||||||
|
|
||||||
.frame_dropping_titles_box_mobile{
|
|
||||||
width: 100px;
|
|
||||||
margin: 0px auto 0px auto;
|
|
||||||
height: 15px;
|
|
||||||
|
|
||||||
text-align: center;
|
|
||||||
|
|
||||||
background-color: #FFFFFF;
|
|
||||||
}
|
|
||||||
|
|
||||||
.drag_and_drop_box_right{
|
|
||||||
top: 15px!important;
|
|
||||||
padding-left: 10px !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.drag_and_drop_box_right_after_refresh{
|
|
||||||
padding-left: 10px !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.drag_and_drop_box_right_over{
|
|
||||||
padding-left: 10px !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.frame_dropping_wider_mobile{
|
|
||||||
width: 110px !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
td.middle_mobile img {
|
|
||||||
width: 20px;
|
|
||||||
margin-left: 0px!important;
|
|
||||||
}
|
|
||||||
|
|
||||||
td.middle_mobile {
|
|
||||||
width: 50px !important;
|
|
||||||
position: absolute;
|
|
||||||
top: 10%;
|
|
||||||
left: 50%;
|
|
||||||
margin-left: -20px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ranking_mobile, .ranking_long_mobile{
|
|
||||||
width: 100px;
|
|
||||||
/*padding: 5px;*/
|
|
||||||
margin: 0 auto 10px auto;
|
|
||||||
border: 1px solid #000000;
|
|
||||||
/*height: 25px;*/
|
|
||||||
height: 50px;
|
|
||||||
text-align: center;
|
|
||||||
overflow: hidden;
|
|
||||||
background-color: #ffffff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.drag_and_drop {
|
|
||||||
top: -6px;
|
|
||||||
left: -1px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.drag_and_drop_right{
|
|
||||||
top: -6px!important;
|
|
||||||
left: -1px!important;
|
|
||||||
}
|
|
||||||
/* KONEC DRAG AND DROP ZA MOBILNIKE */
|
|
||||||
|
|
||||||
/* SLIDER ZA MOBILNIKE */
|
|
||||||
.slider_mobile {
|
|
||||||
display: inline-block;
|
|
||||||
|
|
||||||
width: 95%;
|
|
||||||
margin: 10px 10px 0 10px;
|
|
||||||
|
|
||||||
background-color: #efefef;
|
|
||||||
background-image: none !important;
|
|
||||||
|
|
||||||
.ui-slider-handle{
|
|
||||||
background-image: none !important;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.slider_grid_mobile {
|
|
||||||
display: inline-block;
|
|
||||||
width: 95%;
|
|
||||||
margin: 10px 10px 0 10px;
|
|
||||||
background-color: #efefef !important;
|
|
||||||
background-image: none !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.slider_minmaxlabel_mobile{
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.slider_grid_minmaxlabel_mobile{
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ui-slider-label-mobile{
|
|
||||||
position: absolute !important;
|
|
||||||
top: 5px !important;
|
|
||||||
text-align: center !important;
|
|
||||||
/*left: 50% !important;*/
|
|
||||||
/*right: 0% !important;*/
|
|
||||||
margin-left: -1em !important;
|
|
||||||
/*width: 2em !important;*/
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
.ui-slider-label-mobile-first{
|
|
||||||
position: absolute !important;
|
|
||||||
top: 5px !important;
|
|
||||||
text-align: left;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ui-slider-label-mobile-last{
|
|
||||||
position: absolute !important;
|
|
||||||
top: 5px !important;
|
|
||||||
text-align: right;
|
|
||||||
right: 0% !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* KONEC SLIDER ZA MOBILNIKE */
|
|
||||||
|
|
||||||
|
|
||||||
/* Fotografiranje za mobilnike - 21_7 */
|
|
||||||
/* Skrije navadni upload gumb in prikaze lepsi gumb, za foto upload*/
|
|
||||||
.upload_foto_file {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* skrije div, ki se uporablja samo za desktop*/
|
|
||||||
/* potrebno samo zaradi mobile safari, ker ima vgrajen flash (testirano na iPhone)*/
|
|
||||||
.fotoparent{
|
|
||||||
display: none !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.custom-foto-upload {
|
|
||||||
background-image: url("../../main/survey/skins/Default/webcam_record.png");
|
|
||||||
background-size: 56px 56px;
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
background-position: center;
|
|
||||||
height : 56px;
|
|
||||||
width: 56px;
|
|
||||||
padding: 4px 4px 4px 4px;
|
|
||||||
display: inline-block;
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
/* Konec Fotografiranje za mobilnike - 21_7 */
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.buttons{
|
|
||||||
display: flex;
|
|
||||||
justify-content: space-evenly;
|
|
||||||
|
|
||||||
margin-top: 40px;
|
|
||||||
margin-bottom: 20px;
|
|
||||||
padding-top: 30px;
|
|
||||||
|
|
||||||
border-top: 1px #ddeffd solid;
|
|
||||||
|
|
||||||
input{
|
|
||||||
margin: 0;
|
|
||||||
padding: 10px 15px;
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
#continue_later{
|
|
||||||
margin: 10px 10px;
|
|
||||||
padding: 10px 10px 0 10px !important;
|
|
||||||
|
|
||||||
input[type="email"]{
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user