fixed content right overflow into social network in ie6 - partial CT#493

skala
Cristian Fasanando 16 years ago
parent 017c711be5
commit dc37aae18c
  1. 26
      main/css/academica/default.css
  2. 26
      main/css/baby_orange/default.css
  3. 24
      main/css/blue_lagoon/default.css
  4. 29
      main/css/chamilo/default.css
  5. 26
      main/css/cool_blue/default.css
  6. 25
      main/css/corporate/default.css
  7. 25
      main/css/cosmic_campus/default.css
  8. 23
      main/css/delicious_bordeaux/default.css
  9. 24
      main/css/dokeos_blue/default.css
  10. 23
      main/css/dokeos_classic/default.css
  11. 24
      main/css/dokeos_classic_2D/default.css
  12. 25
      main/css/empire_green/default.css
  13. 24
      main/css/fruity_orange/default.css
  14. 22
      main/css/medical/default.css
  15. 24
      main/css/public_admin/default.css
  16. 25
      main/css/royal_purple/default.css
  17. 23
      main/css/silver_line/default.css
  18. 23
      main/css/sober_brown/default.css
  19. 23
      main/css/steel_grey/default.css
  20. 23
      main/css/tasty_olive/default.css
  21. 2
      main/inc/lib/usermanager.lib.php
  22. 2
      main/social/group_edit.php

