diff --git a/services/web/public/img/teasers/dropbox/teaser-dropbox-editor.png b/services/web/public/img/teasers/dropbox/teaser-dropbox-editor.png new file mode 100644 index 0000000000..164f49ef8c Binary files /dev/null and b/services/web/public/img/teasers/dropbox/teaser-dropbox-editor.png differ diff --git a/services/web/public/stylesheets/app/editor.less b/services/web/public/stylesheets/app/editor.less index 09b972c342..7daea8f938 100644 --- a/services/web/public/stylesheets/app/editor.less +++ b/services/web/public/stylesheets/app/editor.less @@ -400,4 +400,14 @@ background-color: @gray-lightest; } } -} \ No newline at end of file +} + +.dropbox-teaser-title { + margin-top: 0; + text-align: center; +} + +.dropbox-teaser-img { + .img-responsive; + margin-bottom: 5px; +}