Updated style of homepage and social to fit in lower resolutions

skala
Yannick Warnier 16 years ago
parent b209a0111b
commit ceb0780732
  1. 8462
      main/css/chamilo/default.css
  2. 14
      main/css/chamilo_electric_blue/default.css
  3. 8481
      main/css/chamilo_green/default.css
  4. 14
      main/css/chamilo_orange/default.css
  5. 8459
      main/css/chamilo_red/default.css

File diff suppressed because it is too large Load Diff

@ -76,7 +76,7 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
|
*/
.maincontent {
width: 65%;
width: 60%;
float: left;
padding: 0 20px 0 20px;
//padding: 0px;
@ -3581,22 +3581,26 @@ div.image-social-content center.friend {
#social-content-right {
height:auto;
overflow:hidden;
width:79%;
width:72%;
float:left;
overflow:hidden;
}
.social-content-image {
margin-bottom:10px;
margin-top:2px;
overflow:hidden;
}
#social-content-left {
#social-content-left {
display:block;
float:left;
height:auto;
min-height:300px;
width:175px;
margin-right:10px;
min-height:300px;
overflow:hidden;
width:175px;
}
.social-content-description {

File diff suppressed because it is too large Load Diff

@ -76,7 +76,7 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
|
*/
.maincontent {
width: 65%;
width: 60%;
float: left;
padding: 0 20px 0 20px;
//padding: 0px;
@ -3582,7 +3582,9 @@ div.image-social-content center.friend {
#social-content-right {
height:auto;
overflow:hidden;
width:79%;
width:72%;
float:left;
overflow:hidden;
}
.social-content-image {
@ -3591,14 +3593,16 @@ div.image-social-content center.friend {
overflow:hidden;
}
#social-content-left {
#social-content-left {
display:block;
float:left;
height:auto;
margin-right:10px;
min-height:300px;
overflow:hidden;
width:175px;
margin-right:10px;
overflow:hidden;
}
.social-content-description {
background:#ECE9D8;
}

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save