fix css of export button

This commit is contained in:
Yaman Qalieh 2016-09-24 16:39:29 -04:00
parent 354279182a
commit 44c8c0cbd1
2 changed files with 11 additions and 5 deletions

View File

@ -306,8 +306,13 @@ input, textarea {
display: inline; display: inline;
} }
.fa-download {
padding: 0%;
}
#exportDiv { #exportDiv {
position: absolute;
bottom: 9%;
} }
#functions { #functions {

View File

@ -54,6 +54,11 @@
</div> </div>
</div> </div>
{{/if}} {{/if}}
<div id="exportDiv" class="sideFilter">
<i id="export" class="fa fa-download" aria-hidden="true"></i>
<h4 id="exportText">Export</h4>
</div>
</div> </div>
<div id="optionsContainer" style="right:{{optionsStatus}};background-color:{{divColor 'sidebar'}}"> <div id="optionsContainer" style="right:{{optionsStatus}};background-color:{{divColor 'sidebar'}}">
<h3>Preferences</h3> <h3>Preferences</h3>
@ -112,10 +117,6 @@
<p class="prefOptionText" style="background-color:{{divColor 'header'}}">No</p> <p class="prefOptionText" style="background-color:{{divColor 'header'}}">No</p>
</div> </div>
</div> </div>
<div id="exportDiv" class="sideFilter">
<i id="export" class="fa fa-download" aria-hidden="true"></i>
<h4 id="exportText" class="prefTitle">Export</h4>
</div>
</div> </div>
</div> </div>
<img id="bg" src={{bgSrc}} style="min-width:{{screen}}"> <img id="bg" src={{bgSrc}} style="min-width:{{screen}}">