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

View File

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