diff --git a/app/assets/images/buttons/templates/Wallpaper@2x.png b/app/assets/images/buttons/templates/Wallpaper@2x.png new file mode 100644 index 000000000..b134b15ab Binary files /dev/null and b/app/assets/images/buttons/templates/Wallpaper@2x.png differ diff --git a/app/assets/stylesheets/new_styles/_composer.scss b/app/assets/stylesheets/new_styles/_composer.scss index 8ff3d3806..a866f140f 100644 --- a/app/assets/stylesheets/new_styles/_composer.scss +++ b/app/assets/stylesheets/new_styles/_composer.scss @@ -17,6 +17,9 @@ #framer { color : #fff; background-color : rgba(0,0,0,0.8); + + background-image : image_url("texture/hatched-dark.png"); + z-index : 200; text-align : left; @@ -45,7 +48,8 @@ .template-picker { float : left; - margin-left : 20px; + margin-left : 10px; + margin-right : -100px; // prevent the picker from being bumped down under the frame. input { display : none; @@ -100,6 +104,21 @@ } .preview { + .canvas-frame { + margin-left : 0; + + &:hover { + [contentEditable] { + @include box-shadow(0,0,5px,$link-blue); + } + } + + [contentEditable]:focus { + @include box-shadow(0,0,0,rgba(0,0,0,0)); + outline : none; + } + } + .content { cursor : auto; diff --git a/app/assets/templates/flow.jst.hbs b/app/assets/templates/flow.jst.hbs index 1535ce062..d6426a5d1 100644 --- a/app/assets/templates/flow.jst.hbs +++ b/app/assets/templates/flow.jst.hbs @@ -2,6 +2,13 @@
+
+
+

+ Make something! +

+
+
diff --git a/app/assets/templates/framer-content.jst.hbs b/app/assets/templates/framer-content.jst.hbs index 228385b2b..313289853 100644 --- a/app/assets/templates/framer-content.jst.hbs +++ b/app/assets/templates/framer-content.jst.hbs @@ -1,4 +1,4 @@ -
+
{{#each templates}} diff --git a/app/assets/templates/post-form.jst.hbs b/app/assets/templates/post-form.jst.hbs index bad094e72..31891b7cf 100644 --- a/app/assets/templates/post-form.jst.hbs +++ b/app/assets/templates/post-form.jst.hbs @@ -1,7 +1,3 @@ -

- Make something! -

-
diff --git a/app/assets/templates/small-frame/default.jst.hbs b/app/assets/templates/small-frame/default.jst.hbs index 01f6f32dd..f1da9f9c5 100644 --- a/app/assets/templates/small-frame/default.jst.hbs +++ b/app/assets/templates/small-frame/default.jst.hbs @@ -22,6 +22,10 @@ {{{text}}}
+ {{else}} +
+

+
{{/if}}