summaryrefslogtreecommitdiff
path: root/frontend/beta/css/yui/calendar.css
Unidiff
Diffstat (limited to 'frontend/beta/css/yui/calendar.css') (more/less context) (ignore whitespace changes)
-rw-r--r--frontend/beta/css/yui/calendar.css15
1 files changed, 6 insertions, 9 deletions
diff --git a/frontend/beta/css/yui/calendar.css b/frontend/beta/css/yui/calendar.css
index a634e50..51399e6 100644
--- a/frontend/beta/css/yui/calendar.css
+++ b/frontend/beta/css/yui/calendar.css
@@ -1,120 +1,117 @@
1/* 1/*
2 2
3Copyright 2008-2011 Clipperz Srl 3Copyright 2008-2011 Clipperz Srl
4 4
5This file is part of Clipperz's Javascript Crypto Library. 5This file is part of Clipperz Community Edition.
6Javascript Crypto Library provides web developers with an extensive 6Clipperz Community Edition is an online password manager.
7and efficient set of cryptographic functions. The library aims to
8obtain maximum execution speed while preserving modularity and
9reusability.
10For further information about its features and functionalities please 7For further information about its features and functionalities please
11refer to http://www.clipperz.com 8refer to http://www.clipperz.com.
12 9
13* Javascript Crypto Library is free software: you can redistribute 10* Clipperz Community Edition is free software: you can redistribute
14 it and/or modify it under the terms of the GNU Affero General Public 11 it and/or modify it under the terms of the GNU Affero General Public
15 License as published by the Free Software Foundation, either version 12 License as published by the Free Software Foundation, either version
16 3 of the License, or (at your option) any later version. 13 3 of the License, or (at your option) any later version.
17 14
18* Javascript Crypto Library is distributed in the hope that it will 15* Clipperz Community Edition is distributed in the hope that it will
19 be useful, but WITHOUT ANY WARRANTY; without even the implied 16 be useful, but WITHOUT ANY WARRANTY; without even the implied
20 warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 17 warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
21 See the GNU Affero General Public License for more details. 18 See the GNU Affero General Public License for more details.
22 19
23* You should have received a copy of the GNU Affero General Public 20* You should have received a copy of the GNU Affero General Public
24 License along with Javascript Crypto Library. If not, see 21 License along with Clipperz Community Edition. If not, see
25 <http://www.gnu.org/licenses/>. 22 <http://www.gnu.org/licenses/>.
26 23
27*/ 24*/
28 25
29/* 26/*
30Copyright (c) 2006, Yahoo! Inc. All rights reserved. 27Copyright (c) 2006, Yahoo! Inc. All rights reserved.
31Code licensed under the BSD License: 28Code licensed under the BSD License:
32http://developer.yahoo.net/yui/license.txt 29http://developer.yahoo.net/yui/license.txt
33Version 0.11.3 30Version 0.11.3
34*/ 31*/
35 32
36.yui-cal2upwrapper {*height:1%;} /* IE */ 33.yui-cal2upwrapper {*height:1%;} /* IE */
37.yui-cal2upwrapper:after {content:'.';clear:both;display:block;visibility:hidden;height:0;} /* others */ 34.yui-cal2upwrapper:after {content:'.';clear:both;display:block;visibility:hidden;height:0;} /* others */
38 35
39.yui-calcontainer { 36.yui-calcontainer {
40 float:left; 37 float:left;
41 padding:5px; 38 padding:5px;
42 background-color:#F7F9FB; 39 background-color:#F7F9FB;
43 border:1px solid #7B9EBD; 40 border:1px solid #7B9EBD;
44} 41}
45 42
46.yui-calcontainer .title { 43.yui-calcontainer .title {
47 font:100% sans-serif; 44 font:100% sans-serif;
48 color:#000; 45 color:#000;
49 font-weight:bold; 46 font-weight:bold;
50 margin-bottom:5px; 47 margin-bottom:5px;
51 height:auto; 48 height:auto;
52 position:relative; 49 position:relative;
53} 50}
54 51
55.yui-calcontainer .title .close-icon { 52.yui-calcontainer .title .close-icon {
56 position:absolute; 53 position:absolute;
57 right:0; 54 right:0;
58 top:0; 55 top:0;
59 border:none; 56 border:none;
60} 57}
61 58
62.yui-calcontainer .cal2up { 59.yui-calcontainer .cal2up {
63 float:left; 60 float:left;
64} 61}
65 62
66.yui-calendar .calnavleft { 63.yui-calendar .calnavleft {
67 position:absolute; 64 position:absolute;
68 background-repeat:no-repeat; 65 background-repeat:no-repeat;
69 cursor:pointer; 66 cursor:pointer;
70 top:2px; 67 top:2px;
71 bottom:0; 68 bottom:0;
72 width:9px; 69 width:9px;
73 height:12px; 70 height:12px;
74 left:2px; 71 left:2px;
75} 72}
76 73
77.yui-calendar .calnavright { 74.yui-calendar .calnavright {
78 position:absolute; 75 position:absolute;
79 background-repeat:no-repeat; 76 background-repeat:no-repeat;
80 cursor:pointer; 77 cursor:pointer;
81 top:2px; 78 top:2px;
82 bottom:0; 79 bottom:0;
83 width:9px; 80 width:9px;
84 height:12px; 81 height:12px;
85 right:2px; 82 right:2px;
86} 83}
87 84
88/* Calendar element styles */ 85/* Calendar element styles */
89 86
90.yui-calendar { 87.yui-calendar {
91 font:100% sans-serif; 88 font:100% sans-serif;
92 text-align:center; 89 text-align:center;
93 border-spacing:0; 90 border-spacing:0;
94 border-collapse:separate; 91 border-collapse:separate;
95} 92}
96 93
97.yui-calendar td.calcell { 94.yui-calendar td.calcell {
98 padding:.1em .2em; 95 padding:.1em .2em;
99 border:1px solid #E0E0E0; 96 border:1px solid #E0E0E0;
100 background-color:#FFF; 97 background-color:#FFF;
101} 98}
102 99
103.yui-calendar td.calcell a { 100.yui-calendar td.calcell a {
104 color:#003DB8; 101 color:#003DB8;
105 text-decoration:none; 102 text-decoration:none;
106} 103}
107 104
108.yui-calendar td.calcell.today { 105.yui-calendar td.calcell.today {
109 border:1px solid #000; 106 border:1px solid #000;
110} 107}
111 108
112.yui-calendar td.calcell.oom { 109.yui-calendar td.calcell.oom {
113 cursor:default; 110 cursor:default;
114 color:#999; 111 color:#999;
115 background-color:#EEE; 112 background-color:#EEE;
116 border:1px solid #E0E0E0; 113 border:1px solid #E0E0E0;
117} 114}
118 115
119.yui-calendar td.calcell.selected { 116.yui-calendar td.calcell.selected {
120 color:#003DB8; 117 color:#003DB8;