Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
.unilabel-content canvas[id^="unilabeltype-imageboard-canvas"] {
2
    margin: 10px;
3
    box-shadow: 5px 5px 10px 0 #aaa;
4
}
5
.unilabel-imageboard-list .row {
6
    margin-bottom: 10px;
7
}
8
 
9
.unilabel-imageboard-list-nr {
10
    width: 30px;
11
}
12
.unilabeltype-imageboard-controllbuttons {
13
    margin-bottom: 38px;
14
}
15
 
16
.unilabeltype-imageboard a:hover .unilabel-imageboard-image,
17
.unilabeltype-imageboard a:hover .unilabel-imageboard-title {
18
    box-shadow: 0 0 13px 0;
19
}
20
 
21
.unilabeltype-imageboard {
22
    box-shadow: 0 0 10px #aaa;
23
}
24
 
25
.unilabeltype-imageboard-container {
26
    padding: 10px;
27
    overflow: hidden; /* Hide scrollbars */
28
}