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/plugin/xapi/assets/css/cmi5_launch.css

40 lines
638 B

.section-global {
margin: 0;
}
#pnl-left ul {
list-style: none;
margin: 0;
padding: 0;
}
#pnl-left ul li a {
padding: 5px 0;
display: block;
}
#pnl-left ul ul li {
padding: 0 0 0 15px ;
}
@media (min-width: 992px) {
#pnl-left {
overflow: auto;
position: absolute;
top: 0;
bottom: 0;
left: 0;
}
#pnl-right {
position: absolute;
right: 0;
top: 0;
bottom: 0;
}
#ifr-content {
min-width: 100%;
min-height: 100%;
padding: 0;
margin: 0;
position: absolute;
right: 0;
}
}