Skip to content
Snippets Groups Projects
Commit 2bb677b3 authored by Dennis Collinson's avatar Dennis Collinson
Browse files

Revert "a little framer styling"

This reverts commit 0ba13491e50d67360d0ed9e2e77dc8095994b8fd.
parent 010e091f
No related branches found
No related tags found
No related merge requests found
app.pages.Framer = app.views.Base.extend({
templateName : "framer",
className : "framer",
id : "post-content",
events : {
"click button.done" : "saveFrame"
},
......
<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>
\ No newline at end of file
......@@ -2,6 +2,4 @@
{{#each templates}}
<option value="{{.}}">{{.}}</option>
{{/each}}
</select>
<button class="done btn-primary">done</button>
</select>
\ No newline at end of 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;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment