ExportDiv css

This commit is contained in:
Kenneth Jao 2016-10-20 22:21:22 -04:00
parent c56865b407
commit 4bc535847c
2 changed files with 5 additions and 5 deletions

View File

@ -349,7 +349,7 @@ body {
background-color: rgba(0,0,0,0.2);
}
.sideClass, .sideFilter {
.sideClass, .sideFilter, #exportDiv {
width: 100%;
height: 5vh;
padding: 1.5vh;
@ -372,7 +372,7 @@ body {
width: 80%;
}
.sideClass:hover, .sideFilter:hover {
.sideClass:hover, .sideFilter:hover, #exportDiv:hover {
background-color: rgba(255,255,255,0.3);
}
@ -394,12 +394,12 @@ body {
display: inline-block;
}
.sideFilter {
.sideFilter, #exportDiv {
height: auto;
}
.fa-dot-circle-o {
font-size: 3vh;
font-size: 1.1vw;
color: #53BD42;
float: right;

View File

@ -54,7 +54,7 @@
</div>
</div>
{{/if}}
<div id="exportDiv" class="sideFilter">
<div id="exportDiv">
<i id="export" class="fa fa-download" aria-hidden="true"></i>
<h4 id="exportText">Export</h4>
</div>