Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 4730 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 4730 Rev 4731
Línea 55... Línea 55...
55
 
55
 
56
.fc-row.fc-rigid .fc-content-skeleton {
56
.fc-row.fc-rigid .fc-content-skeleton {
57
    padding-top: 5px;
57
    padding-top: 5px;
Línea 58... Línea 58...
58
}
58
}
59
 
-
 
60
.fc-day-top.fc-past,
-
 
61
.fc-day-top.fc-future,
59
 
62
.fc-unthemed td.fc-today {
60
.fc-day {
Línea 63... Línea 61...
63
    position: relative;
61
    position: relative;
64
}
-
 
65
 
62
}
66
.fc-day::after,
63
 
67
.fc-unthemed td.fc-today::after {
64
.fc-day::after {
68
    content: '';
65
    content: '';
69
    position: absolute;
66
    position: absolute;
70
    height: 3px;
67
    height: 3px;
71
    width: 80%;
68
    width: 80%;
72
    top: 0;
69
    top: 0;
Línea 73... Línea 70...
73
    left: 0;
70
    left: 0;
74
    background-color: rgba(0, 0, 0, 0.3);
71
    background-color: rgba(0, 0, 0, 0.3);
75
}
72
}
76
 
73