[Redizajn 1KA] - Moje ankete --> Nova anketa - v4

Popravljen layout
This commit is contained in:
tejagerjovic 2022-01-06 09:44:57 +01:00
parent 031a309524
commit 009fbcf8df
3 changed files with 2 additions and 7 deletions

View File

@ -13876,6 +13876,7 @@ div#main.hide_header {
#new_anketa_div { #new_anketa_div {
display: flex; display: flex;
flex-direction: row; flex-direction: row;
width: 100%;
} }
#new_anketa_div .layout_left_item { #new_anketa_div .layout_left_item {
@ -13886,9 +13887,6 @@ div#main.hide_header {
border-right: 1px solid #E5E5E5; border-right: 1px solid #E5E5E5;
box-sizing: border-box; box-sizing: border-box;
flex-shrink: 0; flex-shrink: 0;
position: absolute;
top: 0;
left: 0;
} }
#new_anketa_div .layout_left_item .item { #new_anketa_div .layout_left_item .item {
display: flex; display: flex;

View File

@ -11,10 +11,6 @@
box-sizing: border-box; box-sizing: border-box;
flex-shrink: 0; flex-shrink: 0;
position: absolute;
top:0;
left:0;
.item { .item {
display: flex; display: flex;
align-items: center; align-items: center;

View File

@ -18,6 +18,7 @@ div#main.hide_header {
#new_anketa_div { #new_anketa_div {
display: flex; display: flex;
flex-direction: row; flex-direction: row;
width: 100%;
} }
@import "left_menu"; @import "left_menu";