Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
/******  List View CSS ******/
2
 
3
#imagegallery-list img.list_picture {
4
    width: 100%;
5
    height: 15vw;
6
    object-fit: cover;
7
}
8
 
9
#imagegallery-list .card {
10
    margin-top: 30px;
11
    margin-bottom: 15px;
12
}
13
 
14
.imagegallery-listentry .card-title {
15
    font-size: larger;
16
    text-overflow: ellipsis;
17
    white-space: nowrap;
18
    overflow: hidden;
19
}
20
 
21
/*****  Single View CSS *****/
22
 
23
.imagegallery-single-body .col {
24
    padding: 10px 15px;
25
}
26
 
27
.imagegallery-single img.list_picture {
28
    max-width: 100%;
29
    height: auto;
30
}
31
 
32
/*****  Add entry CSS *****/
33
 
34
.imagegallery-addentry .form-group label,
35
.imagegallery-asearch .form-group label {
36
    font-weight: bold;
37
    padding-top: 20px;
38
}