fix sidebar in ie11

This commit is contained in:
Matias Alejo Garcia 2014-12-30 12:03:01 -03:00
parent 4bf37bfb60
commit e63ce5f791
2 changed files with 10 additions and 11 deletions

View File

@ -18,15 +18,16 @@
display: none;
}
.sidebar-bottom {
.button-close {
margin-top:65px;
background: #213140;
padding: 1.2rem;
font-size: 14px;
position: fixed;
bottom: 0;
width: 100%;
text-align: center;
height: 65px;
display:block;
color: #fff;
}
.page, .main {
@ -70,8 +71,6 @@
header {
height: 45px;
background-color: #213140;
position: fixed;
top: 0;
width: 100%;
line-height: 110%;
padding: 0 0.45rem;

View File

@ -43,14 +43,14 @@
<i class="fi-plus"></i> Add wallet
</a>
<a class="button-close" title="Close" ng-click="signout()">
<span ng-if="!$root.hasPin"><i class="size-16 m5r fi-power"></i> {{'Close'|translate}}</span>
<span ng-if="$root.hasPin"><i class="size-16 m5r icon-locked"></i> {{'Lock'|translate}}</span>
</a>
<div class="text-gray size-12 text-center columns">
<div ng-include="'views/includes/version.html'"></div>
</div>
</div>
<div class="sidebar-bottom">
<a class="db text-gray tu" title="Close" ng-click="signout()">
<span ng-if="!$root.hasPin"><i class="size-16 m5r fi-power"></i> {{'Close'|translate}}</span>
<span ng-if="$root.hasPin"><i class="size-16 m5r icon-locked"></i> {{'Lock'|translate}}</span>
</a>
</div>