@ -2551,9 +2551,11 @@ div.image-social-content center.friend {
margin-left:auto;
margin-right:auto;
}
#social-content-right {
height:auto;
overflow:hidden;
width:79%;
}
.social-content-image {
@ -2564,11 +2566,12 @@ div.image-social-content center.friend {
#social-content-left {
float:left;
height:auto;
margin-right:16px;
min-height:300px;
width:200px;
overflow:hidden;
width:175px;
margin-right:10px;
overflow:hidden;
}
.social-content-description {
background:#ECE9D8;
}
@ -2755,15 +2758,18 @@ div.image-social-content center.friend {
overflow:hidden;
}
.social-box-left {
width:350px;
width:345px;
float:left;
height:auto;
height:auto;
margin:0px;
}
.social-box-right {
width:350px;
.social-box-right {
width:300px;
float:left;
height:auto;
margin-left:50px;
margin-left:10px;
overflow:hidden;
}
.social-box-container1 {
width:350px;
@ -2886,12 +2892,12 @@ div.image-social-content center.friend {
padding:2px 0px 2px 0px;
}
.social-background-content {
z-index:5;
position:relative;
border:1px dotted #DDDDDD;
width:170px;
overflow:hidden;
}
.social-background-content .hidden_message {

@ -2540,9 +2540,11 @@ div.image-social-content center.friend {
margin-left:auto;
margin-right:auto;
}
#social-content-right {
height:auto;
overflow:hidden;
width:79%;
}
.social-content-image {
@ -2553,11 +2555,12 @@ div.image-social-content center.friend {
#social-content-left {
float:left;
height:auto;
margin-right:16px;
min-height:300px;
width:200px;
overflow:hidden;
width:175px;
margin-right:10px;
overflow:hidden;
}
.social-content-description {
background:#ECE9D8;
}
@ -2744,15 +2747,18 @@ div.image-social-content center.friend {
overflow:hidden;
}
.social-box-left {
width:350px;
width:345px;
float:left;
height:auto;
height:auto;
margin:0px;
}
.social-box-right {
width:350px;
.social-box-right {
width:300px;
float:left;
height:auto;
margin-left:50px;
margin-left:10px;
overflow:hidden;
}
.social-box-container1 {
width:350px;
@ -2875,12 +2881,12 @@ div.image-social-content center.friend {
padding:2px 0px 2px 0px;
}
.social-background-content {
z-index:5;
position:relative;
border:1px dotted #DDDDDD;
width:170px;
overflow:hidden;
}
.social-background-content .hidden_message {

@ -3165,9 +3165,11 @@ div.image-social-content center.friend {
margin-left:auto;
margin-right:auto;
}
#social-content-right {
height:auto;
overflow:hidden;
width:79%;
}
.social-content-image {
@ -3178,11 +3180,12 @@ div.image-social-content center.friend {
#social-content-left {
float:left;
height:auto;
margin-right:16px;
min-height:300px;
width:200px;
overflow:hidden;
width:175px;
margin-right:10px;
overflow:hidden;
}
.social-content-description {
background:#ECE9D8;
}
@ -3369,15 +3372,18 @@ div.image-social-content center.friend {
overflow:hidden;
}
.social-box-left {
width:350px;
width:345px;
float:left;
height:auto;
height:auto;
margin:0px;
}
.social-box-right {
width:350px;
.social-box-right {
width:300px;
float:left;
height:auto;
margin-left:50px;
margin-left:10px;
overflow:hidden;
}
.social-box-container1 {
width:350px;
@ -3504,6 +3510,8 @@ div.image-social-content center.friend {
z-index:5;
position:relative;
border:1px dotted #DDDDDD;
width:170px;
overflow:hidden;
}
.social-background-content .hidden_message {

@ -393,6 +393,7 @@ float:left; /* important for ieX*/
list-style-type:none;
height:25px;
margin-left:0px;
margin: 11px 0px 0px 0px ;
}
@ -1513,6 +1514,7 @@ div.admin_section h4 {
background-image:url(images/bullet.gif);
background-repeat:no-repeat;
list-style:none;
background-position: center left;
}
.admin_section li a {
margin-left:15px;
@ -3520,25 +3522,28 @@ div.image-social-content center.friend {
margin-left:auto;
margin-right:auto;
}
#social-content-right {
height:auto;
overflow:hidden;
margin-left:210px;
width:79%;
}
.social-content-image {
margin-bottom:10px;
margin-top:2px;
overflow:hidden;
}
#social-content-left {
float:left;
height:auto;
margin-right:2px;
min-height:300px;
width:195px;
overflow:hidden;
width:175px;
margin-right:10px;
overflow:hidden;
}
.social-content-description {
background:#ECE9D8;
}
@ -3725,15 +3730,18 @@ div.image-social-content center.friend {
overflow:hidden;
}
.social-box-left {
width:330px;
width:345px;
float:left;
height:auto;
height:auto;
margin:0px;
}
.social-box-right {
width:330px;
.social-box-right {
width:300px;
float:left;
height:auto;
margin-left:30px;
margin-left:10px;
overflow:hidden;
}
.social-box-container1 {
width:350px;
@ -3856,11 +3864,12 @@ div.image-social-content center.friend {
padding:2px 0px 2px 0px;
}
.social-background-content {
z-index:5;
position:relative;
border:1px dotted #DDDDDD;
width:170px;
overflow:hidden;
}
.social-background-content .hidden_message {

@ -3046,6 +3046,7 @@ div.image-social-content center.friend {
#social-content-right {
height:auto;
overflow:hidden;
width:79%;
}
.social-content-image {
@ -3056,11 +3057,12 @@ div.image-social-content center.friend {
#social-content-left {
float:left;
height:auto;
margin-right:16px;
min-height:300px;
width:200px;
overflow:hidden;
width:175px;
margin-right:10px;
overflow:hidden;
}
.social-content-description {
background:#ECE9D8;
}
@ -3247,15 +3249,18 @@ div.image-social-content center.friend {
overflow:hidden;
}
.social-box-left {
width:350px;
width:345px;
float:left;
height:auto;
height:auto;
margin:0px;
}
.social-box-right {
width:350px;
.social-box-right {
width:300px;
float:left;
height:auto;
margin-left:50px;
margin-left:10px;
overflow:hidden;
}
.social-box-container1 {
width:350px;
@ -3378,13 +3383,12 @@ div.image-social-content center.friend {
padding:2px 0px 2px 0px;
}
.social-background-content {
z-index:5;
position:relative;
border:1px dotted #DDDDDD;
width:170px;
overflow:hidden;
}
.social-background-content .hidden_message {

@ -2536,9 +2536,11 @@ div.image-social-content center.friend {
margin-left:auto;
margin-right:auto;
}
#social-content-right {
height:auto;
overflow:hidden;
width:79%;
}
.social-content-image {
@ -2549,11 +2551,12 @@ div.image-social-content center.friend {
#social-content-left {
float:left;
height:auto;
margin-right:16px;
min-height:300px;
width:200px;
overflow:hidden;
width:175px;
margin-right:10px;
overflow:hidden;
}
.social-content-description {
background:#ECE9D8;
}
@ -2740,15 +2743,18 @@ div.image-social-content center.friend {
overflow:hidden;
}
.social-box-left {
width:350px;
width:345px;
float:left;
height:auto;
height:auto;
margin:0px;
}
.social-box-right {
width:350px;
.social-box-right {
width:300px;
float:left;
height:auto;
margin-left:50px;
margin-left:10px;
overflow:hidden;
}
.social-box-container1 {
width:350px;
@ -2871,11 +2877,12 @@ div.image-social-content center.friend {
padding:2px 0px 2px 0px;
}
.social-background-content {
z-index:5;
position:relative;
border:1px dotted #DDDDDD;
width:170px;
overflow:hidden;
}
.social-background-content .hidden_message {

@ -2584,9 +2584,11 @@ div.image-social-content center.friend {
margin-left:auto;
margin-right:auto;
}
#social-content-right {
height:auto;
overflow:hidden;
width:79%;
}
.social-content-image {
@ -2597,11 +2599,12 @@ div.image-social-content center.friend {
#social-content-left {
float:left;
height:auto;
margin-right:16px;
min-height:300px;
width:200px;
overflow:hidden;
width:175px;
margin-right:10px;
overflow:hidden;
}
.social-content-description {
background:#ECE9D8;
}
@ -2788,15 +2791,18 @@ div.image-social-content center.friend {
overflow:hidden;
}
.social-box-left {
width:350px;
width:345px;
float:left;
height:auto;
height:auto;
margin:0px;
}
.social-box-right {
width:350px;
.social-box-right {
width:300px;
float:left;
height:auto;
margin-left:50px;
margin-left:10px;
overflow:hidden;
}
.social-box-container1 {
width:350px;
@ -2919,11 +2925,12 @@ div.image-social-content center.friend {
padding:2px 0px 2px 0px;
}
.social-background-content {
z-index:5;
position:relative;
border:1px dotted #DDDDDD;
width:170px;
overflow:hidden;
}
.social-background-content .hidden_message {

@ -3062,6 +3062,7 @@ div.image-social-content center.friend {
#social-content-right {
height:auto;
overflow:hidden;
width:79%;
}
.social-content-image {
@ -3072,10 +3073,10 @@ div.image-social-content center.friend {
#social-content-left {
float:left;
height:auto;
margin-right:16px;
min-height:300px;
width:200px;
overflow:hidden;
width:175px;
margin-right:10px;
overflow:hidden;
}
.social-content-description {
background:#ECE9D8;
@ -3263,15 +3264,18 @@ div.image-social-content center.friend {
overflow:hidden;
}
.social-box-left {
width:350px;
width:345px;
float:left;
height:auto;
height:auto;
margin:0px;
}
.social-box-right {
width:350px;
.social-box-right {
width:300px;
float:left;
height:auto;
margin-left:50px;
margin-left:10px;
overflow:hidden;
}
.social-box-container1 {
width:350px;
@ -3394,11 +3398,12 @@ div.image-social-content center.friend {
padding:2px 0px 2px 0px;
}
.social-background-content {
z-index:5;
position:relative;
border:1px dotted #DDDDDD;
width:170px;
overflow:hidden;
}
.social-background-content .hidden_message {

@ -3048,6 +3048,7 @@ div.image-social-content center.friend {
#social-content-right {
height:auto;
overflow:hidden;
width:79%;
}
.social-content-image {
@ -3058,10 +3059,10 @@ div.image-social-content center.friend {
#social-content-left {
float:left;
height:auto;
margin-right:16px;
min-height:300px;
width:200px;
overflow:hidden;
width:175px;
margin-right:10px;
overflow:hidden;
}
.social-content-description {
background:#ECE9D8;
@ -3253,15 +3254,18 @@ div.image-social-content center.friend {
overflow:hidden;
}
.social-box-left {
width:350px;
width:345px;
float:left;
height:auto;
height:auto;
margin:0px;
}
.social-box-right {
width:350px;
.social-box-right {
width:300px;
float:left;
height:auto;
margin-left:50px;
margin-left:10px;
overflow:hidden;
}
.social-box-container1 {
width:350px;
@ -3384,12 +3388,12 @@ div.image-social-content center.friend {
padding:2px 0px 2px 0px;
}
.social-background-content {
z-index:5;
position:relative;
border:1px dotted #DDDDDD;
width:170px;
overflow:hidden;
}
.social-background-content .hidden_message {

@ -3331,6 +3331,7 @@ div.image-social-content center.friend {
#social-content-right {
height:auto;
overflow:hidden;
width:79%;
}
.social-content-image {
@ -3341,10 +3342,10 @@ div.image-social-content center.friend {
#social-content-left {
float:left;
height:auto;
margin-right:16px;
min-height:300px;
width:200px;
overflow:hidden;
width:175px;
margin-right:10px;
overflow:hidden;
}
.social-content-description {
background:#ECE9D8;
@ -3532,15 +3533,18 @@ div.image-social-content center.friend {
overflow:hidden;
}
.social-box-left {
width:350px;
width:345px;
float:left;
height:auto;
height:auto;
margin:0px;
}
.social-box-right {
width:350px;
.social-box-right {
width:300px;
float:left;
height:auto;
margin-left:50px;
margin-left:10px;
overflow:hidden;
}
.social-box-container1 {
width:350px;
@ -3663,11 +3667,12 @@ div.image-social-content center.friend {
padding:2px 0px 2px 0px;
}
.social-background-content {
z-index:5;
position:relative;
border:1px dotted #DDDDDD;
width:170px;
overflow:hidden;
}
.social-background-content .hidden_message {

@ -3360,6 +3360,7 @@ div.image-social-content center.friend {
#social-content-right {
height:auto;
overflow:hidden;
width:79%;
}
.social-content-image {
@ -3370,11 +3371,12 @@ div.image-social-content center.friend {
#social-content-left {
float:left;
height:auto;
margin-right:16px;
min-height:300px;
width:200px;
overflow:hidden;
width:175px;
margin-right:10px;
overflow:hidden;
}
.social-content-description {
background:#ECE9D8;
}
@ -3561,15 +3563,18 @@ div.image-social-content center.friend {
overflow:hidden;
}
.social-box-left {
width:350px;
width:345px;
float:left;
height:auto;
height:auto;
margin:0px;
}
.social-box-right {
width:350px;
.social-box-right {
width:300px;
float:left;
height:auto;
margin-left:50px;
margin-left:10px;
overflow:hidden;
}
.social-box-container1 {
width:350px;
@ -3692,11 +3697,12 @@ div.image-social-content center.friend {
padding:2px 0px 2px 0px;
}
.social-background-content {
z-index:5;
position:relative;
border:1px dotted #DDDDDD;
width:170px;
overflow:hidden;
}
.social-background-content .hidden_message {

@ -3058,6 +3058,7 @@ div.image-social-content center.friend {
#social-content-right {
height:auto;
overflow:hidden;
width:79%;
}
.social-content-image {
@ -3068,10 +3069,10 @@ div.image-social-content center.friend {
#social-content-left {
float:left;
height:auto;
margin-right:16px;
min-height:300px;
width:200px;
overflow:hidden;
width:175px;
margin-right:10px;
overflow:hidden;
}
.social-content-description {
background:#ECE9D8;
@ -3263,15 +3264,18 @@ div.image-social-content center.friend {
overflow:hidden;
}
.social-box-left {
width:350px;
width:345px;
float:left;
height:auto;
height:auto;
margin:0px;
}
.social-box-right {
width:350px;
.social-box-right {
width:300px;
float:left;
height:auto;
margin-left:50px;
margin-left:10px;
overflow:hidden;
}
.social-box-container1 {
width:350px;
@ -3394,13 +3398,12 @@ div.image-social-content center.friend {
padding:2px 0px 2px 0px;
}
.social-background-content {
z-index:5;
position:relative;
border:1px dotted #DDDDDD;
width:170px;
overflow:hidden;
}
.social-background-content .hidden_message {

@ -3059,6 +3059,7 @@ div.image-social-content center.friend {
#social-content-right {
height:auto;
overflow:hidden;
width:79%;
}
.social-content-image {
@ -3069,10 +3070,10 @@ div.image-social-content center.friend {
#social-content-left {
float:left;
height:auto;
margin-right:16px;
min-height:300px;
width:200px;
overflow:hidden;
width:175px;
margin-right:10px;
overflow:hidden;
}
.social-content-description {
background:#ECE9D8;
@ -3264,15 +3265,18 @@ div.image-social-content center.friend {
overflow:hidden;
}
.social-box-left {
width:350px;
width:345px;
float:left;
height:auto;
height:auto;
margin:0px;
}
.social-box-right {
width:350px;
.social-box-right {
width:300px;
float:left;
height:auto;
margin-left:50px;
margin-left:10px;
overflow:hidden;
}
.social-box-container1 {
width:350px;
@ -3395,12 +3399,12 @@ div.image-social-content center.friend {
padding:2px 0px 2px 0px;
}
.social-background-content {
z-index:5;
position:relative;
border:1px dotted #DDDDDD;
width:170px;
overflow:hidden;
}
.social-background-content .hidden_message {

@ -3520,6 +3520,7 @@ div.image-social-content center.friend {
#social-content-right {
height:auto;
overflow:hidden;
width:79%;
}
.social-content-image {
@ -3530,10 +3531,10 @@ div.image-social-content center.friend {
#social-content-left {
float:left;
height:auto;
margin-right:16px;
min-height:300px;
width:200px;
overflow:hidden;
width:175px;
margin-right:10px;
overflow:hidden;
}
.social-content-description {
background:#ECE9D8;
@ -3721,15 +3722,18 @@ div.image-social-content center.friend {
overflow:hidden;
}
.social-box-left {
width:350px;
width:345px;
float:left;
height:auto;
height:auto;
margin:0px;
}
.social-box-right {
width:350px;
.social-box-right {
width:300px;
float:left;
height:auto;
margin-left:50px;
margin-left:10px;
overflow:hidden;
}
.social-box-container1 {
width:350px;
@ -3857,6 +3861,8 @@ div.image-social-content center.friend {
z-index:5;
position:relative;
border:1px dotted #DDDDDD;
width:170px;
overflow:hidden;
}
.social-background-content .hidden_message {

@ -3241,6 +3241,7 @@ div.image-social-content center.friend {
#social-content-right {
height:auto;
overflow:hidden;
width:79%;
}
.social-content-image {
@ -3251,10 +3252,10 @@ div.image-social-content center.friend {
#social-content-left {
float:left;
height:auto;
margin-right:16px;
min-height:300px;
width:200px;
overflow:hidden;
width:175px;
margin-right:10px;
overflow:hidden;
}
.social-content-description {
background:#ECE9D8;
@ -3446,15 +3447,18 @@ div.image-social-content center.friend {
overflow:hidden;
}
.social-box-left {
width:350px;
width:345px;
float:left;
height:auto;
height:auto;
margin:0px;
}
.social-box-right {
width:350px;
.social-box-right {
width:300px;
float:left;
height:auto;
margin-left:50px;
margin-left:10px;
overflow:hidden;
}
.social-box-container1 {
width:350px;
@ -3577,12 +3581,12 @@ div.image-social-content center.friend {
padding:2px 0px 2px 0px;
}
.social-background-content {
z-index:5;
position:relative;
border:1px dotted #DDDDDD;
width:170px;
overflow:hidden;
}
.social-background-content .hidden_message {

@ -3051,9 +3051,11 @@ div.image-social-content center.friend {
margin-left:auto;
margin-right:auto;
}
#social-content-right {
height:auto;
overflow:hidden;
width:79%;
}
.social-content-image {
@ -3064,10 +3066,10 @@ div.image-social-content center.friend {
#social-content-left {
float:left;
height:auto;
margin-right:16px;
min-height:300px;
width:200px;
overflow:hidden;
width:175px;
margin-right:10px;
overflow:hidden;
}
.social-content-description {
background:#ECE9D8;
@ -3259,15 +3261,18 @@ div.image-social-content center.friend {
overflow:hidden;
}
.social-box-left {
width:350px;
width:345px;
float:left;
height:auto;
height:auto;
margin:0px;
}
.social-box-right {
width:350px;
.social-box-right {
width:300px;
float:left;
height:auto;
margin-left:50px;
margin-left:10px;
overflow:hidden;
}
.social-box-container1 {
width:350px;
@ -3390,12 +3395,12 @@ div.image-social-content center.friend {
padding:2px 0px 2px 0px;
}
.social-background-content {
z-index:5;
position:relative;
border:1px dotted #DDDDDD;
width:170px;
overflow:hidden;
}
.social-background-content .hidden_message {

@ -2869,6 +2869,7 @@ div.image-social-content center.friend {
#social-content-right {
height:auto;
overflow:hidden;
width:79%;
}
.social-content-image {
@ -2879,10 +2880,10 @@ div.image-social-content center.friend {
#social-content-left {
float:left;
height:auto;
margin-right:16px;
min-height:300px;
width:200px;
overflow:hidden;
width:175px;
margin-right:10px;
overflow:hidden;
}
.social-content-description {
background:#ECE9D8;
@ -3070,15 +3071,18 @@ div.image-social-content center.friend {
overflow:hidden;
}
.social-box-left {
width:350px;
width:345px;
float:left;
height:auto;
height:auto;
margin:0px;
}
.social-box-right {
width:350px;
.social-box-right {
width:300px;
float:left;
height:auto;
margin-left:50px;
margin-left:10px;
overflow:hidden;
}
.social-box-container1 {
width:350px;
@ -3201,11 +3205,12 @@ div.image-social-content center.friend {
padding:2px 0px 2px 0px;
}
.social-background-content {
z-index:5;
position:relative;
border:1px dotted #DDDDDD;
width:170px;
overflow:hidden;
}
.social-background-content .hidden_message {

@ -3238,6 +3238,7 @@ div.image-social-content center.friend {
#social-content-right {
height:auto;
overflow:hidden;
width:79%;
}
.social-content-image {
@ -3248,10 +3249,10 @@ div.image-social-content center.friend {
#social-content-left {
float:left;
height:auto;
margin-right:16px;
min-height:300px;
width:200px;
overflow:hidden;
width:175px;
margin-right:10px;
overflow:hidden;
}
.social-content-description {
background:#ECE9D8;
@ -3443,15 +3444,17 @@ div.image-social-content center.friend {
overflow:hidden;
}
.social-box-left {
width:350px;
width:345px;
float:left;
height:auto;
height:auto;
margin:0px;
}
.social-box-right {
width:350px;
.social-box-right {
width:300px;
float:left;
height:auto;
margin-left:50px;
margin-left:10px;
overflow:hidden;
}
.social-box-container1 {
width:350px;
@ -3574,12 +3577,12 @@ div.image-social-content center.friend {
padding:2px 0px 2px 0px;
}
.social-background-content {
z-index:5;
position:relative;
border:1px dotted #DDDDDD;
width:170px;
overflow:hidden;
}
.social-background-content .hidden_message {

@ -3060,6 +3060,7 @@ div.image-social-content center.friend {
#social-content-right {
height:auto;
overflow:hidden;
width:79%;
}
.social-content-image {
@ -3070,10 +3071,10 @@ div.image-social-content center.friend {
#social-content-left {
float:left;
height:auto;
margin-right:16px;
min-height:300px;
width:200px;
overflow:hidden;
width:175px;
margin-right:10px;
overflow:hidden;
}
.social-content-description {
background:#ECE9D8;
@ -3265,15 +3266,17 @@ div.image-social-content center.friend {
overflow:hidden;
}
.social-box-left {
width:350px;
width:345px;
float:left;
height:auto;
height:auto;
margin:0px;
}
.social-box-right {
width:350px;
.social-box-right {
width:300px;
float:left;
height:auto;
margin-left:50px;
margin-left:10px;
overflow:hidden;
}
.social-box-container1 {
width:350px;
@ -3396,12 +3399,12 @@ div.image-social-content center.friend {
padding:2px 0px 2px 0px;
}
.social-background-content {
z-index:5;
position:relative;
border:1px dotted #DDDDDD;
width:170px;
overflow:hidden;
}
.social-background-content .hidden_message {

@ -3062,6 +3062,7 @@ div.image-social-content center.friend {
#social-content-right {
height:auto;
overflow:hidden;
width:79%;
}
.social-content-image {
@ -3072,10 +3073,10 @@ div.image-social-content center.friend {
#social-content-left {
float:left;
height:auto;
margin-right:16px;
min-height:300px;
width:200px;
overflow:hidden;
width:175px;
margin-right:10px;
overflow:hidden;
}
.social-content-description {
background:#ECE9D8;
@ -3267,15 +3268,17 @@ div.image-social-content center.friend {
overflow:hidden;
}
.social-box-left {
width:350px;
width:345px;
float:left;
height:auto;
height:auto;
margin:0px;
}
.social-box-right {
width:350px;
.social-box-right {
width:300px;
float:left;
height:auto;
margin-left:50px;
margin-left:10px;
overflow:hidden;
}
.social-box-container1 {
width:350px;
@ -3398,12 +3401,12 @@ div.image-social-content center.friend {
padding:2px 0px 2px 0px;
}
.social-background-content {
z-index:5;
position:relative;
border:1px dotted #DDDDDD;
width:170px;
overflow:hidden;
}
.social-background-content .hidden_message {

@ -2707,7 +2707,7 @@ class UserManager
<div id="search_label">
<b>'.get_lang('Search').'</b > ('.get_lang('UsersGroups').')
<div>
<input type="text" size="30" value="'.Security::remove_XSS($query).'" name="q"/>
<input type="text" size="30" value="'.Security::remove_XSS($query).'" name="q"/><br />
<button class="search" type="submit" value="search">'.get_lang('Search').'</button>
</div>
</td>

@ -69,7 +69,7 @@ if (!GroupPortalManager::is_group_admin($group_id)) {
$group_data = Database::fetch_array($res, 'ASSOC');
// Create the form
$form = new FormValidator('group_edit', 'post', '', '', array('style' => 'width: 60%; float: '.($text_dir == 'rtl' ? 'right;' : 'left;')));
$form = new FormValidator('group_edit', 'post', '', '', array('style' => 'width: 100%; float: '.($text_dir == 'rtl' ? 'right;' : 'left;')));
$form->addElement('hidden', 'id', $group_id);
// name

Loading…
Cancel
Save