Revert "a little framer styling"

This reverts commit 0ba13491e50d67360d0ed9e2e77dc8095994b8fd.
This commit is contained in:
Dennis Collinson 2012-03-23 11:33:23 -07:00
parent 010e091f62
commit 2bb677b34b
4 changed files with 12 additions and 17 deletions

View file

@ -1,6 +1,8 @@
app.pages.Framer = app.views.Base.extend({
templateName : "framer",
className : "framer",
id : "post-content",
events : {
"click button.done" : "saveFrame"
},

View file

@ -1,6 +1,5 @@
<div class='template-picker form-inline'></div>
<div id="post-content">
<div class="post-view"></div>
<div class="controls">
<div class='template-picker'></div>
<button class="done btn-primary">done</button>
</div>
<div class="post-view"></div>

View file

@ -2,6 +2,4 @@
{{#each templates}}
<option value="{{.}}">{{.}}</option>
{{/each}}
</select>
<button class="done btn-primary">done</button>
</select>

View file

@ -226,6 +226,7 @@ $pane-width: 420px;
.photo-fill {
@include background-cover();
z-index : -5000; //so the framer controls don't get lost
position: absolute;
top: 0;
left: 0;
@ -249,6 +250,7 @@ $pane-width: 420px;
}
.rich-media {
z-index : -5000; //so the framer controls don't get lost
position: absolute;
height: 100%;
width: 100%;
@ -798,14 +800,8 @@ text-rendering: optimizelegibility;
width: 100%;
}
.framer { //make this look way more glamourous, just providing structure.
.template-picker {
#post-content {
button {
position: absolute;
bottom: 0;
left: 0;
right: 0;
padding : 20px;
background-color: #f0f0f0;
border-top: 1px solid #ccc;
}
}