Proyectos de Subversion Moodle

Rev

Rev 1141 | | Comparar con el anterior | Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
<style>
2
.txt-name-course{
3
    display: block;
4
    /*background-color:blue;*/
5
    line-height: normal;
6
}
7
.txt-course-category{
8
    font-size: smaller;
9
    /*background-color:green;*/
10
    display: block;
11
    line-height: normal;
12
}
13
 
14
.txt-activity-summary{
15
    font-size: smaller;
16
    /*background-color:green;*/
17
    display: block;
18
    line-height: normal;
19
}
20
 
21
.block .block-cards .progress {
22
    height: 1.5rem;
23
}
24
.block .block-cards .progress {
25
    height: 1.5rem;
26
    text-align: center;
27
}
28
.ccn_mc_progress-cesa {
29
    max-width: 300px;
30
    margin: 5px 20px;
31
    display: block;
32
    min-width: 200px;
33
}
34
.small-cesa {
35
    font-size: 80%;
36
    font-weight: 400;
37
    text-align: center;
38
    width:100%;
39
}
40
.item-cursos{
1027 ariadna 41
  color: white;
42
  text-align: center;
43
  padding: 0px;
1 efrain 44
	border: 0px;
1159 ariadna 45
  border-radius: 0.5rem !important;
1 efrain 46
}
47
.bloque {
48
	padding: 0px;
49
  border-radius: 3px;
50
  border: 1px solid #cccccc;
51
  /*display: inline-block;*/
52
  margin-bottom: 15px;
53
  margin-left: 0px;
54
}
55
.bloque a:hover{
56
	background-color:#bcc7ff;
57
	text-decoration: none;
58
}
59
.card-img {
442 ariadna 60
  /* width: auto; */
61
  height: 8rem;
62
  background-size: cover;
1 efrain 63
}
64
.card-body, .userprofile .profile_tree section {
442 ariadna 65
  flex: 1 1 auto;
66
  padding: 0.25rem;
1 efrain 67
}
68
.img-course{
442 ariadna 69
  object-fit: cover;
70
  width: 100%;
1159 ariadna 71
  aspect-ratio: 1 / 0.5;
1 efrain 72
}
73
.curso_progress-cesa {
442 ariadna 74
  max-width: 300px;
75
  margin: 0px 20px 5px;
76
  display: block;
1 efrain 77
}
1108 ariadna 78
.badge-dark {
79
  background-color: #0b0b0b;
80
  color: #fff;
81
  display: none;
82
}
1159 ariadna 83
.list-block-cursos-catalogo-ajax {
84
  row-gap: 1rem;
85
}
1 efrain 86
@media only screen and (max-width: 1199.98px){
87
/*
88
.main_logo_home2 .mt20{
89
	top: 5px;
90
}
91
  .mobile-menu .header.stylehome1 a:not(.mobileBrand) {
92
    top: 5px;
93
  }
94
  .stylehome1 {
95
    bottom: 0;
96
    height: 50px;
97
  }
98
  .stylehome1 .nav_logo_img, .stylehome1.dashbord_mobile_logo .nav_logo_img {
99
    position: relative;
100
    max-height: 45px;
101
    margin-top: 5px;
102
  }
103
  .ccn_dashbord_disable_drawer .dashboard_main_content {
104
    padding-left: 10px!important;
105
  }
106
  .our-dashbord.dashbord .container-fluid {
107
    padding-right: 5px;
108
  }
109
  .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) {
110
    padding: 0px;
111
  }
112
*/
113
}
114
</style>
115
<div id="block-cursos-catalogo-ajax" data-region="block-cursos-catalogo-ajax" >
116
  <h1>Cat&aacute;logo de Cursos</h1>
117
  <form id="form-block-cursos-catalogo-ajax" name="form-block-cursos-catalogo-ajax" class="mb-0">
1114 ariadna 118
    <div class="row">
119
      <div class="col-md-7 col-sm-12 col-12">
1 efrain 120
        <div class="form-group">
121
          <input placeholder="Buscar por nombre" class="form-control" type="text" name="search_text" id="search_text" value="" />
122
        </div>
123
      </div>
124
      <div class="col-md-5 col-sm-12 col-12">
125
        <div class="form-group">
126
          <select class="form-control" id="category_id" name="category_id">
127
            <option value="0" selected>Mostrar todos</option>
128
            {{#categories}}
129
              <option value="{{id}}">{{name}}</option>
130
              {{#childsLevel0}}
131
               <option value="{{id}}">--{{name}}</option>
132
                {{#childsLevel1}}
133
               <option value="{{id}}">----{{name}}</option>
134
                {{#childsLevel2}}
135
               <option value="{{id}}">--{{name}}</option>
136
              {{/childsLevel2}}
137
              {{/childsLevel1}}
138
              {{/childsLevel0}}
139
            {{/categories}}
140
          </select>
141
        </div>
142
      </div>
143
    </div>
144
  </form>
1108 ariadna 145
 
1 efrain 146
  <div id="list-block-cursos-catalogo-ajax-course-badges">
147
 
148
  </div>
1141 ariadna 149
  <div id="list-block-cursos-catalogo-ajax" class="list-block-cursos-catalogo-ajax row w-100 mt-3">
1 efrain 150
  </div>
151
</div>