Admin mobile - popravki ustvarjanja ankete
This commit is contained in:
parent
201d59a9d4
commit
a0e14365ed
@ -28746,6 +28746,58 @@ fieldset input[type=text] {
|
|||||||
display: table-cell;
|
display: table-cell;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#new_anketa_div {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
min-height: auto;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
#new_anketa_div #left_menu,
|
||||||
|
#new_anketa_div #right_content {
|
||||||
|
width: 100%;
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
#new_anketa_div #right_content {
|
||||||
|
box-sizing: border-box;
|
||||||
|
margin: 20px 0 0 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
#new_anketa_div #right_content .setting {
|
||||||
|
width: 100% !important;
|
||||||
|
margin: 0 !important;
|
||||||
|
padding: 0 !important;
|
||||||
|
}
|
||||||
|
#new_anketa_div #right_content .survey_title_text_holder {
|
||||||
|
flex-direction: column !important;
|
||||||
|
}
|
||||||
|
#new_anketa_div #right_content select {
|
||||||
|
width: 100% !important;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
#new_anketa_div #right_content input {
|
||||||
|
width: 100% !important;
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
#new_anketa_div #right_content .survey_type_holder {
|
||||||
|
flex-direction: column !important;
|
||||||
|
}
|
||||||
|
#new_anketa_div #right_content .survey_type_holder label {
|
||||||
|
margin-bottom: 15px;
|
||||||
|
}
|
||||||
|
#new_anketa_div #right_content .survey_type_holder label > div {
|
||||||
|
box-sizing: border-box;
|
||||||
|
padding: 10px !important;
|
||||||
|
}
|
||||||
|
#new_anketa_div #input_field_holder,
|
||||||
|
#new_anketa_div #preview_field_holder {
|
||||||
|
width: 100% !important;
|
||||||
|
width: 300px !important;
|
||||||
|
float: none;
|
||||||
|
box-sizing: border-box;
|
||||||
|
margin: 0 !important;
|
||||||
|
padding: 10px 0 !important;
|
||||||
|
}
|
||||||
|
|
||||||
table.dashboard {
|
table.dashboard {
|
||||||
border-spacing: 0px;
|
border-spacing: 0px;
|
||||||
}
|
}
|
||||||
|
@ -18,6 +18,7 @@ $breakpoint-mobile: 600px;
|
|||||||
|
|
||||||
// Posamezne strani
|
// Posamezne strani
|
||||||
@import "pages/my_surveys";
|
@import "pages/my_surveys";
|
||||||
|
@import "pages/new_survey";
|
||||||
@import "pages/status";
|
@import "pages/status";
|
||||||
@import "pages/branching";
|
@import "pages/branching";
|
||||||
@import "pages/survey_settings";
|
@import "pages/survey_settings";
|
||||||
|
65
resources/sass/admin/mobile/pages/new_survey.scss
Normal file
65
resources/sass/admin/mobile/pages/new_survey.scss
Normal file
@ -0,0 +1,65 @@
|
|||||||
|
|
||||||
|
#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;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
#input_field_holder,
|
||||||
|
#preview_field_holder{
|
||||||
|
width: 100% !important;
|
||||||
|
width: 300px !important;
|
||||||
|
float: none;
|
||||||
|
|
||||||
|
box-sizing: border-box;
|
||||||
|
margin: 0 !important;
|
||||||
|
padding: 10px 0 !important;
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user