diff --git a/app/assets/stylesheets/themes/default/layout/_body.scss b/app/assets/stylesheets/themes/default/layout/_body.scss index a25a1fd..75299cc 100644 --- a/app/assets/stylesheets/themes/default/layout/_body.scss +++ b/app/assets/stylesheets/themes/default/layout/_body.scss @@ -27,6 +27,13 @@ body#tinymce { #container { min-height: 100%; + min-width: 1020px; + background: { + color: $blue; + image: image-url("#{$theme-path}/layout/background.jpg"); + position: top center; + repeat: no-repeat; + } } .wrapper {