|
|
|
|
@ -1778,6 +1778,8 @@ div.image-social-content center.friend { |
|
|
|
|
padding-left:10px; |
|
|
|
|
width:200px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/* general layout of the profile page */ |
|
|
|
|
#social-profile-wrapper { |
|
|
|
|
width: 100%; |
|
|
|
|
text-align:left; |
|
|
|
|
@ -1785,23 +1787,25 @@ div.image-social-content center.friend { |
|
|
|
|
float: left; |
|
|
|
|
} |
|
|
|
|
#social-profile-container { |
|
|
|
|
/*width: 100%;*/ |
|
|
|
|
/* width: 705px; */ |
|
|
|
|
} |
|
|
|
|
#social-profile-left { |
|
|
|
|
float:left; |
|
|
|
|
width:22%; |
|
|
|
|
} |
|
|
|
|
.left-side { |
|
|
|
|
min-width: 198px; |
|
|
|
|
margin: 0px; |
|
|
|
|
width:21%; |
|
|
|
|
} |
|
|
|
|
#social-profile-content { |
|
|
|
|
float:right; |
|
|
|
|
width:48%; |
|
|
|
|
width:46%; |
|
|
|
|
margin-left: 2px; |
|
|
|
|
} |
|
|
|
|
#social-profile-right { |
|
|
|
|
float:right; |
|
|
|
|
width:30%; |
|
|
|
|
width:32%; |
|
|
|
|
margin-left: 2px; |
|
|
|
|
} |
|
|
|
|
.left-side { |
|
|
|
|
min-width: 198px; |
|
|
|
|
margin: 0px; |
|
|
|
|
} |
|
|
|
|
.social-profile-post { |
|
|
|
|
width: 450px; |
|
|
|
|
|