Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
.txt-name-menu {
2
    display: block;
3
    line-height: normal;
4
}
5
 
6
.ellipsis-menu {
7
    overflow: hidden;
8
    text-overflow: ellipsis;
9
    /* white-space: nowrap; */
10
}
11
 
12
.txt-description-menu {
13
    font-size: smaller;
14
    display: block;
15
    line-height: normal;
16
 
17
}
18
 
19
.block .block-cards .progress {
20
    height: 1.5rem;
21
}
22
.block .block-cards .progress {
23
    height: 1.5rem;
24
    text-align: center;
25
}
26
.ccn_mc_progress-cesa {
27
    max-width: 300px;
28
    margin: 5px 20px;
29
    display: block;
30
    min-width: 200px;
31
}
32
 
33
.small-cesa {
34
    font-size: 80%;
35
    font-weight: 400;
36
    text-align: center;
37
    width:100%;
38
}
39
 
40
.items-menu {
41
    color: white;
42
    text-align: center;
43
    margin: 10px;
44
    padding: 10px;
45
    color: white;
46
    text-align: center;
47
    margin: 10px 0px;
48
    padding: 0px;
49
	border: 0px;
50
 
51
}
52
 
53
.bloque {
54
	padding: 0px;
55
	border-radius: 3px;
56
  	border: 1px solid #cccccc;
57
  	margin-bottom: 15px;
58
  	margin-left: 0px;
59
}
60
 
61
.bloque a:hover{
62
	background-color:#bcc7ff;
63
	text-decoration: none;
64
}
65
 
66
.card-body, .userprofile .profile_tree section {
67
    flex: 1 1 auto;
68
    padding: 0.25rem;
69
}
70
 
71
 
72
@media only screen and (max-width: 1199.98px){
73
 
74
 
75
}