fix layout bugs

This commit is contained in:
bechi 2014-11-25 15:24:11 -03:00
commit ab4fc266fe
3 changed files with 4 additions and 2 deletions

View file

@ -65,7 +65,7 @@ body, html{
header { header {
background-color: #1ABC9C; background-color: #1ABC9C;
overflow: hidden; overflow: hidden;
height: 56px; height: 62px;
} }
header .creation { header .creation {
@ -611,6 +611,7 @@ a.button-setup {
width: 72%; width: 72%;
float: left; float: left;
color: #fff; color: #fff;
text-transform: lowercase;
} }
.name-wallet i { .name-wallet i {

View file

@ -120,6 +120,7 @@
color: #7A8C9E; color: #7A8C9E;
padding: 0.5rem 0; padding: 0.5rem 0;
display: block; display: block;
border-bottom: 3px solid transparent;
} }
.bottombar-item a.active { .bottombar-item a.active {

View file

@ -90,7 +90,7 @@
</div> </div>
</div> --> </div> -->
<a href="#!/profile" class="large-2 medium-2 columns text-center m30v" title="Profile"> <a href="#!/profile" class="columns text-center m30v" title="Profile">
<div class="photo-container"> <div class="photo-container">
<img gravatar-src="'{{username}}'" gravatar-size="35"> <img gravatar-src="'{{username}}'" gravatar-size="35">
</div> </div>