Browse Source

#266

Calendar folder lang

- Now it is there.
Nicolae Gabriel 8 years ago
parent
commit
ad53d4e70e
1 changed files with 6 additions and 4 deletions
  1. 6 4
      vendors/fullcalendar/dist/fullcalendar.css

+ 6 - 4
vendors/fullcalendar/dist/fullcalendar.css

@@ -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,