Fixes character appears too high in avatar on profile when no pet or mount is equipped (#7916) (#8318)

This commit is contained in:
Khwunchai Jaengsawang 2016-12-28 22:36:56 +07:00 committed by Keith Holliday
parent 89279c8aed
commit 1dbc42f48a
2 changed files with 3 additions and 3 deletions

View file

@ -80,7 +80,7 @@ future re: pets and whatnot, this is just temporary.
&.hasPet
padding-top: 1.75em
&.hasMount
padding-top:0em
padding-top: 0em !important
// Backgrounds  Set a background color when no background image is set
&.noBackgroundImage

View file

@ -130,6 +130,7 @@ html, body
&.herobox
padding-right: 0px
padding-left: 0px
padding-top: 2em
.death-modal // a .modal-body
margin: 10px
@ -217,8 +218,7 @@ div[window-class="vertically-centered-modals"]:before
vertical-align: middle
margin-right: -4px // Adjusts for spacing
div[window-class="vertically-centered-modals"] .modal-dialog
div[window-class="vertically-centered-modals"] .modal-dialog
display: inline-block
text-align: left
vertical-align: middle