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_chamilo.css

77 lines
1.0 KiB

/*
* Fix all chamilo_XXX themes
*/
#submain {
padding:10px;
border:1px solid #ddd;
position: relative; /* to avoid the IE peekabo bug*/
margin: 0px auto;
min-height: 320px;
-moz-border-radius:0px 0px 10px 10px;
border-radius:0px 0px 10px 10px;
box-shadow: 3px 3px 10px #ddd;
-moz-box-shadow: 3px 3px 10px #ddd;
}
#header3 {
background:none;
border-bottom:1px solid #ccc;
width: 92%;
margin-bottom:0px;
padding:0px;
}
#header2 {
min-height: 18px;
}
#current {
margin-right: 2px;
}
#current #tab_active {
}
#header1 {
padding:0px;
}
#header3 a {
}
#header3 li {
}
#header3 li a span {
}
#header4 {
height:26px;
padding:0px;
background:none;
width: 92%;
}
div.admin_section {
width: 44%;
}
#Header2Right ul {
width:50%;
}
#toolshortcuts_horizontal {
border-top:1px solid #ccc;
width:92%;
padding: 8px 0px 2px 0;
}
.actions a img {
padding-right:0px;
}
.actions img {
padding-right:10px;
}