Style improvements to site profile - no longer cuts off bottom of 'like' popover

This commit is contained in:
Victoria Wang 2014-10-27 17:19:07 -07:00
parent ecd4312d72
commit 0fed9320f8
2 changed files with 9 additions and 8 deletions

View file

@ -404,15 +404,17 @@
background-color: white;
right: 33%;
}
.content.misc-page.columns .col {
.content.misc-page.columns .col, .site-profile-padding {
padding: 25px 30px 30px 30px;
position: relative;
overflow:hidden;
}
.content.misc-page.columns .col-66 {
width: 67%;
left: 33%;
}
.site-profile .content.misc-page.columns .col-66 {
padding: 0;
}
.content.misc-page.columns .col-33 {
width: 33%;
left: 33%;
@ -806,9 +808,9 @@ a.tag:hover {
.post-comment {
background: #DAEEA5;
float: left;
width: 111%;
width: 100%;
padding: 20px 0 10px 30px;
margin: -25px 0 28px -30px;
margin: 0 0 28px 0;
}
.post-comment input {
width: 84%;