Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
chamilo-lms/main/css/fix_classic.css

33 lines
406 B

/*
* Fix all Chamilo classic themes (Public admin, Baby orange, etc)
*/
#Header2Right ul {
/*width: 80% */
}
#header2 {
min-height: 25px;
}
#header3 {
width: 100%;
padding-left:0px;
padding-right:0px;
float:left;
}
#header4 {
width: 98%;
float:left;
padding-left:20px;
padding-right:0px;
}
.menu , #menu {
min-height: 90px;
}
.message-body {
font-size:100%;
}