Calendar folder lang

- Now it is there.
This commit is contained in:
Nicolae Gabriel 2016-12-06 14:10:14 +02:00
parent c6aedf3423
commit ad53d4e70e

View file

@ -22,13 +22,15 @@ body .fc { /* extra precedence to overcome jqui */
/* Colors
--------------------------------------------------------------------------------------------------*/
/* for gutter border */
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-content, /* for gutter border */
.fc-unthemed .fc-content,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-list-heading td {
@ -232,9 +234,9 @@ NOTE: use percentage font sizes or else old IE chokes
text-decoration: none;
background-position: 0 -15px;
-webkit-transition: background-position 0.1s linear;
-moz-transition: background-position 0.1s linear;
-o-transition: background-position 0.1s linear;
transition: background-position 0.1s linear;
-moz-transition: background-position 0.1s linear;
-o-transition: background-position 0.1s linear;
transition: background-position 0.1s linear;
}
.fc-state-down,