Skip to content

Commit

Permalink
fix:collapse editor
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorybesson committed Mar 17, 2017
1 parent 805c53a commit b1da17c
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 11 deletions.
2 changes: 1 addition & 1 deletion src/server/public/abecms/css/styles.css

Large diffs are not rendered by default.

5 changes: 1 addition & 4 deletions src/server/sass/modules/_editor.scss
Expand Up @@ -11,10 +11,7 @@ body {
position: absolute;
bottom: 0;
width: 100%;
z-index: 33;
/* Set the fixed height of the footer here */
/*height: 115px;*/
/*background-color: #f5f5f5;*/
z-index: 5;
}

/* = Form
Expand Down
1 change: 1 addition & 0 deletions src/server/sass/modules/_iframe.scss
Expand Up @@ -2,6 +2,7 @@
position: relative;
text-align: center;
background-color: #000;
z-index: 10;
}

iframe{
Expand Down
6 changes: 3 additions & 3 deletions src/server/sass/modules/_toolbar.scss
Expand Up @@ -83,7 +83,6 @@
position: absolute;
opacity: 1;
top: -16px;
z-index: 55;
transition: all 200ms ease-in-out;
transform-origin: 50% 50%;
line-height: 29px;
Expand All @@ -102,11 +101,12 @@
left: -14px;
padding-left: 10px;
padding-right: 7px;
z-index: 5555;
z-index: 12;
}

.close-engine{
right: -14px;
right: -14px;
z-index: 11;
}

body {
Expand Down
3 changes: 3 additions & 0 deletions src/server/views/partials/engine.html
Expand Up @@ -78,5 +78,8 @@
<div class="close-engine">
<i class="fa fa-chevron-left"></i>
</div>
<div class="open-engine">
<i class="fa fa-chevron-right" aria-hidden="true"></i>
</div>
</div>
{{/if}}
3 changes: 0 additions & 3 deletions src/server/views/partials/page.html
Expand Up @@ -23,7 +23,4 @@
<div class="sk-circle12 sk-circle"></div>
</div>
</div>
<div class="open-engine">
<span class="fa fa-chevron-right" aria-hidden="true"></span>
</div>
</div><!-- *************** /end right iframe preview *************** -->

0 comments on commit b1da17c

Please sign in to comment.