]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - modules/Calendar/Cal.css
Release 6.5.5
[Github/sugarcrm.git] / modules / Calendar / Cal.css
1 /*********************************************************************************
2  * SugarCRM Community Edition is a customer relationship management program developed by
3  * SugarCRM, Inc. Copyright (C) 2004-2012 SugarCRM Inc.
4  * 
5  * This program is free software; you can redistribute it and/or modify it under
6  * the terms of the GNU Affero General Public License version 3 as published by the
7  * Free Software Foundation with the addition of the following permission added
8  * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
9  * IN WHICH THE COPYRIGHT IS OWNED BY SUGARCRM, SUGARCRM DISCLAIMS THE WARRANTY
10  * OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
11  * 
12  * This program is distributed in the hope that it will be useful, but WITHOUT
13  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
14  * FOR A PARTICULAR PURPOSE.  See the GNU Affero General Public License for more
15  * details.
16  * 
17  * You should have received a copy of the GNU Affero General Public License along with
18  * this program; if not, see http://www.gnu.org/licenses or write to the Free
19  * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
20  * 02110-1301 USA.
21  * 
22  * You can contact SugarCRM, Inc. headquarters at 10050 North Wolfe Road,
23  * SW2-130, Cupertino, CA 95014, USA. or at email address contact@sugarcrm.com.
24  * 
25  * The interactive user interfaces in modified source and object code versions
26  * of this program must display Appropriate Legal Notices, as required under
27  * Section 5 of the GNU Affero General Public License version 3.
28  * 
29  * In accordance with Section 7(b) of the GNU Affero General Public License version 3,
30  * these Appropriate Legal Notices must retain the display of the "Powered by
31  * SugarCRM" logo. If the display of the logo is not reasonably feasible for
32  * technical reasons, the Appropriate Legal Notices must display the words
33  * "Powered by SugarCRM".
34  ********************************************************************************/
35
36  
37 #cal-grid {
38         border-left: 1px solid silver;   
39         overflow: hidden;       
40 }
41
42 #cal-scrollable {
43         overflow-y: scroll;
44         overflow-x: hidden;
45 }
46
47 #cal-grid .col {
48         width: 14.2%; 
49         float: left; 
50         border-bottom: 0px solid silver;
51 }
52
53 #cal-grid .left_col {
54         width: 52px; 
55         float: left; 
56         border-bottom: 0px solid silver;
57 }
58
59 #cal-grid .week {
60         float: left;
61 }
62
63 #cal-grid .slot {
64         height: 14px;
65         border-right: 1px solid silver;
66         border-bottom: 1px solid #e5e5e5;
67         background-color: transparent;  
68 }
69 #cal-grid .slot_over {
70         background-color: #D1DCFF;
71 }
72
73 #cal-grid .left_slot {  
74         height: 14px;
75         font-size: 10px;
76         text-align: center;     
77         border-right: 1px solid silver; 
78         border-bottom: 1px solid #e5e5e5;       
79         vertical-align: middle;
80         line-height: 15px;      
81 }
82
83 #cal-grid .col_head {
84         height: 14px;   
85         text-align: center;
86         font-size: 13px;
87         border-bottom: 1px solid silver;
88         border-top: 1px solid silver;
89         border-right: 1px solid silver; 
90         white-space: nowrap;    
91 }
92
93 #cal-grid .col_head a {
94         text-decoration: none;
95 }
96
97 #cal-grid .odd {
98         background-color: transparent;
99 }
100
101 #cal-grid .odd_border {
102         border-bottom: 1px solid silver;
103 }
104
105 #cal-grid div.slot_active {
106         background-color: gray;
107 }
108         
109 #cal-grid .today {
110         font-weight: bold;
111         background-color: #FCD372;
112 }
113
114 #cal-grid .cal-basic .basic_slot, #cal-grid .cal-basic .left_basic_slot {
115         border-bottom: 1px solid silver;
116         border-right: 1px solid silver;
117         white-space: nowrap;
118 }
119
120 .act_item {
121         width: 92%;
122         min-width: 0px; 
123         font-size: 10px;
124         position : relative;    
125         vertical-align: top;
126         display: inline-block;
127         border: 1px solid;
128         border-top-width: 1px;
129         overflow: hidden;
130         cursor: default;
131 }
132
133 .act_item.empty {
134         border-color: transparent;
135 }
136
137 .act_item, #cal-grid .col {
138         -webkit-user-select: none;
139         -khtml-user-select: none;
140         -moz-user-select: -moz-none;
141         -o-user-select: none;
142         user-select: none;
143 }
144
145 .act_item .head {
146         height: 13px;
147         padding-left: 2px;
148         overflow: hidden;
149 }
150 .act_item .head div {
151         overflow: hidden;
152 }
153 .act_item .content {
154         padding-top: 1px;
155         padding-left: 2px;
156         padding-right: 2px;
157         overflow: hidden;
158         height: 13px;   
159         padding-top: 1px;
160         font-size: 11px;
161 }
162
163 .adicon {
164         float: right;   
165         color: black;
166         width: 10px;
167         font-size: 9px;
168         height: 12px;
169         line-height: 11px;
170         text-align: center;
171         background-image: url(../../index.php?entryPoint=getImage&imageName=calendar_info.png);
172         background-repeat: no-repeat;
173         margin-top: 1px;
174         cursor: pointer;
175 }
176
177 .act_item .head div {
178         font-size: 11px;        
179 }
180
181
182 .act_item .head .start_time {
183         font-weight: bold;
184 }
185
186 .act_item .head a, .act_item .head a:visited, .act_item .head a:hover {
187         text-decoration: none;
188 }
189
190
191 .act_item .yui-resize-handle-inner-b {
192     width: 16px;  
193     margin-left: auto;
194     margin-right: auto;    
195     border-top: 0px double;
196     background-image: none;
197     position: relative;
198     left: 0;
199 }
200
201 .act_item:hover .yui-resize-handle-inner-b {
202         border-top: 3px double;
203 }
204
205 #cal-edit-buttons {
206         padding: 7px 5px 5px 5px;
207 }
208
209 #edit_all_recurrences_block button {
210         margin: 4px;
211 }