Merge pull request #2601 from Raven24/fix-2567-2

this fixes #2567
This commit is contained in:
Daniel Grippi 2012-01-08 20:23:34 -08:00
commit 84e47ba159

View file

@ -5,10 +5,15 @@
@include box-shadow(0, 0, 5px, #666666); @include box-shadow(0, 0, 5px, #666666);
position: relative; position: relative;
display: inline-block;
min-width: 250px;
max-width: 400px;
background-color: $background; background-color: $background;
height: 70px; height: 70px;
border: 1px solid #999999; border: 1px solid #999999;
font-size: small; font-size: small;
.avatar { .avatar {
position: relative; position: relative;
float: left; float: left;
@ -22,15 +27,25 @@
} }
} }
$image_width: 80px; /* including margin */
& > h4, & > div, & > p {
margin-left: $image_width;
}
& > h4, & > div, & > p, .hashtags {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
padding: 5px { padding: 5px {
bottom: 25px; bottom: 25px;
}; };
h4 { h4 {
margin-bottom: 0px; margin-bottom: 0px;
padding-bottom: 0px; padding-bottom: 0px;
overflow:hidden;
} }
a { a {
@ -50,6 +65,7 @@
bottom: 0; bottom: 0;
left: 0; left: 0;
background-color: #eeeeee; background-color: #eeeeee;
margin-left: 0;
width: 100%; width: 100%;
min-height: 19px; min-height: 19px;
@ -61,12 +77,6 @@
.footer_container { .footer_container {
padding: 1px 5px; padding: 1px 5px;
.hashtags {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
a { a {
color: #999999; color: #999999;
margin-right: 4px; margin-right: 4px;
@ -81,8 +91,7 @@
display: none; display: none;
z-index: 10; z-index: 10;
min-width: 250px; width: 400px;
max-width: 300px;
padding: 10px { padding: 10px {
top: 5px; top: 5px;