fixed some styling during the framing process [ci skip]

This commit is contained in:
danielgrippi 2012-05-23 18:46:53 -07:00
parent de499ba276
commit 34d98a6d3c
6 changed files with 32 additions and 6 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View file

@ -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;

View file

@ -2,6 +2,13 @@
<div class="container">
<div class="row">
<div class="span6 offset3">
<div class="row">
<div class="span4 offset1">
<h3>
Make something!
</h3>
</div>
</div>
<div class="row">
<div class="flow-content"/>
</div>

View file

@ -1,4 +1,4 @@
<div class="preview"> </div>
<div class="preview offset1"> </div>
<div class='template-picker'>
{{#each templates}}

View file

@ -1,7 +1,3 @@
<h3>
Make something!
</h3>
<div class="new_picture"/>
<form class="new-post">

View file

@ -22,6 +22,10 @@
{{{text}}}
</div>
<div class="background-color"></div>
{{else}}
<div class="text-content">
<p></p>
</div>
{{/if}}
<!--Handlebars partial territory-->