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/search/client/search.css

27 lines
453 B

.search_info{
background-color: #F0F0F0;
font-style: smaller;
padding: 5px;
}
.result{
/*border: 1px dotted black;*/
margin: 20px;
padding: 10px;
}
.result .title{
font-size: bigger;
margin-top: -20px;
background-color: white;
margin-right: 100px;
margin-left: -10px;
margin-bottom: 5px;
}
.result .description{
font-decoration: none;
width: 90%;
}
.result .highlight{
display: inline;
background-color: lightblue;
margin-right: 2px;
}