source: trunk/prototype/modules/calendar/css/style.css @ 6921

Revision 6921, 14.4 KB checked in by eduardow, 12 years ago (diff)

Ticket #2988 - Melhorar layout de tela de configuração de agenda.

Line 
1/*
2        Document   : style.css
3        Created on : 10/09/2011, 10:13:12
4        Author     : prognus
5        Description: contains all styles related to elements look-and-feel
6*/
7
8#tabs {
9        background-color: transparent;
10}
11
12.tip { line-height: 1.3em; }
13
14.expresso-calendar-container a {
15        text-decoration: none;
16}
17.expresso-calendar-container ul,
18.expresso-calendar-container dl,
19.expresso-calendar-container ol {
20        margin: 5px 0; padding: 0;
21        list-style: none;
22}
23.expresso-calendar-container #trash {
24        color: #ADADAD;
25}
26.expresso-calendar-container #trash.empty {
27        background-image: url(../img/trash-empty.png);
28        background-repeat: no-repeat;
29        background-position: bottom center;
30}
31
32.expresso-calendar-container #trash.full {
33        background-image: url(../img/trash-full.png);
34        background-repeat: no-repeat;
35        background-position: bottom center;
36}
37
38.expresso-calendar-container #trash label {
39        display: none;
40}
41
42.ui-dialog { padding: 0; }
43.ui-dialog .ui-dialog-content { background-color: #fff; }
44.ui-dialog .ui-dialog-title { margin:0; }
45.ui-dialog .ui-button-text-only .ui-button-text { padding: 0.4em 1em; }
46
47.new-event-win fieldset { border: none; margin: 0; padding: 0; }
48.new-event-win fieldset.tab-level2 { padding: 0px 5px; min-height: 310px; max-height: 310px; overflow: auto;}
49.new-event-win .overflow_add_calender { overflow: auto; max-height: 320px; }
50.new-event-win fieldset#calendar_addevent_details7 { overflow: hidden}
51.new-event-win fieldset#calendar_addevent_details5 .button-files-upload{margin: 15px 0 0 0}
52.new-event-win fieldset fieldset, .new-event-win fieldset.tab-level2 fieldset { padding: 5px 0; }
53
54.hidden {
55        display: none;
56        visibility: hidden;
57}
58
59.header-menu-container, .footer-menu-container,
60.menu-container.header-container, .menu-container.footer-container {
61        display:block;
62        width: 100%;
63        margin: 0;
64        padding: 10px 0;
65        background-color: #E0EEEE;
66        text-align: right;
67}
68
69.preferences-win .header-menu-container,
70.configure-calendars-win .header-menu-container {
71        margin: -10px 0 10px;
72}
73
74.preferences-win .header-menu-container,
75.configure-calendars-win .header-menu-container {
76        -moz-box-shadow: 0 3px 4px #AAAAAA;
77        -webkit-box-shadow: 0 3px 4px #AAAAAA;
78        box-shadow: 0 3px 4px #AAAAAA;
79}
80
81.preferences-win .footer-menu-container,
82.configure-calendars-win .footer-menu-container {
83        margin: 10px 0 10px;
84}
85
86.preferences-win .footer-menu-container,
87.configure-calendars-win .footer-menu-container {
88        -moz-box-shadow: 0 3px 4px #AAAAAA;
89        -webkit-box-shadow: 0 3px 4px #AAAAAA;
90        box-shadow: 0 3px 4px #AAAAAA;
91}
92
93.ui-dialog .ui-dialog-content { padding: 0; }
94.new-event-win div.div-addevent { padding: 0; width: 700px; border: 0;}
95.new-event-win form.form-addevent { padding: 9px; }
96
97.expresso-calendar-container input[type="text"] { height: 18px; }
98.expresso-calendar-container input[type="text"],
99.expresso-calendar-container textarea,
100.expresso-calendar-container select {
101        border: 1px solid #CFCFCF;
102        font-size: 12px;
103        height: 20px;
104}
105
106.expresso-calendar-container textarea,
107.expresso-calendar-container select {
108/*      vertical-align: super; */
109        vertical-align: middle;
110}
111
112.expresso-calendar-container input.date,
113.expresso-calendar-container input.time {
114        width:80px;
115}
116
117.expresso-calendar-container input.h1,
118.new-event-win input.h1 {
119        font-size: 150%;
120        font-weight: bold;
121        width: 64%;
122        height: 150%;
123}
124
125.new-event-win textarea {
126        width:600px;
127        height: 210px;
128        border: 1px solid #CFCFCF;
129        padding: 0px;
130}
131
132span.input-group { display: block; }
133/*p.input-group label { vertical-align: top; }*/
134.new-event-win p.input-group label { display: inline-block; width: 65px;}
135.new-event-win p.input-group label.input-group { display: inline-block; width: 110px; font-weight: bold;}
136
137input.number {text-align: right}
138input.input-tiny, input.tiny {width: 40px;}
139input.input-small, input.small {width: 80px;}
140input.input-medium, input.medium {width: 160px;}
141input.input-large, input.large {width: 260px;}
142
143label.label-tiny, label.tiny {width: 40px;}
144label.label-small, label.small {width: 80px;}
145label.label-medium, label.medium {width: 160px;}
146label.label-large, label.large {width: 260px;}
147
148select.select-tiny, select.tiny {width: 40px;}
149select.select-small, select.small {width: 80px;}
150select.select-medium, select.medium {width: 160px;}
151select.select-large, select.large {width: 260px;}
152
153.new-event-win fieldset.event-repeat-container label,
154.new-event-win p.input-group.event-repeat-weekly label,
155.new-event-win p.input-group.event-repeat-monthly label {
156        width: auto;
157}
158
159.new-event-win fieldset.input-field-rounded,
160.new-event-win fieldset.search-field,
161.new-event-win fieldset.block-add-attendee-permissions,
162.new-event-win fieldset.block-attendee-list {
163        border:1px solid #CFCFCF;
164}
165
166.new-event-win fieldset.block-attendee-list { width: 300px; max-height:180px; padding: 5px; float: left;}
167.new-event-win fieldset.block-attendee-list ul {  height:160px; overflow: auto;}
168
169
170/* # add attendee */
171
172#tabs.ui-widget-content {
173        border:none;
174}
175#tabs .ui-widget-header {
176        background: none;
177        background-image: none;
178        border: none;
179        border-bottom: 1px solid #4297D7;
180        margin-bottom: 5px;
181}
182
183#calendar.ui-tabs-panel {
184        padding: 0;
185}
186
187.mini-calendar .ui-datepicker { width: auto; background: none repeat scroll 0 0 transparent; }
188.mini-calendar .ui-datepicker  table{width:190px;}
189.mini-calendar .ui-widget-content {     border: none; background-color: transparent; }
190.mini-calendar .ui-widget-header { background: transparent; color: #000; border: 0 none;}
191
192/* fc custumize */
193
194.blocked-event div, .blocked-event-permision div{
195background: -moz-linear-gradient(-45deg,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,0.1) 5%, rgba(0,0,0,0) 9%, rgba(0,0,0,0) 13%, rgba(0,0,0,0.1) 17%, rgba(0,0,0,0) 21%, rgba(0,0,0,0) 25%, rgba(0,0,0,0.1) 29%, rgba(0,0,0,0) 33%, rgba(0,0,0,0) 37%, rgba(0,0,0,0.1) 41%, rgba(0,0,0,0) 45%, rgba(0,0,0,0) 49%, rgba(0,0,0,0.1) 53%, rgba(0,0,0,0) 57%, rgba(0,0,0,0) 61%, rgba(0,0,0,0.1) 65%, rgba(0,0,0,0) 69%, rgba(0,0,0,0) 73%, rgba(0,0,0,0.1) 77%, rgba(0,0,0,0.01) 81%, rgba(0,0,0,0) 85%, rgba(0,0,0,0.1) 89%, rgba(0,0,0,0) 93%, rgba(0,0,0,0) 97%, rgba(0,0,0,0) 100%); /* FF3.6+ */
196background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(1%,rgba(0,0,0,0)), color-stop(5%,rgba(0,0,0,0.1)), color-stop(9%,rgba(0,0,0,0)), color-stop(13%,rgba(0,0,0,0)), color-stop(17%,rgba(0,0,0,0.1)), color-stop(21%,rgba(0,0,0,0)), color-stop(25%,rgba(0,0,0,0)), color-stop(29%,rgba(0,0,0,0.1)), color-stop(33%,rgba(0,0,0,0)), color-stop(37%,rgba(0,0,0,0)), color-stop(41%,rgba(0,0,0,0.1)), color-stop(45%,rgba(0,0,0,0)), color-stop(49%,rgba(0,0,0,0)), color-stop(53%,rgba(0,0,0,0.1)), color-stop(57%,rgba(0,0,0,0)), color-stop(61%,rgba(0,0,0,0)), color-stop(65%,rgba(0,0,0,0.1)), color-stop(69%,rgba(0,0,0,0)), color-stop(73%,rgba(0,0,0,0)), color-stop(77%,rgba(0,0,0,0.1)), color-stop(81%,rgba(0,0,0,0.01)), color-stop(85%,rgba(0,0,0,0)), color-stop(89%,rgba(0,0,0,0.1)), color-stop(93%,rgba(0,0,0,0)), color-stop(97%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
197background: -webkit-linear-gradient(-45deg,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.1) 5%,rgba(0,0,0,0) 9%,rgba(0,0,0,0) 13%,rgba(0,0,0,0.1) 17%,rgba(0,0,0,0) 21%,rgba(0,0,0,0) 25%,rgba(0,0,0,0.1) 29%,rgba(0,0,0,0) 33%,rgba(0,0,0,0) 37%,rgba(0,0,0,0.1) 41%,rgba(0,0,0,0) 45%,rgba(0,0,0,0) 49%,rgba(0,0,0,0.1) 53%,rgba(0,0,0,0) 57%,rgba(0,0,0,0) 61%,rgba(0,0,0,0.1) 65%,rgba(0,0,0,0) 69%,rgba(0,0,0,0) 73%,rgba(0,0,0,0.1) 77%,rgba(0,0,0,0.01) 81%,rgba(0,0,0,0) 85%,rgba(0,0,0,0.1) 89%,rgba(0,0,0,0) 93%,rgba(0,0,0,0) 97%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
198background: -o-linear-gradient(-45deg,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.1) 5%,rgba(0,0,0,0) 9%,rgba(0,0,0,0) 13%,rgba(0,0,0,0.1) 17%,rgba(0,0,0,0) 21%,rgba(0,0,0,0) 25%,rgba(0,0,0,0.1) 29%,rgba(0,0,0,0) 33%,rgba(0,0,0,0) 37%,rgba(0,0,0,0.1) 41%,rgba(0,0,0,0) 45%,rgba(0,0,0,0) 49%,rgba(0,0,0,0.1) 53%,rgba(0,0,0,0) 57%,rgba(0,0,0,0) 61%,rgba(0,0,0,0.1) 65%,rgba(0,0,0,0) 69%,rgba(0,0,0,0) 73%,rgba(0,0,0,0.1) 77%,rgba(0,0,0,0.01) 81%,rgba(0,0,0,0) 85%,rgba(0,0,0,0.1) 89%,rgba(0,0,0,0) 93%,rgba(0,0,0,0) 97%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
199background: -ms-linear-gradient(-45deg,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.1) 5%,rgba(0,0,0,0) 9%,rgba(0,0,0,0) 13%,rgba(0,0,0,0.1) 17%,rgba(0,0,0,0) 21%,rgba(0,0,0,0) 25%,rgba(0,0,0,0.1) 29%,rgba(0,0,0,0) 33%,rgba(0,0,0,0) 37%,rgba(0,0,0,0.1) 41%,rgba(0,0,0,0) 45%,rgba(0,0,0,0) 49%,rgba(0,0,0,0.1) 53%,rgba(0,0,0,0) 57%,rgba(0,0,0,0) 61%,rgba(0,0,0,0.1) 65%,rgba(0,0,0,0) 69%,rgba(0,0,0,0) 73%,rgba(0,0,0,0.1) 77%,rgba(0,0,0,0.01) 81%,rgba(0,0,0,0) 85%,rgba(0,0,0,0.1) 89%,rgba(0,0,0,0) 93%,rgba(0,0,0,0) 97%,rgba(0,0,0,0) 100%); /* IE10+ */
200background: linear-gradient(-45deg,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.1) 5%,rgba(0,0,0,0) 9%,rgba(0,0,0,0) 13%,rgba(0,0,0,0.1) 17%,rgba(0,0,0,0) 21%,rgba(0,0,0,0) 25%,rgba(0,0,0,0.1) 29%,rgba(0,0,0,0) 33%,rgba(0,0,0,0) 37%,rgba(0,0,0,0.1) 41%,rgba(0,0,0,0) 45%,rgba(0,0,0,0) 49%,rgba(0,0,0,0.1) 53%,rgba(0,0,0,0) 57%,rgba(0,0,0,0) 61%,rgba(0,0,0,0.1) 65%,rgba(0,0,0,0) 69%,rgba(0,0,0,0) 73%,rgba(0,0,0,0.1) 77%,rgba(0,0,0,0.01) 81%,rgba(0,0,0,0) 85%,rgba(0,0,0,0.1) 89%,rgba(0,0,0,0) 93%,rgba(0,0,0,0) 97%,rgba(0,0,0,0) 100%); /* W3C */
201filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
202}
203
204.blocked-event-permision {cursor: hand}
205
206.fc-state-default .fc-button-effect span {
207    background: none;
208    border:none;
209}
210
211.fc-header-title h2 {
212    color:#555;
213}
214.fc-state-default, .fc-state-default .fc-button-inner {
215    color: #555555;
216    text-transform: capitalize;
217}
218
219.fc-state-active, .fc-state-active .fc-button-inner {
220    color: #FFFFFF;
221}
222
223.block-vertical-toolbox .button.add {
224    width:190px;
225}
226
227.fc-header .fc-state-active, .fc-header .ui-state-active {
228    z-index: auto;
229}
230
231.fc-year-monthly-header {
232    font-weight: bold;   
233}
234
235.fc-year-have-event {
236    background: none repeat scroll 0 0 transparent !important;
237   
238}
239.fc-year-have-event .fc-day-number {
240    background: #F3F3F3;
241    box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
242    border-color: #CCC #BBB #AAA;
243    border-style: solid;
244    border-width: 1px;
245    border-radius: 4px;
246    -moz-border-radius:4px;
247    -webkit-border-radius:4px;
248}
249
250.fc-year-main-table div:hover .fc-day-number  {
251        cursor: pointer;
252        font-weight: bold;
253}
254
255/* preferences */
256
257.expresso-calendar-container h3 {
258    border-bottom: 2px solid #E17009;
259    font-size: 170%;
260    margin-bottom: 10px;
261    padding-bottom: 2px;
262}
263
264.expresso-calendar-container fieldset legend {/*font-size:1.3em;*/ font-weight:bold;}
265
266.preferences-win a {
267  text-decoration: underline;
268  font-weight:bold;
269  font-size:1.05em;
270  cursor:pointer;
271}
272
273.preferences-win ul li {list-style: none;}
274
275
276.preferences-win fieldset {
277  border:1px solid #CFCFCF;
278}
279
280.preferences-win fieldset.no-legend {
281    margin: 0;
282    padding: 5px 0;
283    border: none;
284}
285
286.preferences-win hr {
287  margin: 10px 0;
288  padding: 0 10px;
289  /*background:#FFFF85;
290  border: 1px solid #FFE74D;*/
291}
292
293.preferences-win #preferences_especific_calendar_details fieldset {
294  border: 0 none;
295}
296
297
298/* Geral */
299fieldset.background-fields {
300  background:#FFFF85;
301  border: 2px solid #FFE74D;
302  -moz-border-radius: 15px;
303  -webkit-border-radius: 15px;
304}
305
306.button.small.ui-button-text-only .ui-button-text {
307    font-size: 0.9em;
308    padding: 0.1em 0.6em;
309}
310
311.attendees-list dd.attedee-organizer {
312        border-bottom: 1px solid #BFBFBF;
313        margin-bottom: 5px;
314}
315
316/* Events List */
317.events-list-win th, .events-list-win td {
318  padding: 15px 0px 15px 0;
319  vertical-align: middle;
320  border-bottom: 1px solid #ccc;
321}
322
323.events-list-win .last-row th, .events-list-win .last-row td {
324  border-bottom: 1px solid #ccc;
325}
326
327.events-list-win table {
328  width: 100%;
329  float: left;
330}
331
332.events-list-win table a {
333  color: rgb(48, 72, 126) !important;
334  cursor: pointer;
335}
336
337.events-list-win table img {
338  width: 12px;
339  height: 12px;
340  padding: 0 2px;
341}
342
343.events-list-win table span { font-size:12px; }
344.events-list-win table .same-start-date * { border: 0; }
345.events-list-win table tr.last-event-same-start-date,
346.events-list-win table tr.last-event-same-start-date th,
347.events-list-win table tr.last-event-same-start-date td { border-bottom: 1px solid #ccc;}
348.events-list-win table th.start-date-multiple-events { border-bottom: 1px solid #ccc; }
349
350.events-list-win table .title {
351    font-size: 150%;
352    font-weight: bold;
353}
354
355.events-list-win .pagination-events {
356  margin: 10px 0;
357  text-align: center;
358}
359
360.expresso-calendar-container .search-field { background-color: #FFF;}
361.expresso-calendar-container .search-field input { border:none;}
362
363.ui-tabs .ui-tabs-panel { padding: 0; margin-top: 10px;}
364
365.ui-tabs .ui-tabs-nav li .ui-icon-close {
366    float: right;
367    margin: 5px 5px 0 -5px;
368}
369
370.cal_day {
371    display: inline;
372    background: url("assets/day.png") no-repeat scroll center top transparent;
373    float: left;
374    height: 95px;
375    margin: 0 4px 4px 0 !important;
376    position: relative;
377    width: 128px;
378}
379.cal_day .day_heading {
380    color: #FFFFFF;
381    float: left;
382    font: 14px Arial;
383    height: 16px;
384    padding: 6px;
385    position: relative;
386    text-transform: uppercase;
387    width: 40px;
388}
389.cal_day .day_number {
390    clear: left;
391    color: #2B2B2B;
392    font: bold 52px Arial;
393    height: 95px;
394    text-align: center;
395    width: 100%;
396    z-index: 999;
397}
398
399
400/* Events List */
401.details-event-list {
402  background-color: #FFF;
403}
404
405/* Import and Export*/
406
407.import-export-win .ui-widget-header {
408    background: none;
409}
410
411.import-export-win .ui-tabs-nav {
412    border: none;
413    border-bottom: 1px solid #4297D7 !important;
414}
415
416.configure-calendars-win fieldset.user-calendar fieldset {
417    border:1px solid #CCC;
418    margin: 0 0 10px 0;
419    padding: 5px;
420    -moz-border-radius:5px;
421    -webkit-border-radius:5px;
422    border-radius:5px;
423}
424
425.ui-datepicker-buttonpane button.ui-datepicker-current {
426        display : none;
427}
428
429.ui_tpicker_time{
430        display : none;
431}
432.ui_tpicker_time_label{
433        display : none;
434}
435.block-vertical-toolbox .ui-datepicker-month,
436.block-vertical-toolbox .ui-datepicker-year {
437        cursor: pointer;
438}
439/*Normaliza de todos os inputs disabled para fonte-color #333*/
440textarea:disabled, input:disabled{color: #333 !important;}
441
442
443.map-event{
444        border-style: dashed;
445        border-width: 2px;
446        border-color: #36C;
447        background-color: transparent;
448        color: black;
449}
450
451
452#new_event_map .map-event .fc-event-head.fc-event-skin,.fc-event-inner.fc-event-skin{
453        border-color: transparent;
454}
455
456#new_event_map .map-event .fc-event-head,#new_event_map .map-event .fc-event-content{
457        color: transparent;
458}
459
460input.inputNumber {width:80px; text-align: left;}
Note: See TracBrowser for help on using the repository browser.