summaryrefslogtreecommitdiffstats
path: root/js/yui3/calendarnavigator/assets/calendarnavigator-core.css
blob: 1f1c0754a8581e075115ee0fdc3373db0ed74ed7 (plain)
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
/*
YUI 3.17.2 (build 9c3c78e)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/

.yui3-calendar-header {
	text-align: center;
	position: relative;
	/* ie6 width fix */
	width: 100%;
}

.yui3-calendar-header-label {
	display: inline;
}

.yui3-calendarnav-prevmonth {
	cursor: pointer;
}

.yui3-calendarnav-nextmonth {
	cursor: pointer;
}