Revert "a little framer styling"
This reverts commit 0ba13491e50d67360d0ed9e2e77dc8095994b8fd.
This commit is contained in:
parent
010e091f62
commit
2bb677b34b
4 changed files with 12 additions and 17 deletions
|
|
@ -1,6 +1,8 @@
|
|||
app.pages.Framer = app.views.Base.extend({
|
||||
templateName : "framer",
|
||||
className : "framer",
|
||||
|
||||
id : "post-content",
|
||||
|
||||
events : {
|
||||
"click button.done" : "saveFrame"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
@ -3,5 +3,3 @@
|
|||
<option value="{{.}}">{{.}}</option>
|
||||
{{/each}}
|
||||
</select>
|
||||
|
||||
<button class="done btn-primary">done</button>
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue