Rev 1141 | AutorÃa | Comparar con el anterior | Ultima modificación | Ver Log |
<style>
.txt-name-course{
display: block;
/*background-color:blue;*/
line-height: normal;
}
.txt-course-category{
font-size: smaller;
/*background-color:green;*/
display: block;
line-height: normal;
}
.txt-activity-summary{
font-size: smaller;
/*background-color:green;*/
display: block;
line-height: normal;
}
.block .block-cards .progress {
height: 1.5rem;
}
.block .block-cards .progress {
height: 1.5rem;
text-align: center;
}
.ccn_mc_progress-cesa {
max-width: 300px;
margin: 5px 20px;
display: block;
min-width: 200px;
}
.small-cesa {
font-size: 80%;
font-weight: 400;
text-align: center;
width:100%;
}
.item-cursos{
color: white;
text-align: center;
padding: 0px;
border: 0px;
border-radius: 0.5rem !important;
}
.bloque {
padding: 0px;
border-radius: 3px;
border: 1px solid #cccccc;
/*display: inline-block;*/
margin-bottom: 15px;
margin-left: 0px;
}
.bloque a:hover{
background-color:#bcc7ff;
text-decoration: none;
}
.card-img {
/* width: auto; */
height: 8rem;
background-size: cover;
}
.card-body, .userprofile .profile_tree section {
flex: 1 1 auto;
padding: 0.25rem;
}
.img-course{
object-fit: cover;
width: 100%;
aspect-ratio: 1 / 0.5;
}
.curso_progress-cesa {
max-width: 300px;
margin: 0px 20px 5px;
display: block;
}
.badge-dark {
background-color: #0b0b0b;
color: #fff;
display: none;
}
.list-block-cursos-catalogo-ajax {
row-gap: 1rem;
}
@media only screen and (max-width: 1199.98px){
/*
.main_logo_home2 .mt20{
top: 5px;
}
.mobile-menu .header.stylehome1 a:not(.mobileBrand) {
top: 5px;
}
.stylehome1 {
bottom: 0;
height: 50px;
}
.stylehome1 .nav_logo_img, .stylehome1.dashbord_mobile_logo .nav_logo_img {
position: relative;
max-height: 45px;
margin-top: 5px;
}
.ccn_dashbord_disable_drawer .dashboard_main_content {
padding-left: 10px!important;
}
.our-dashbord.dashbord .container-fluid {
padding-right: 5px;
}
.dashbord .block:not(.block_cocoon_mynews):not(.block_starredcourses):not(.block_myoverview):not(.block_recentlyaccessedcourses):not(.block_cocoon_myviews):not(.block_cocoon_myorders):not(#mod_quiz_navblock) {
padding: 0px;
}
*/
}
</style>
<div id="block-cursos-catalogo-ajax" data-region="block-cursos-catalogo-ajax" >
<h1>Catálogo de Cursos</h1>
<form id="form-block-cursos-catalogo-ajax" name="form-block-cursos-catalogo-ajax" class="mb-0">
<div class="row">
<div class="col-md-7 col-sm-12 col-12">
<div class="form-group">
<input placeholder="Buscar por nombre" class="form-control" type="text" name="search_text" id="search_text" value="" />
</div>
</div>
<div class="col-md-5 col-sm-12 col-12">
<div class="form-group">
<select class="form-control" id="category_id" name="category_id">
<option value="0" selected>Mostrar todos</option>
{{#categories}}
<option value="{{id}}">{{name}}</option>
{{#childsLevel0}}
<option value="{{id}}">--{{name}}</option>
{{#childsLevel1}}
<option value="{{id}}">----{{name}}</option>
{{#childsLevel2}}
<option value="{{id}}">--{{name}}</option>
{{/childsLevel2}}
{{/childsLevel1}}
{{/childsLevel0}}
{{/categories}}
</select>
</div>
</div>
</div>
</form>
<div id="list-block-cursos-catalogo-ajax-course-badges">
</div>
<div id="list-block-cursos-catalogo-ajax" class="list-block-cursos-catalogo-ajax row w-100 mt-3">
</div>
</div>