diff --git a/public/css/admin_new.css b/public/css/admin_new.css index 25e0e57b4..3f9996a0e 100644 --- a/public/css/admin_new.css +++ b/public/css/admin_new.css @@ -13919,7 +13919,7 @@ div#main.hide_header { border-bottom: none; box-sizing: border-box; flex-shrink: 0; - margin-right: 64px; + margin-right: 0; box-shadow: none; height: fit-content; } @@ -13981,6 +13981,10 @@ and open the template in the editor. margin-top: 64px; display: flex; justify-content: center; + width: 90%; +} +#new_anketa_div .layout_right_item .layout_right_centering { + max-width: 1060px; } #new_anketa_div .layout_right_item .layout_right_centering span.faicon.fa-times { position: absolute; @@ -13996,6 +14000,17 @@ and open the template in the editor. #new_anketa_div .layout_right_item .layout_right_centering .fieldset .title { margin-bottom: 32px; font-size: 26px; + overflow: hidden; +} +#new_anketa_div .layout_right_item .layout_right_centering .fieldset .title:after { + content: ""; + display: inline-block; + height: 0.5em; + vertical-align: bottom; + width: 100vw; + margin-right: -100%; + margin-left: 12px; + border-top: 1px solid #C4C4C4; } #new_anketa_div .layout_right_item .layout_right_centering .fieldset p.bottom32 { margin-bottom: 32px; @@ -14333,7 +14348,7 @@ and open the template in the editor. margin-right: 32px; } #new_anketa_div .layout_right_item .layout_right_centering .anketa_from_text .from_text_sidebyside_holder #input_field_holder #input_field textarea { - width: 519px; + width: 514px; height: 370px; box-sizing: border-box; border-color: #E5E5E5; @@ -14351,7 +14366,7 @@ and open the template in the editor. flex-shrink: 0; } #new_anketa_div .layout_right_item .layout_right_centering .anketa_from_text .from_text_sidebyside_holder #preview_field_holder #preview_field { - width: 519px; + width: 514px; height: 370px; box-sizing: border-box; overflow: auto; diff --git a/resources/sass/admin_new/pages/new_survey_page/left_menu.scss b/resources/sass/admin_new/pages/new_survey_page/left_menu.scss index 324eec43f..9a2b52dd9 100644 --- a/resources/sass/admin_new/pages/new_survey_page/left_menu.scss +++ b/resources/sass/admin_new/pages/new_survey_page/left_menu.scss @@ -14,7 +14,7 @@ box-sizing: border-box; flex-shrink: 0; - margin-right: 64px; + margin-right: 0; box-shadow: none; diff --git a/resources/sass/admin_new/pages/new_survey_page/right_content.scss b/resources/sass/admin_new/pages/new_survey_page/right_content.scss index ad7907c3b..1e5d0ee4c 100644 --- a/resources/sass/admin_new/pages/new_survey_page/right_content.scss +++ b/resources/sass/admin_new/pages/new_survey_page/right_content.scss @@ -26,8 +26,10 @@ $skin_selector: $red; margin-top: 64px; display: flex; justify-content: center; + width: 90%; .layout_right_centering { + max-width: 1060px; span.faicon.fa-times { position: absolute; @@ -47,6 +49,18 @@ $skin_selector: $red; .title { margin-bottom: 32px; font-size: 26px; + overflow: hidden; + + &:after { + content: ""; + display: inline-block; + height: 0.5em; + vertical-align: bottom; + width: 100vw; + margin-right: -100%; + margin-left: 12px; + border-top: 1px solid $dark-gray; + } } p { @@ -464,7 +478,7 @@ $skin_selector: $red; margin-right: 32px; textarea{ - width: 519px; + width: 514px; height: 370px; box-sizing: border-box; @@ -487,7 +501,7 @@ $skin_selector: $red; flex-shrink: 0; #preview_field{ - width: 519px; + width: 514px; height: 370px; box-sizing: border-box; overflow: auto;