Fixes wrong positioning of notifications.

This commit is contained in:
Matthew Harrison-Jones 2013-07-15 16:52:48 +01:00 committed by ErisDS
parent 55e0d11f87
commit e7cea72935
2 changed files with 30 additions and 22 deletions

View File

@ -44,6 +44,13 @@
}
.entry-container {
position: relative;
height: -webkit-calc(100% - 70px);
height: -moz-calc(100% - 70px);
height: calc(100% - 70px);
}
// The two content panel wrappers, positioned left/right
.entry-markdown { left:0; border-right:$lightbrown 2px solid; }
.entry-preview { right:0; border-left:$lightbrown 2px solid; }
@ -55,7 +62,7 @@
padding: 15px;
position: absolute;
bottom:40px; // height of the publish bar
top:69px; // height of the post title + margin
top:0px; // height of the post title + margin
background: #fff;
box-shadow: $shadow;
@ -65,7 +72,7 @@
// Convert all content areas to small boxes
@include breakpoint($netbook) {
top:109px;
top:40px;
left:0;
right:0;
width:100%;

View File

@ -8,6 +8,7 @@
</section>
</header>
<section class="entry-container">
<section class="entry-markdown active">
<header class="floatingheader">
{{e "editor.headers.markdown.label" "Markdown"}}
@ -28,7 +29,7 @@
</div>
</section>
</section>{{!.entry-preview}}
</section>
<footer id="publish-bar">
<nav>
<section id="entry-categories" href="#" class="left">