Redesign - popravek nekaterih popupov, urejanje ankete (v delu)

This commit is contained in:
pero1203 2021-12-28 12:18:19 +01:00
parent 9a10b80200
commit 5a441afd31
21 changed files with 2655 additions and 278 deletions

View File

@ -369,9 +369,9 @@ class Branching {
// Toolbox napredne nastavitve (prestevilci, dodaj prelome, debug...)
if($this->survey_type > 1 && !SurveyInfo::getInstance()->checkSurveyModule('hierarhija') ){
echo '<div id="toolbox_advanced_settings">';
echo '<div id="toolbox_advanced_settings" class="toolbox">';
echo '<span class="faicon icon-blue wheel_32"></span>';
echo '<span class="faicon wheel_32"></span> '.$lang['srv_advanced_settings_title'];
$this->toolbox_add_advanced_settings();
@ -379,7 +379,7 @@ class Branching {
}
echo '<div id="toolbox_basic"'.($this->survey_type==1?' class="forma"':'').($hierarhija ? ' class="toolbox-hierarhija"' : '').'>';
echo '<div id="toolbox_basic" class="toolbox '.($this->survey_type==1?' forma':'').($hierarhija ? ' toolbox-hierarhija' : '').'">';
if ($row['locked'] == 1) {

View File

@ -6161,16 +6161,16 @@ class SurveyAdminAjax {
// Gumba naprej in preklici
echo '<div class="noSurvey_buttons">';
echo '<div class="button_holder">';
echo ' <span class="floatRight spaceRight buttonwrapper"><a class="ovalbutton ovalbutton_orange" href="#" onclick="importAnketaFromText();" title="'.$lang['srv_newSurvey_survey_from_text'].'">';
echo ' <span>'.$lang['next1'].'</span>';
echo ' </a></span>';
echo ' <span class="floatRight spaceRight buttonwrapper"><a class="ovalbutton ovalbutton_gray" href="#" onclick="popupImportAnketaFromText_close();" title="'.$lang['srv_cancel'].'">';
echo ' <span>'.$lang['srv_cancel'].'</span>';
echo ' </a></span>';
echo ' <button class="medium white-blue" onclick="popupImportAnketaFromText_close();" title="'.$lang['srv_cancel'].'">';
echo $lang['srv_cancel'];
echo ' </button>';
echo ' <button class="medium blue" href="#" onclick="importAnketaFromText();" title="'.$lang['srv_newSurvey_survey_from_text'].'">';
echo $lang['next1'];
echo ' </button>';
echo '</div>';
}

View File

@ -417,15 +417,14 @@ class SurveySkupine {
echo '<div class="popup_close"><a href="#" onClick="popupImportAnketaFromText_close();">✕</a></div>';
echo '<p class="bold">' . $lang['srv_password_add_mass_instructions'] . '</p>';
//echo '<span class="italic">' . $lang['srv_password_add_mass_sample'] . '</span></p>';
echo '<p>' . $lang['srv_password_add_mass_instructions'] . '</p>';
echo '<textarea id="add_passwords_mass" name="add_passwords_mass" style="width:99%; height:300px; box-sizing:border-box; padding:5px;"></textarea>';
echo '<textarea id="add_passwords_mass" name="add_passwords_mass" style="width:100%; height:300px; box-sizing:border-box; padding:5px;"></textarea>';
echo '<br /><br />';
echo '<span class="buttonwrapper floatRight"><a class="ovalbutton ovalbutton_orange" href="#" onClick="execute_add_passwords_mass();">'.$lang['srv_password_add_mass_execute'].'</a></span>';
echo '<span class="buttonwrapper floatRight spaceRight"><a class="ovalbutton ovalbutton_gray" href="#" onClick="popupImportAnketaFromText_close();">'.$lang['srv_zapri'].'</a></span>';
echo '<div class="button_holder">';
echo ' <button class="medium white-blue" onClick="popupImportAnketaFromText_close();">'.$lang['srv_zapri'].'</button>';
echo ' <button class="medium blue" onClick="execute_add_passwords_mass();">'.$lang['srv_password_add_mass_execute'].'</button>';
echo '</div>';
}
// Masovno dodajanje gesel

File diff suppressed because it is too large Load Diff

View File

@ -14,6 +14,7 @@ $very-dark-gray: #777777;
$very-dark-gray2: #808080;
$dark-gray: #C4C4C4;
$gray: #E5E5E5;
$light-gray2: #F2F2F2;
$light-gray: #F8F8F8;
$yellow: #FFC700;

View File

@ -18,6 +18,10 @@ p,span {
font-weight: $extra-bold;
}
.semi-bold {
font-weight: $semi-bold;
}
.caps {
text-transform: uppercase;
}

View File

@ -209,6 +209,204 @@ header{
}
}
/* sub settings (under second navigation) */
#topSettingsHolder {
display: flex;
align-items: center;
box-sizing: border-box;
width: 100%;
height: 41px;
color: $blue;
border-bottom: 1px $gray solid;
.borderLeft {
padding-left: 20px;
border-left: 1px dotted $gray;
}
#additional_navigation {
position: relative;
width: auto;
margin: 9px 0px 0 0;
background: 0;
a {
span {
padding: 2px 50px 2px 0;
font-size: 12px;
font-weight: 500;
color: $blue;
}
span.active {
color: $yellow;
background: 0;
}
span.faicon.arrow_back {
padding: 0;
line-height: 0px;
margin-right: 40px;
}
}
}
#dataOnlyValid {
position: relative;
display: inline-block;
width: auto;
margin: 4px 0 0;
padding: 3px 0 4px 0;
.middle {
margin-left: 20px;
input {
margin: 0px 4px 1px 2px;
}
}
}
#analiza_right_options_holder {
position: relative;
float: right;
margin: 4px 15px 0 0;
#analiza_right_options {
display: inline;
}
#analiza_right_options2 {
display: inline;
}
#analiza_right_options3 {
float:left;
display: inline;
}
#div_analiza_filtri_right,
#div_analiza_filtri_right2{
display: none;
white-space: nowrap;
position: absolute;
z-index: 78;
top: 32px;
right: 0;
width: auto;
min-height: 20px;
height: auto;
padding: 10px;
text-align: left;
font-size: 13px;
background-color: $white;
border: 1px solid $blue;
ul {
margin: 0px !important;
padding: 0px;
li {
display: block;
margin: 0px !important;
padding: 3px;
list-style: none;
span.as_link {
font-weight: 500;
color: $blue !important;
&:hover {
color: $yellow !important;
text-decoration: none;
}
}
span.as_link.gray {
font-weight: normal;
color: $blue !important;
&:hover {
color: $yellow !important;
text-decoration: none;
}
}
span.advanced {
display: block;
font-weight: normal;
}
}
li.space {
display: none;
}
}
a {
color: $blue !important;
text-decoration: none;
&:visited {
color: $blue !important;
text-decoration: none;
}
&:hover {
color: $yellow !important;
text-decoration: none;
}
}
}
#div_analiza_filtri_right2 {
right: 35px;
}
#analiza_right_options {
span#filters_span {
color: $blue;
margin-left: 4px;
}
&:hover {
span#filters_span {
color: $yellow !important;
}
}
}
#analiza_right_options2 {
&:hover {
span#filters_span {
color: $yellow !important;
}
}
}
#div_analiza_filtri_right.analiza {
ul {
li.space {
display: none;
}
}
}
#div_analiza_filtri_right2.analiza {
ul {
li.space {
display: none;
}
}
}
}
}
// skrijemo breadcrumbs na desktopu
div.breadcrumbs {

View File

@ -42,7 +42,7 @@
.divPopUp_top{
width: 100%;
margin-top: 3px;
margin-bottom: 8px;
margin-bottom: 16px;
padding-bottom: 8px;
font-weight: 600;
@ -55,6 +55,16 @@
p{
line-height: 20px;
}
.button_holder{
justify-content: end;
margin: 16px 0 0 0;
button:last-child{
margin-right: 0;
}
}
}
@ -88,6 +98,8 @@
.divPopUp {
@include popup_general();
display: none;
position: relative;
.buttons_holder{

View File

@ -129,12 +129,13 @@ span.active-editors {
}
#cookie_alert {
position: absolute;
right: 10px;
top: 80px;
right: 20%;
top: 300px;
padding: 16px;
width: 300px;
background-color: $yellow !important;
border: 1px solid $yellow;
border: 1px solid $gray;
span {
display: block;

View File

@ -24,7 +24,7 @@ and open the template in the editor.
max-height: 300px;
overflow: auto;
border-top: 1px dashed $grey_super_light;
border-top: 1px dashed $gray;
}
.arch_tbl {
width: 100%;

View File

@ -0,0 +1,13 @@
#custom_report_alert {
display: none;
margin-left: -200px;
width: 280px;
height: 100px;
.buttons {
position: absolute;
right: 10px;
bottom: 15px;
}
}

View File

@ -21,7 +21,7 @@ and open the template in the editor.
bottom: 0px;
width: 100%;
height: 100%;
background: $soft_blue;
background: $blue;
opacity: .40;
z-index: 10;
display: none;
@ -36,7 +36,7 @@ and open the template in the editor.
padding: 0 0 10px 10px;
margin-bottom: 40px;
background-color: $soft_blue_super_lighten;
background-color: $blue;
}
#dsp_profiles_holder {
width: 190px;
@ -55,7 +55,7 @@ and open the template in the editor.
}
.active {
padding: 2px 5px;
background-color: $soft_blue_very_lighten;
background-color: $blue;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
@ -66,8 +66,8 @@ and open the template in the editor.
padding: 3px;
color: black;
font-size: 11px;
border: 1px solid $soft_blue;
background-color: $soft_blue_very_lighten;
border: 1px solid $blue;
background-color: $blue;
}
#dsp_content {
width: auto;
@ -76,7 +76,7 @@ and open the template in the editor.
fieldset {
margin: 0px 0px 5px 0px;
border: 0;
border-top: 1px solid $strong_blue_darken;
border-top: 1px solid $blue;
}
legend {
background-color: white;

View File

@ -9,8 +9,8 @@
list-style-type: none;
background-color: $strong_blue_super_light;
border: 1px solid $strong_blue_very_lighten;
background-color: $blue;
border: 1px solid $blue;
li{
display: flex;
@ -20,7 +20,7 @@
padding: 0 5px;
&:hover{
background-color: $strong_blue_very_lighten;
background-color: $blue;
}
}
}
@ -35,7 +35,7 @@
padding: 10px;
margin-bottom: 50px;
background-color: $strong_blue_super_light;
border: 1px solid $strong_blue_very_lighten;
background-color: $blue;
border: 1px solid $blue;
}
}

View File

@ -43,7 +43,7 @@
resize: none;
padding: 20px;
border: 1px $soft_blue solid !important;
border: 1px $blue solid !important;
&:focus::-webkit-input-placeholder{
color: transparent;
@ -70,8 +70,8 @@
padding: 20px;
background-color: $soft_blue_very_lighten;
border: 1px $soft_blue solid;
background-color: $blue;
border: 1px $blue solid;
span.title{
font-size: 18px;
@ -91,13 +91,13 @@
display: inline-block;
font-size: 14px;
color: $grey_light;
color: $gray;
letter-spacing: 8px;
font-weight: 400;
}
input[type="radio"]:checked + span.enka-checkbox-radio:before{
content: "\f192";
color: $grey_super_dark;
color: $gray;
}
}
}

View File

@ -0,0 +1,9 @@
@import "data_setting";
@import "profiles";
@import "import_from_text";
@import "archive";
@import "preview_question";
@import "consulting";
@import "dodeljeni_uporabniki";
@import "custom_report";

View File

@ -157,7 +157,7 @@ $progress_bar_background: black;
span {
display: inline-block;
background-color: $progress_bar_background;
background-color: $blue;
height: 16px;
float: none;
}
@ -171,8 +171,8 @@ $progress_bar_background: black;
width: 200px;
text-align: center;
z-index: 100;
background-color: $main_background;
border: 1px solid lightgray;
background-color: $white;
border: 1px solid $gray;
font-size: 90%;
select {
font-size: 100%;
@ -219,7 +219,7 @@ $progress_bar_background: black;
}
}
.spremenljivka_info {
color: $spremenljivka_info_text;
color: $blue;
}
.variabla {
padding: 5px;
@ -240,7 +240,7 @@ $progress_bar_background: black;
}
span.reminder {
position: absolute;
color: $warnings_red;
color: $red;
left: -8px;
}
div.naslov {
@ -307,11 +307,11 @@ $progress_bar_background: black;
td.category {
input[type=text] {
border: 0;
outline: 1px solid lighten( $soft_blue, 10% );
outline: 1px solid lighten( $blue, 10% );
}
textarea {
border: 0;
outline: 1px solid lighten( $soft_blue, 10% );
outline: 1px solid lighten( $blue, 10% );
}
}
table.doublegrid {
@ -408,7 +408,7 @@ $progress_bar_background: black;
border-spacing: 0;
}
.limit {
color: $warnings_red;
color: $red;
cursor: default;
}
table.ranking_table {
@ -487,7 +487,7 @@ $progress_bar_background: black;
text-align: center;
overflow: hidden;
position: relative;
background-color: $main_background;
background-color: $white;
}
.ranking_long {
cursor: pointer;
@ -501,7 +501,7 @@ $progress_bar_background: black;
text-align: center;
overflow: hidden;
position: relative;
background-color: $main_background;
background-color: $white;
}
.frame_ranking {
width: 230px !important;
@ -534,8 +534,8 @@ $progress_bar_background: black;
margin: 0px auto 10px auto;
height: 15px;
text-indent: -25px;
background-color: $soft_blue_very_lighten;
border: 1px solid $soft_blue;
background-color: $blue;
border: 1px solid $blue;
}
.frame_dropping_titles {
width: 230px;
@ -543,10 +543,10 @@ $progress_bar_background: black;
margin: 0px auto 0px auto;
height: 15px;
text-align: center;
background-color: $main_background;
border-top: 1px solid $soft_blue;
border-left: 1px solid $soft_blue;
border-right: 1px solid $soft_blue;
background-color: $white;
border-top: 1px solid $blue;
border-left: 1px solid $blue;
border-right: 1px solid $blue;
}
.moving {
cursor: pointer;
@ -604,7 +604,7 @@ $progress_bar_background: black;
position: absolute;
top: 10px;
left: 10px;
border: 3px solid $grey_light;
border: 3px solid $gray;
background-color: #eee;
text-align: center;
padding: 3px;
@ -628,7 +628,7 @@ $progress_bar_background: black;
}
div.comment {
font-style: italic;
color: $warnings_red;
color: $red;
float: left;
width: 98%;
padding-top: 5px;
@ -675,7 +675,7 @@ $progress_bar_background: black;
width: 60px;
padding: 7px 0;
font-weight: bold;
color: $dynamic_count_text;
color: $blue;
}
}
#tip_preview {
@ -695,8 +695,8 @@ $progress_bar_background: black;
}
.inside {
min-width: 380px;
background-color: $soft_blue_very_lighten;
border: 1px $soft_blue solid;
background-color: $blue;
border: 1px $blue solid;
}
.tip_sample {
padding: 10px;

View File

@ -18,13 +18,13 @@ and open the template in the editor.
float: left;
width: 190px;
height: 150px;
color: $strong_blue;
color: $blue;
}
.variable_profile_holder {
float: left;
width: 190px;
height: 150px;
color: $strong_blue;
color: $blue;
}
#zanka_profile {
overflow: auto;
@ -38,8 +38,8 @@ and open the template in the editor.
.active {
padding: 2px 5px;
border: 1px solid $soft_blue;
background-color: $soft_blue_very_lighten;
border: 1px solid $blue;
background-color: $white;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
@ -56,8 +56,8 @@ and open the template in the editor.
.active {
padding: 2px 5px;
border: 1px solid $soft_blue;
background-color: $soft_blue_very_lighten;
border: 1px solid $blue;
background-color: $white;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
@ -75,8 +75,8 @@ and open the template in the editor.
.active {
padding: 2px 5px;
border: 1px solid $soft_blue;
background-color: $soft_blue_very_lighten;
border: 1px solid $blue;
background-color: $white;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
@ -93,7 +93,7 @@ and open the template in the editor.
z-index: 10;
width: 100%;
height: 100%;
background: $strong_blue_very_lighten;
background: $white;
opacity: .40;
}
#zankaProfileCoverDiv {
@ -106,7 +106,7 @@ and open the template in the editor.
z-index: 10;
width: 100%;
height: 100%;
background: $strong_blue_very_lighten;
background: $white;
opacity: .40;
}
#statisticProfileCoverDiv {
@ -119,7 +119,7 @@ and open the template in the editor.
z-index: 10;
width: 100%;
height: 100%;
background: $strong_blue_very_lighten;
background: $white;
opacity: .40;
}
#timeProfileCoverDiv {
@ -132,7 +132,7 @@ and open the template in the editor.
z-index: 10;
width: 100%;
height: 100%;
background: $strong_blue_very_lighten;
background: $white;
opacity: .40;
}
#statusProfileCoverDiv {
@ -145,7 +145,7 @@ and open the template in the editor.
z-index: 10;
width: 100%;
height: 100%;
background: $strong_blue_very_lighten;
background: $white;
opacity: .40;
}
#conditionProfileCoverDiv {
@ -158,7 +158,7 @@ and open the template in the editor.
z-index: 10;
width: 100%;
height: 100%;
background: $strong_blue_very_lighten;
background: $white;
opacity: .40;
}
#surveyConditionCover {
@ -171,7 +171,7 @@ and open the template in the editor.
z-index: 10;
width: 100%;
height: 100%;
background: $strong_blue_very_lighten;
background: $white;
opacity: .40;
}
#profileManagerCoverDiv {
@ -184,7 +184,7 @@ and open the template in the editor.
z-index: 10;
width: 100%;
height: 100%;
background: $strong_blue_very_lighten;
background: $white;
opacity: .40;
}
fieldset.statusProfileFieldset {
@ -192,9 +192,9 @@ fieldset.statusProfileFieldset {
margin: 0px;
padding: 5px;
border: 0;
border-top: 1px solid $soft_blue;
border-top: 1px solid $blue;
legend {
background-color: $soft_blue_very_lighten;
background-color: $white;
}
}
fieldset#missingProfileFieldset {
@ -202,7 +202,7 @@ fieldset#missingProfileFieldset {
margin: 0px;
padding: 5px;
border: 0;
border-top: 1px solid $soft_blue;
border-top: 1px solid $blue;
}
#missingProfileFieldsetHolder1 {
width: 481px;
@ -225,10 +225,10 @@ fieldset#missingProfileFieldset {
fieldset {
border: 0;
border-top: 1px solid $soft_blue;
border-top: 1px solid $blue;
}
legend {
background-color: $soft_blue_very_lighten;
background-color: $white;
}
}
#fs_list {
@ -237,9 +237,9 @@ fieldset#missingProfileFieldset {
width: 490px;
height: 320px;
padding: 10px;
color: $grey_super_dark;
border: 1px solid $soft_blue;
background-color: $soft_blue_very_lighten;
color: $gray;
border: 1px solid $blue;
background-color: $white;
}
.fs_container {
height: 280px;
@ -264,7 +264,7 @@ fieldset#missingProfileFieldset {
li {
list-style-type: none;
display: block;
background: $soft_blue_very_lighten;
background: $white;
width: 220px;
padding: 5px 0px;
margin-bottom: 5px;
@ -296,7 +296,7 @@ fieldset#missingProfileFieldset {
li {
list-style-type: none;
display: block;
background: $soft_blue_very_lighten;
background: $white;
width: 220px;
padding: 5px 0px;
margin-bottom: 5px;
@ -328,7 +328,7 @@ fieldset#missingProfileFieldset {
li {
list-style-type: none;
display: block;
background: $soft_blue_very_lighten;
background: $white;
width: 220px;
padding: 5px 0px;
margin-bottom: 5px;
@ -360,7 +360,7 @@ fieldset#missingProfileFieldset {
li {
list-style-type: none;
display: block;
background: $soft_blue_very_lighten;
background: $white;
width: 220px;
padding: 5px 0px;
margin-bottom: 5px;
@ -381,8 +381,8 @@ fieldset#missingProfileFieldset {
width: 780px;
margin: 8px 8px 40px 0px;
max-height: 500px;
border: 1px solid $soft_blue;
background-color: $soft_blue_very_lighten;
border: 1px solid $blue;
background-color: $white;
}
#div_cp_preview_content {
display: block;
@ -400,8 +400,8 @@ fieldset#missingProfileFieldset {
}
.time_profile_left_right.floatRight {
height: 140px;
border: 1px solid $soft_blue;
background-color: $soft_blue_very_lighten;
border: 1px solid $blue;
background-color: $white;
float: right;
padding: 10px;
width: 380px;
@ -410,7 +410,7 @@ fieldset#missingProfileFieldset {
float: left;
width: 190px;
height: 150px;
color: $strong_blue;
color: $blue;
}
#statistic_profile {
height: 150px;
@ -425,8 +425,8 @@ fieldset#missingProfileFieldset {
.active {
padding: 2px 5px;
border: 1px solid $soft_blue;
background-color: $soft_blue_very_lighten;
border: 1px solid $blue;
background-color: $white;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
@ -445,8 +445,8 @@ fieldset#missingProfileFieldset {
.active {
padding: 2px 5px;
border: 1px solid $soft_blue;
background-color: $soft_blue_very_lighten;
border: 1px solid $blue;
background-color: $white;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
@ -458,7 +458,7 @@ fieldset#missingProfileFieldset {
height: 80px;
padding: 5px;
margin-bottom: 10px;
color: $grey_super_dark;
color: $gray;
}
#time_profile_content {
float: left;
@ -466,7 +466,7 @@ fieldset#missingProfileFieldset {
height: 80px;
padding: 5px;
margin-bottom: 10px;
color: $grey_super_dark;
color: $gray;
}
.statistic_profile_button_left_holder {
width: auto;
@ -487,22 +487,22 @@ fieldset#missingProfileFieldset {
padding: 3px;
color: black;
font-size: 11px;
border: 1px solid $soft_blue;
background-color: $soft_blue_very_lighten;
border: 1px solid $blue;
background-color: $white;
}
#missing_profile_holder {
float: left;
width: 190px;
height: 150px;
margin: 0px 8px 8px 0px;
color: $strong_blue;
color: $blue;
}
#status_profile_holder {
float: left;
width: 190px;
height: 150px;
margin: 0px 8px 8px 0px;
color: $strong_blue;
color: $blue;
height: auto;
}
#divStatusProfile {
@ -521,8 +521,8 @@ fieldset#missingProfileFieldset {
div.active {
padding: 2px 5px;
border: 1px solid $soft_blue;
background-color: $soft_blue_very_lighten;
border: 1px solid $blue;
background-color: $white;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
@ -541,8 +541,8 @@ fieldset#missingProfileFieldset {
div.active {
padding: 2px 5px;
border: 1px solid $soft_blue;
background-color: $soft_blue_very_lighten;
border: 1px solid $blue;
background-color: $white;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
@ -558,15 +558,15 @@ fieldset#missingProfileFieldset {
float: right;
width: 490px;
padding: 10px;
border: 1px solid $soft_blue;
background-color: $soft_blue_very_lighten;
border: 1px solid $blue;
background-color: $white;
}
#status_profile_data_holder {
float: right;
width: 490px;
padding: 10px;
border: 1px solid $soft_blue;
background-color: $soft_blue_very_lighten;
border: 1px solid $blue;
background-color: $white;
}
#missingProfileFieldsetHolder {
width: 470px;
@ -601,8 +601,8 @@ fieldset#missingProfileFieldset {
margin-bottom: 4px;
line-height: 2em;
vertical-align: middle;
border: 1px solid $soft_blue;
background-color: $soft_blue_very_lighten;
border: 1px solid $blue;
background-color: $white;
}
#variableTypeNote {
@include profile_note();
@ -624,8 +624,8 @@ fieldset#missingProfileFieldset {
width: auto;
margin-bottom: 15px;
border: 1px solid $orange;
background-color: $orange_super_lighten;
border: 1px solid $red;
background-color: $red;
}
input#startDate {
width: 80px;
@ -640,9 +640,9 @@ input#endDate {
width: 430px;
padding: 10px;
margin: 0 10px;
color: $grey_super_dark;
border: 1px solid $soft_blue;
background-color: $soft_blue_very_lighten;
color: $gray;
border: 1px solid $blue;
background-color: $white;
ul {
display: inline-block;
padding: 0 3px;
@ -655,9 +655,9 @@ input#endDate {
max-width: 400px;
padding: 5px;
margin-bottom: 5px;
background-color: $soft_blue_very_lighten;
outline: 1px solid $soft_blue_very_lighten;
color: $grey_super_dark;
background-color: $white;
color: $gray;
label {
display: inline-block;
width: 100%;
@ -665,9 +665,9 @@ input#endDate {
}
}
li.selected {
background-color: $soft_blue_very_lighten !important;
background-color: $white !important;
outline: 0 !important;
color: $strong_blue !important;
color: $blue !important;
}
}
}
@ -705,7 +705,7 @@ input#endDate {
width: 550px;
background-color: white;
border-left: 6px $strong_blue solid !important;
border-left: 6px $blue solid !important;
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.34);
}
#newProfile {

