footer details

This commit is contained in:
Bechi 2014-05-13 14:55:26 -03:00
parent d03ce646af
commit 4c24a292d9
2 changed files with 13 additions and 11 deletions

View File

@ -33,7 +33,8 @@ html, body {height: 100%;}
#footer {
position: fixed;
margin-top: -96px; /* negative value of footer height */
height: 96px;
height: 80px;
clear:both;
padding: 5px 2rem;
bottom: 0;
@ -48,11 +49,12 @@ html, body {height: 100%;}
}
.bottom-copay {
width: 80px;
width: 56px;
text-align: center;
position: relative;
float: right;
margin-left: 15px;
height: 62px;
}
.logo {
@ -296,9 +298,9 @@ hr { margin: 2.25rem 0;}
.lh {line-height: 0;}
.video-small {
width: 80px;
height: 80px;
border-radius: 1rem;
width: 50px;
height: 50px;
border-radius: 0.3rem;
display: inline;
float: right;
}

View File

@ -122,8 +122,8 @@
<small>v. 0.0.5</small>
</div>
</div>
<div class="row" ng-show="$root.wallet">
<div class="large-3 medium-3 small-3 columns m10t">
<div class="row p10t" ng-show="$root.wallet">
<div class="large-3 medium-3 small-3 columns">
<div>
<strong>{{$root.getWalletDisplay()}}</strong>
</div>
@ -135,8 +135,9 @@
</div>
</div>
<div class="large-9 medium-9 small-9 columns">
<div class="bottom-copay"
ng-repeat="c in $root.wallet.getRegisteredPeerIds()">
<a href="#/addresses" > </a>
<div class="bottom-copay"
ng-repeat="c in $root.wallet.getRegisteredPeerIds()" class="has-tip" tooltip-placement="top" tooltip="{{c.nick}}">
<video ng-if="$root.videoInfo[c.peerId]"
avatar peer="{{c}}"
autoplay
@ -148,7 +149,6 @@
ng-class="($root.wallet.getOnlinePeerIDs().indexOf(c.peerId) != -1) ? 'online' : 'offline'"
src="./img/satoshi.gif"
/>
<span ng-if="c.nick" style="position:absolute; bottom:-10px; width: 80px; overflow: hidden;">{{c.nick}}</span>
</div>
</div>
</div>
@ -291,7 +291,7 @@
</div>
</div>
</script>
<!-- ADDRESS -->
<script type="text/ng-template" id="addresses.html">
<div class="addresses" data-ng-controller="AddressesController">