diff --git a/public/css/admin_new.css b/public/css/admin_new.css index 2611c0410..1de063908 100644 --- a/public/css/admin_new.css +++ b/public/css/admin_new.css @@ -10770,10 +10770,23 @@ div#theme-edit-wrap div#theme-preview { div#theme-edit-wrap div#theme-preview iframe { width: 100%; height: 600px; + border: none; } div#theme-edit-wrap div#theme-preview iframe #preview { display: none; } +div#theme-edit-wrap textarea#css_content { + width: 100%; + height: 510px; + font-family: "Courier"; + font-size: 14px; +} +div#theme-edit-wrap div.button_holder.css_edit { + margin-top: 32px !important; + margin-bottom: 0 !important; + border: none !important; + padding: 0 !important; +} fieldset#theme-upload h2 { font-weight: 600; @@ -10786,19 +10799,6 @@ fieldset#theme-upload h2 span.name { text-transform: none; } -textarea#css_content { - width: 100%; - height: 514px; - font-family: "Courier"; -} - -div.button_holder.css_edit { - margin-top: 32px !important; - margin-bottom: 0 !important; - border: none !important; - padding: 0 !important; -} - .theme_header { font-weight: 600; font-size: 16px; diff --git a/resources/sass/admin_new/pages/my_surveys/oblika_teme.scss b/resources/sass/admin_new/pages/my_surveys/oblika_teme.scss index 44be1de82..ee497cfe4 100644 --- a/resources/sass/admin_new/pages/my_surveys/oblika_teme.scss +++ b/resources/sass/admin_new/pages/my_surveys/oblika_teme.scss @@ -212,8 +212,7 @@ div.page_tema { } } -// Oblika - prilagoditev teme - +// Urejanje teme (preview okno na desni) div#theme-edit-wrap{ display: flex; flex-direction: row; @@ -222,6 +221,7 @@ div#theme-edit-wrap{ width: 100%; + //Oblika - prilagoditev teme // < Leva stran (editor) div#theme-editor { @@ -361,9 +361,29 @@ div#theme-edit-wrap{ #preview { display: none; } + + border: none; } } + + // Oblika - CSS urejanje teme + textarea#css_content{ + width: 100%; + height: 510px; + font-family: "Courier"; + font-size: 14px; + } + + div.button_holder { + + &.css_edit { + margin-top: 32px !important; + margin-bottom: 0 !important; + border: none !important; + padding: 0 !important; + } + } } @@ -387,26 +407,6 @@ fieldset#theme-upload { } - -// Oblika - CSS urejanje teme - -textarea#css_content{ - width: 100%; - height: 514px; - font-family: "Courier"; -} - -div.button_holder { - - &.css_edit { - margin-top: 32px !important; - margin-bottom: 0 !important; - border: none !important; - padding: 0 !important; - } -} - - ////////////////////////////////////////////////////////// // Skopiran stari styling