@aleen42/calendar 1.0.0-beta.2 → 1.0.0-beta.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/demo.html +47 -37
- package/dist/{e5beb85938a21e19d919.eot → 06d02b98ae8c6eeb4bef.eot} +0 -0
- package/dist/{d1e19c206521a2f6e312.svg → 98cbee53698ff854db85.svg} +3 -2
- package/dist/{f0ff85322612bef16e97.ttf → 9cf120f831877332538d.ttf} +0 -0
- package/dist/c4a239c45e4cb8f8165d.woff +0 -0
- package/dist/calendar.css +15 -6
- package/dist/calendar.js +7899 -7899
- package/dist/calendar.legacy.min.js +1 -1
- package/dist/calendar.min.css +1 -1
- package/dist/calendar.min.js +1 -1
- package/dist/iconfont.css +1 -1
- package/package.json +3 -3
- package/README.md +0 -0
- package/dist/9eceb62f790dc6664c0f.woff +0 -0
|
Binary file
|
|
Binary file
|
package/dist/calendar.css
CHANGED
|
@@ -1570,7 +1570,7 @@ body p {
|
|
|
1570
1570
|
border-radius: 3px;
|
|
1571
1571
|
padding: 2px 4px 2px 10px;
|
|
1572
1572
|
box-sizing: border-box;
|
|
1573
|
-
z-index:
|
|
1573
|
+
z-index: 2;
|
|
1574
1574
|
position: relative;
|
|
1575
1575
|
cursor: pointer;
|
|
1576
1576
|
}
|
|
@@ -1685,7 +1685,7 @@ body p {
|
|
|
1685
1685
|
}
|
|
1686
1686
|
.m-cal-day .content-wrapper .main-content .calendar .events li.now,
|
|
1687
1687
|
.m-cal-week .content-wrapper .main-content .calendar .events li.now {
|
|
1688
|
-
z-index:
|
|
1688
|
+
z-index: 3;
|
|
1689
1689
|
}
|
|
1690
1690
|
.m-cal-day .content-wrapper .main-content .calendar .events li:not(.slim) .event_icon,
|
|
1691
1691
|
.m-cal-week .content-wrapper .main-content .calendar .events li:not(.slim) .event_icon {
|
|
@@ -1754,7 +1754,6 @@ body p {
|
|
|
1754
1754
|
.m-cal-week .content-wrapper .main-content .calendar table td {
|
|
1755
1755
|
border-style: solid;
|
|
1756
1756
|
border-color: #e8e8e8;
|
|
1757
|
-
border-width: 0 1px;
|
|
1758
1757
|
}
|
|
1759
1758
|
.m-cal-day .content-wrapper .main-content .calendar table th:first-child,
|
|
1760
1759
|
.m-cal-week .content-wrapper .main-content .calendar table th:first-child,
|
|
@@ -1773,6 +1772,18 @@ body p {
|
|
|
1773
1772
|
border-width: 0 0 0 1px;
|
|
1774
1773
|
}
|
|
1775
1774
|
.m-cal-day .content-wrapper .main-content .calendar table th,
|
|
1775
|
+
.m-cal-week .content-wrapper .main-content .calendar table th {
|
|
1776
|
+
border-width: 0 0 0 1px;
|
|
1777
|
+
}
|
|
1778
|
+
.m-cal-day .content-wrapper .main-content .calendar table th.cal-today,
|
|
1779
|
+
.m-cal-week .content-wrapper .main-content .calendar table th.cal-today {
|
|
1780
|
+
border-top-width: 4px;
|
|
1781
|
+
}
|
|
1782
|
+
.m-cal-day .content-wrapper .main-content .calendar table td,
|
|
1783
|
+
.m-cal-week .content-wrapper .main-content .calendar table td {
|
|
1784
|
+
border-width: 0 1px;
|
|
1785
|
+
}
|
|
1786
|
+
.m-cal-day .content-wrapper .main-content .calendar table th,
|
|
1776
1787
|
.m-cal-week .content-wrapper .main-content .calendar table th {
|
|
1777
1788
|
height: 60px;
|
|
1778
1789
|
font-size: 12px;
|
|
@@ -1795,9 +1806,6 @@ body p {
|
|
|
1795
1806
|
line-height: 28px;
|
|
1796
1807
|
margin-top: 4px;
|
|
1797
1808
|
}
|
|
1798
|
-
.m-cal-day .content-wrapper .main-content .calendar table th {
|
|
1799
|
-
border-width: 0 0 0 1px;
|
|
1800
|
-
}
|
|
1801
1809
|
.m-cal-month .content-wrapper .main-content.aside {
|
|
1802
1810
|
margin-right: 340px /** gap = */;
|
|
1803
1811
|
}
|
|
@@ -1827,6 +1835,7 @@ body p {
|
|
|
1827
1835
|
width: 100%;
|
|
1828
1836
|
box-sizing: border-box;
|
|
1829
1837
|
padding: 8px 0 4px 14px;
|
|
1838
|
+
line-height: 16px;
|
|
1830
1839
|
}
|
|
1831
1840
|
.m-cal-month .content-wrapper .main-content .calendar table td .MonthEvent {
|
|
1832
1841
|
padding: 0 2px;
|