forked from Serhioromano/bootstrap-calendar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmonth.less
95 lines (90 loc) · 1.48 KB
/
month.less
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
.cal-row-head [class*="cal-cell"]:first-child,
.cal-row-head [class*="cal-cell"] {
min-height: auto;
}
.cal-year-box [class*="span"] {
position: relative;
}
.cal-events-num {
margin-top: 20px;
}
.cal-month-day {
position: relative;
display: block;
width: 100%;
}
#cal-week-box {
position: absolute;
width: 50px;
left: -61px;
top: -1px;
padding: 8px 5px;
cursor: pointer;
}
#cal-day-box {
position: absolute;
right: 50%;
bottom: -21px;
padding: 0px 5px;
cursor: pointer;
z-index: 5;
text-align: center;
width: 20px;
margin-right: -17px;
}
.cal-year-box #cal-day-box {
margin-right: -7px;
}
#cal-slide-box {
position: relative;
}
#cal-slide-tick {
position: absolute;
width: 16px;
margin-left: -7px;
height: 9px;
top: -1px;
z-index: 1;
}
#cal-slide-tick.tick-month1 {
left: 12.5%;
}
#cal-slide-tick.tick-month2 {
left: 37.5%;
}
#cal-slide-tick.tick-month3 {
left: 62.5%;
}
#cal-slide-tick.tick-month4 {
left: 87.5%;
}
#cal-slide-tick.tick-day1 {
left: 7.14285714285715%;
}
#cal-slide-tick.tick-day2 {
left: 21.42857142857143%;
}
#cal-slide-tick.tick-day3 {
left: 35.71428571428572%;
}
#cal-slide-tick.tick-day4 {
left: 50%;
}
#cal-slide-tick.tick-day5 {
left: 64.2857142857143%;
}
#cal-slide-tick.tick-day6 {
left: 78.57142857142859%;
}
#cal-slide-tick.tick-day7 {
left: 92.85714285714285%;
}
.events-list {
position: absolute;
bottom: 0;
left: 0;
overflow: hidden;
}
#cal-slide-content ul.unstyled {
margin-bottom: 0;
}