fix(calendar): fix font size
parent
33d0255cee
commit
872145bff4
|
@ -1 +1 @@
|
||||||
<div id='calendar'></div>
|
<div id='calendar' class="blurCalendar"></div>
|
|
@ -1,3 +1,6 @@
|
||||||
|
#calendar.blurCalendar{
|
||||||
|
font-size: 12px;
|
||||||
|
}
|
||||||
.fc {
|
.fc {
|
||||||
direction: ltr;
|
direction: ltr;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
@ -16,8 +19,8 @@
|
||||||
}
|
}
|
||||||
.fc-icon {
|
.fc-icon {
|
||||||
position: relative;
|
position: relative;
|
||||||
top: .05em;
|
top: 0;
|
||||||
margin: 0 .1em;
|
margin: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -134,11 +137,13 @@
|
||||||
.fc-icon-left-single-arrow:after {
|
.fc-icon-left-single-arrow:after {
|
||||||
content: "\02039";
|
content: "\02039";
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
font-size: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.fc-icon-right-single-arrow:after {
|
.fc-icon-right-single-arrow:after {
|
||||||
content: "\0203A";
|
content: "\0203A";
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
font-size: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.fc-icon-left-double-arrow:after {
|
.fc-icon-left-double-arrow:after {
|
||||||
|
|
Loading…
Reference in New Issue