m |
m |
||
Line 10: | Line 10: | ||
margin: auto; | margin: auto; | ||
float:right; | float:right; | ||
+ | width: 50vw; | ||
} | } | ||
Line 15: | Line 16: | ||
.prev, .next { | .prev, .next { | ||
cursor: pointer; | cursor: pointer; | ||
− | position: relative; | + | //position: relative; |
top: 0; | top: 0; | ||
top: 50%; | top: 50%; | ||
− | width: auto; | + | //width: auto; |
margin-top: -22px; | margin-top: -22px; | ||
padding: 16px; | padding: 16px; | ||
Line 29: | Line 30: | ||
/* Position the "next button" to the right */ | /* Position the "next button" to the right */ | ||
+ | |||
+ | .prev { | ||
+ | float: left; | ||
+ | } | ||
.next { | .next { | ||
− | right: 0; | + | //right: 0; |
border-radius: 3px 0 0 3px; | border-radius: 3px 0 0 3px; | ||
+ | float: right; | ||
} | } | ||
Line 96: | Line 102: | ||
.month-calendar { | .month-calendar { | ||
− | width: | + | width: 400px; |
− | float:left; | + | //float:left; |
padding: 5px 5px 5px 5px; | padding: 5px 5px 5px 5px; | ||
//display: none; | //display: none; | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
+ | |||
+ | } | ||
+ | |||
+ | .button-wrapper { | ||
+ | |||
+ | width: 100px; | ||
+ | padding: 5px 5px 5px 5px; | ||
+ | //display: none; | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
+ | display:block; | ||
+ | background:grey; | ||
+ | padding: 30px 50px 30px 50px; | ||
+ | |||
+ | |||
} | } | ||
Line 126: | Line 149: | ||
display:table; | display:table; | ||
float:left; | float:left; | ||
+ | width: 50vw; | ||
+ | position: relative; | ||
+ | |||
} | } | ||
Line 447: | Line 473: | ||
</div> | </div> | ||
− | < | + | |
+ | <div class = "button-wrapper"> | ||
<a class="prev" onclick="plusSlides(-1)">❮</a> | <a class="prev" onclick="plusSlides(-1)">❮</a> | ||
<a class="next" onclick="plusSlides(1)">❯</a> | <a class="next" onclick="plusSlides(1)">❯</a> | ||
<div style="clear: both;"></div> | <div style="clear: both;"></div> | ||
− | <a onclick="changeMonth(-1)">❮</a> | + | <a class="prev" onclick="changeMonth(-1)">❮</a> |
− | <a onclick="changeMonth(1)">❯</a> | + | <a class="next" onclick="changeMonth(1)">❯</a> |
− | <div style="text-align:center"> | + | <!--<div style="text-align:center"> |
<span class="dot" onclick="currentSlide(1)"></span> | <span class="dot" onclick="currentSlide(1)"></span> | ||
<span class="dot" onclick="currentSlide(2)"></span> | <span class="dot" onclick="currentSlide(2)"></span> | ||
<span class="dot" onclick="currentSlide(3)"></span> | <span class="dot" onclick="currentSlide(3)"></span> | ||
+ | </div>--> | ||
</div> | </div> | ||
− | |||
</div> | </div> | ||
Revision as of 11:17, 12 September 2016
June | ||||||
---|---|---|---|---|---|---|
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 | ||