Fixing social network shared-profile view with all styles

skala
Julio Montoya 16 years ago
parent b7c91404ec
commit 99d74d6a78
  1. 20
      main/css/academica/default.css
  2. 19
      main/css/baby_orange/default.css
  3. 11
      main/css/blue_lagoon/default.css
  4. 11
      main/css/cool_blue/default.css
  5. 19
      main/css/corporate/default.css
  6. 19
      main/css/cosmic_campus/default.css
  7. 11
      main/css/delicious_bordeaux/default.css
  8. 11
      main/css/dokeos_blue/default.css
  9. 16
      main/css/dokeos_classic/default.css
  10. 19
      main/css/dokeos_classic_2D/default.css
  11. 11
      main/css/empire_green/default.css
  12. 11
      main/css/fruity_orange/default.css
  13. 19
      main/css/medical/default.css
  14. 8
      main/css/public_admin/default.css
  15. 11
      main/css/royal_purple/default.css
  16. 19
      main/css/silver_line/default.css
  17. 19
      main/css/sober_brown/default.css
  18. 11
      main/css/steel_grey/default.css
  19. 11
      main/css/tasty_olive/default.css

@ -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;

@ -1773,6 +1773,7 @@ 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;
@ -1780,23 +1781,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;

@ -2298,25 +2298,26 @@ div.image-social-content center.friend {
}
/* general layout of the profile page */
#social-profile-wrapper {
width: 1000px;
width: 100%;
text-align:left;
margin:0 auto;
float: left;
}
#social-profile-container {
width: 705px;
/* width: 705px; */
}
#social-profile-left {
float:left;
width:220px;
width:22%;
}
#social-profile-content {
float:right;
width:480px;
width:47%;
margin-left: 4px;
}
#social-profile-right {
float:right;
width:290px;
width:30%;
margin-left: 4px;
}
/*****************************************************

@ -2291,25 +2291,26 @@ div.image-social-content center.friend {
}
/* general layout of the profile page */
#social-profile-wrapper {
width: 1000px;
width: 100%;
text-align:left;
margin:0 auto;
float: left;
}
#social-profile-container {
width: 705px;
/* width: 705px; */
}
#social-profile-left {
float:left;
width:220px;
width:22%;
}
#social-profile-content {
float:right;
width:480px;
width:47%;
margin-left: 4px;
}
#social-profile-right {
float:right;
width:290px;
width:30%;
margin-left: 4px;
}
/*****************************************************

@ -1789,6 +1789,7 @@ 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;
@ -1796,23 +1797,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;

@ -1807,6 +1807,7 @@ 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;
@ -1814,23 +1815,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;

@ -2299,25 +2299,26 @@ div.image-social-content center.friend {
}
/* general layout of the profile page */
#social-profile-wrapper {
width: 1000px;
width: 100%;
text-align:left;
margin:0 auto;
float: left;
}
#social-profile-container {
width: 705px;
/* width: 705px; */
}
#social-profile-left {
float:left;
width:220px;
width:22%;
}
#social-profile-content {
float:right;
width:480px;
width:47%;
margin-left: 4px;
}
#social-profile-right {
float:right;
width:290px;
width:30%;
margin-left: 4px;
}
/*****************************************************

@ -2285,25 +2285,26 @@ div.image-social-content center.friend {
}
/* general layout of the profile page */
#social-profile-wrapper {
width: 1000px;
width: 100%;
text-align:left;
margin:0 auto;
float: left;
}
#social-profile-container {
width: 705px;
/* width: 705px; */
}
#social-profile-left {
float:left;
width:220px;
width:22%;
}
#social-profile-content {
float:right;
width:480px;
width:47%;
margin-left: 4px;
}
#social-profile-right {
float:right;
width:290px;
width:30%;
margin-left: 4px;
}
/*****************************************************

@ -2513,6 +2513,7 @@ 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;
@ -2520,24 +2521,23 @@ 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:20%;
}
#social-profile-content {
float:right;
width:48%;
width:47%;
margin-left: 2px;
}
#social-profile-right {
float:right;
width:30%;
width:32%;
margin-left: 2px;
}
.social-profile-post {
width: 450px;
background : #EFEFEF;

@ -2547,6 +2547,7 @@ 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;
@ -2554,23 +2555,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;

@ -2298,25 +2298,26 @@ div.image-social-content center.friend {
}
/* general layout of the profile page */
#social-profile-wrapper {
width: 1000px;
width: 100%;
text-align:left;
margin:0 auto;
float: left;
}
#social-profile-container {
width: 705px;
/* width: 705px; */
}
#social-profile-left {
float:left;
width:220px;
width:22%;
}
#social-profile-content {
float:right;
width:480px;
width:47%;
margin-left: 4px;
}
#social-profile-right {
float:right;
width:290px;
width:30%;
margin-left: 4px;
}
/*****************************************************

@ -2298,25 +2298,26 @@ div.image-social-content center.friend {
}
/* general layout of the profile page */
#social-profile-wrapper {
width: 1000px;
width: 100%;
text-align:left;
margin:0 auto;
float: left;
}
#social-profile-container {
width: 705px;
/* width: 705px; */
}
#social-profile-left {
float:left;
width:220px;
width:22%;
}
#social-profile-content {
float:right;
width:480px;
width:47%;
margin-left: 4px;
}
#social-profile-right {
float:right;
width:290px;
width:30%;
margin-left: 4px;
}
/*****************************************************

@ -2469,6 +2469,7 @@ 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;
@ -2476,23 +2477,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;

@ -2499,11 +2499,11 @@ div.image-social-content center.friend {
float: left;
}
#social-profile-container {
/*width: 100%;*/
/*width: 100%;*/
}
#social-profile-left {
float:left;
width:22%;
width:21%;
}
.left-side {
min-width: 198px;
@ -2511,11 +2511,11 @@ div.image-social-content center.friend {
}
#social-profile-content {
float:right;
width:47%;
width:46%;
}
#social-profile-right {
float:right;
width:30%;
width:32%;
}
.social-profile-post {
background : #EFEFEF;

@ -2293,25 +2293,26 @@ div.image-social-content center.friend {
}
/* general layout of the profile page */
#social-profile-wrapper {
width: 1000px;
width: 100%;
text-align:left;
margin:0 auto;
float: left;
}
#social-profile-container {
width: 705px;
/* width: 705px; */
}
#social-profile-left {
float:left;
width:220px;
width:22%;
}
#social-profile-content {
float:right;
width:480px;
width:47%;
margin-left: 4px;
}
#social-profile-right {
float:right;
width:290px;
width:30%;
margin-left: 4px;
}
/*****************************************************

@ -2179,6 +2179,7 @@ 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;
@ -2186,23 +2187,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:20%;
}
#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;

@ -2506,6 +2506,7 @@ 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;
@ -2513,23 +2514,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 {
background : #EFEFEF;

@ -2301,25 +2301,26 @@ div.image-social-content center.friend {
}
/* general layout of the profile page */
#social-profile-wrapper {
width: 1000px;
width: 100%;
text-align:left;
margin:0 auto;
float: left;
}
#social-profile-container {
width: 705px;
/* width: 705px; */
}
#social-profile-left {
float:left;
width:220px;
width:22%;
}
#social-profile-content {
float:right;
width:480px;
width:47%;
margin-left: 4px;
}
#social-profile-right {
float:right;
width:290px;
width:30%;
margin-left: 4px;
}
/*****************************************************

@ -2298,25 +2298,26 @@ div.image-social-content center.friend {
}
/* general layout of the profile page */
#social-profile-wrapper {
width: 1000px;
width: 100%;
text-align:left;
margin:0 auto;
float: left;
}
#social-profile-container {
width: 705px;
/* width: 705px; */
}
#social-profile-left {
float:left;
width:220px;
width:22%;
}
#social-profile-content {
float:right;
width:480px;
width:47%;
margin-left: 4px;
}
#social-profile-right {
float:right;
width:290px;
width:30%;
margin-left: 4px;
}
/*****************************************************

Loading…
Cancel
Save