summaryrefslogtreecommitdiffstats
path: root/js/yui3/calendar-base/assets/calendar-base-core.css
blob: ba141766dcd9f3d72e6aab6f5b95360cb845f601 (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
26
27
/*
YUI 3.7.3 (build 5687)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
.yui3-calendar {
}

.yui3-calendar-content {
}

.yui3-calendar-pane {
   width: 100%;
}

.yui3-calendar-grid {
   width: 100%;
}

.yui3-calendar-column-hidden, .yui3-calendar-hidden {
  display:none;
}

.yui3-calendar-day {
  
}