fix layout bugs

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

View File

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

View File

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

View File

@ -90,7 +90,7 @@
</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">
<img gravatar-src="'{{username}}'" gravatar-size="35">
</div>