View File

@ -14,10 +14,4 @@
@import "alert";
@import "error";
/*@import "data_setting";
@import "page_specific/profiles";
@import "page_specific/import_from_text";
@import "page_specific/archive";
@import "page_specific/preview_question";
@import "page_specific/consulting";
@import "page_specific/dodeljeni_uporabniki";*/
@import "page_specific/page_specific";

View File

@ -1,9 +1,3 @@
.page_branching #placeholder,
.page_ #placeholder{
margin-left: 0;
}
.locked .add-variable-mobile,
.spremenljivka_content:hover .add-variable {
display: none !important;

View File

@ -15,10 +15,10 @@ $if_background: $blue;
#placeholder{
display: flex;
width: 98%;
max-width: 1450px;
width: calc(100vw - 328px);
//max-width: 1500px;
margin: 5px 0 0 30px;
margin: 0 0 0 308px;
}
#branching {

View File

@ -1,14 +1,62 @@
/*
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
Levi toolbox v urejanju ankete (dodajanje vprasanj...)
*/
.toolbox{
cursor: pointer;
position: fixed;
left: 0;
width: 240px;
background-color: $light-gray2;
}
// Napredne nastavitve na vrhu (zobnik)
#toolbox_advanced_settings {
top: 218px;
#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 $blue;
background-color: $blue;
span.advanced_settings_title {
vertical-align: middle;
padding: 0 0 0 2px;
color: $blue;
font-weight: 600;
font-size: 12px;
}
span.advanced_setting {
display: inline-block;
text-align: center;
width: 20px;
padding: 3px 5px 0 0;
}
}
}
// Dodajanje vprasanj
#toolbox_basic {
top: 255px;
div.new_adv {
cursor: default;
cursor: pointer;
@ -53,14 +101,7 @@ and open the template in the editor.
padding-right: 2%;
margin-top: 6px;
}
position: fixed;
z-index: 50;
top: 255px;
left: 1px;
height: 335px;
width: 50px;
background-color: $blue;
border: 0;
p.new_spr {
cursor: pointer;
margin: 0px 1px;
@ -173,46 +214,7 @@ and open the template in the editor.
}
}
}
#toolbox_advanced_settings {
position: fixed;
cursor: pointer;
top: 218px;
left: 1px;
width: 18px;
height: 19px;
padding: 5px 15px 6px;
background-color: $blue;
border: 1px $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 $blue;
background-color: $blue;
span.advanced_settings_title {
vertical-align: middle;
padding: 0 0 0 2px;
color: $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;