source: trunk/prototype/modules/calendar/css/layout.css @ 6476

Revision 6476, 32.8 KB checked in by acoutinho, 12 years ago (diff)

Ticket #2855 - Lentidao na abertura da Expresso Calendar

Line 
1/*
2        Document   : layout.css
3        Created on : 10/09/2011, 10:12:49
4        Author     : prognus
5        Description: contains all styles related to element positioning and elements dimension
6*/
7
8
9
10/* -- main page styles -- */
11
12/*      body {
13                margin:0;
14                font-size: 14px;
15                font-family: "Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
16                font-family: Arial,Helvetica,sans-serif;
17        }*/
18
19#wrap {
20/*      background-image: url(images/calendar-top-bg-mini.png);
21        background-repeat: no-repeat;*/
22        width: 100%;
23        max-width: 1100px;
24        min-width: 985px;
25        margin: 0 auto;
26}
27
28#wrap .search-field {
29        max-width: 180px;
30        width: 180px;
31/*      margin: 5px 0 5px 290px;*/
32        float: right;
33        white-space: nowrap;
34}
35
36#wrap .search-field input {
37        width: 160px;
38        padding: 0 0 0 3px;
39}
40
41.block-horizontal-toolbox {
42        width: 100%;
43        height: 30px;
44/*      margin: 5px 0;*/
45}
46
47.block-vertical-toolbox {
48        width: 19%;
49        max-width: 200px;
50        min-width: 190px;
51        float: left;
52        padding: 0;
53}
54
55.block-vertical-toolbox .mini-calendar {
56        padding: 5px 0;
57        margin:10px 0;
58}
59
60.block-top {
61/*      background-image: url(images/calendar-body-bg.png);
62        background-repeat: repeat-x;*/
63        width: 100%;
64        height: 100px;
65}
66
67#tabs {
68        width: 80%;
69        max-width: 900px;
70        min-width: 785px;
71        float: right;
72        padding-top: 0;
73}
74
75#tabs,
76#tabs .ui-tabs-nav {
77        padding-top: 0;
78}
79
80#tabs > li .ui-icon-close { float: left; margin: 0.4em 0.2em 0 0; cursor: pointer; }
81
82
83.button.config-menu {
84        float: right;
85        padding: 11px 5px;
86        width: 40px;
87        height: 5px;
88}
89
90.fg-menu-container {
91        z-index: 999;
92        min-width: 134px !important;
93}
94
95.fg-menu-container.evt-option{
96        min-width: 85px !important;
97        padding: 0;
98}
99
100.fg-menu-container.evt-option a{
101        padding: 0.1em 3%;
102}
103
104.ui-icon.ui-icon-gear {
105        background-image: url(../img/cog.png);
106    background-position: 0 0;
107}
108
109.expresso-calendar-container dl
110.expresso-calendar-container dt,
111.expresso-calendar-container dl dd {
112        margin: 0; padding: 0;
113}
114
115.expresso-calendar-container #trash {
116        width: 150px;
117        height: 150px;
118        bottom: 0px;
119        position: fixed;
120}
121
122/* -- generic HTML elements styles -- */
123
124input {
125        margin-top: 2px;
126        margin-bottom: 2px;
127}
128
129/* -- generic class styles -- */
130
131.clear { clear: both; }
132
133.editable{
134        background-color: white;
135        outline: 0px solid transparent;
136        border: 1px #CCC solid;
137}
138
139p.input-group span {display: inline-block; vertical-align: text-top;}
140p.input-group label {display: inline-block; vertical-align: text-top;}
141p.input-group ul li * {vertical-align: bottom; margin-bottom: 5px;}
142p.input-group label.for-textarea {display: inline-block; vertical-align: top;}
143p.input-group {
144  margin: 5px 0 !important;
145}
146
147.messages .message { text-align: left; }
148
149.button.tiny{
150        height: 15px;
151}
152.button.tiny.ui-button-icon-only {
153    width: 15px;
154}
155
156.button.small {
157        height: 24px;
158}
159.button.small.ui-button-icon-only {
160    width: 24px;
161}
162
163.fields-left {display: inline-block; width: 200px;}
164.fields-right {display: inline-block; width: 300px;}
165
166.ui-icon-float-right { float:right; }
167.ui-icon-float-left { float:left; }
168
169fieldset.input-field-rounded {
170        border:1px solid #CFCFCF;
171        padding: 5px;
172}
173
174fieldset.input-field-rounded input{
175        margin: 0px;
176        display: inline-block;
177        border: none;
178}
179
180fieldset.input-field-rounded span {
181        display: inline-block;
182        margin:0 0 -3px 5px;
183}
184
185/* search area definition */
186fieldset.search-field {
187        border:1px solid #CFCFCF;
188        padding: 3px;
189}
190
191fieldset.search-field input{
192        margin: 0px;
193        display: inline-block;
194        border: none;
195        width: 215px;
196}
197
198fieldset.search-field span {
199        display: inline-block;
200        margin:0 0 -3px 0px;
201        cursor: pointer;
202}
203/* #search area definition */
204
205
206/* -- fullcalendar styles -- */
207
208.fc-view{
209        overflow: visible;
210}
211
212.fc-grid.fc-view-year .fc-day-number {
213        text-align: center;
214        float: none;
215}
216
217/* -- event details styles -- */
218
219.new-event-win.active {
220         width:700px;height:510px;text-align:left;
221}
222
223.new-event-win > .content.ui-tabs.ui-widget-content {
224        border: none;
225}
226
227.new-event-win ul.attendee-permissions-list, li.attendee-permissions-list{text-align: left;}
228
229li.attendee-permissions-list input{width: 20px !important; margin: 3px 0 0 0 !important;}
230
231p.request-update{display: inline; position: relative; top: 2px;}
232
233
234p.request-update label{width: 150px !important;}
235
236.new-event-win .menu-addevent {
237        text-align: right;
238}
239
240fieldset.block-add-attendee .add-attendee-search { max-width: 250px; margin: 5px;}
241fieldset.block-add-attendee .add-attendee-search input { max-width: 220px; width: 220px; padding: 0 0 0 7px;}
242fieldset.block-add-attendee .search-result-list { width: 255px; max-height: 215px; overflow: auto;}
243fieldset.block-add-attendee .search-result-list .ui-widget-content { border: none;}
244fieldset.block-add-attendee .search-result-list .empty { margin-left: 5px; }
245fieldset.block-add-user .add-user-search {max-width: 235px;}
246fieldset.block-add-user .search-result-list {max-width: 245px;}
247fieldset.block-add-user .search-result-list .ui-widget-content {max-width: 245px;}
248
249.block-attendee-list, .block-add-attendee { float:left;}
250.block-attendee-list { width:400px; margin-right: 5px; }
251.block-add-attendee { width:260px; margin-right: 5px; }
252.block-attendee-list dd, .block-add-attendee dd { border: 1px solid #BFBFBF; }
253.block-attendee-list dt, .block-add-attendee dt { background-color:#FFF; margin: 5px 0 -6px 5px; font-weight: bold; display: table;  position: relative;}
254.block-attendee-list dd.attendee-list { height: 196px; }
255.block-attendee-list dd.attendee-list ul { max-height: 186px; overflow: auto; margin-top: 10px;}
256.block-attendee-list dd.attendee-list-add {border-top:none !important; border:1px solid #BFBFBF;}
257.block-attendee-list dd.attendee-list-add fieldset.add-attendee-input { border:none !important; margin: 0; padding: 0 }
258.block-attendee-list dd.attendee-list-brief { border:none !important; margin: 5px 0; color:#777; }
259
260dl.block-add-attendee {
261        float: right;
262        display: block;
263}
264
265dl.block-add-attendee dd.add-attendee {
266        width: 260px;
267        min-height: 260px;
268        display: block;
269}
270
271ul.attendees-count {clear:left; float:left;}
272.attendees-count li {display: inline;}
273.attendees-count li:after {content:", "}
274.attendees-count li label {font-weight: bold;}
275
276.attendees-list .me select.status { margin:10px 5px 5px 5px; }
277.attendees-list .me .add-attendee-search { max-width: 155px; width:155px; display: inline; padding: 0; margin: 10px 0 5px 0;}
278
279.attendees-list .me .add-attendee-options { max-height: 16px; height:16px;  max-width: 50px; width:50px; display: inline; padding: 0; margin: 0 0 5px 0;}
280.attendees-list .me .add-attendee-options-read { max-height: 16px; height:16px;  max-width: 16px; width:16px; display: inline; padding: 0; margin: 0 0 5px 0;}
281
282.attendees-list .me .add-attendee-options-button {position: absolute; top: 171px;}
283.attendees-list .hover-attendee { background-color: #DFEFFC;}
284/*
285.attendees-list .attendee-options-button-edit { position: absolute; top:0; right:25px;}
286.attendees-list .attendee-options-button-key { position: absolute; top:0; right:45px;}
287.attendees-list .attendee-options-button-delegate { position: absolute; top:0; right:65px;}
288*/
289
290.attendee-options{ position: absolute; top: 0; left: 287px; background-color: white; z-index: 100; width: 90px; background-color: #FFF; padding: 0 20px 0 3px; text-align: right;}
291.attendees-list .not-attendee { height:16px; }
292
293.list-delegates{margin: 0 0 0 25px;}
294
295.status-delegate{position: absolute; left:3px;}
296
297.attendees-list .me .add-attendee-search input { max-width: 125px; }
298.attendees-list li.organizer, .attendees-list li.me-delegated  {margin-bottom: 3px;}
299.attendees-list .organizer .button.swap {
300        float: right;
301        margin-top: -1.5em;
302}
303
304.name-status-delegated{text-decoration: line-through; padding: 0 0 0 18px;}
305.name-status-delegated-delegated{text-decoration: line-through; padding: 0 0 0 12px;}
306.name-status-delegated-none{ padding: 0 0 0 12;}
307
308.name-status{padding: 0 0 0 18px;}
309
310.name-special{padding: 0 0 0 33px;}
311.name-special-delegated{text-decoration: line-through; padding: 0 0 0 33px;}
312
313.open-delegate{position: absolute; left: 20px; display: block; cursor: hand;}
314.space-status{position: absolute; left: 20px; display: block;}
315.space-special{position: absolute; left: 35px; display: block;}
316.space-special-delegated{position: absolute; left: 20px; display: block;}
317
318.attendee-permissions-change{background-image: url(../../../plugins/jquery/images/ui-icons_f9bd01_256x240.png) !important;}
319.attendee-permissions-change-button{border: 1px solid #79B7E7 !important; background: #F5F8F9 !important; font-weight: bold !important; color: #E17009 !important;}
320
321.attendee-permissions-conflict{opacity: 0.5}
322
323dd.attendee-list ul.attendee-list li {
324/*      display: table;*/
325    overflow: hidden;
326        position: relative;
327}
328dd.attendee-list ul.attendee-list li input,
329dd.attendee-list ul.attendee-list li span,
330dd.attendee-list ul.attendee-list li label {
331        display: table-cell;
332}
333dd.attendee-list ul.attendee-list li label.name,
334dd.attendee-list ul.attendee-list li label.mail {
335        width: 99999px;
336        min-width: 99999px;
337        vertical-align: middle;
338}
339dd.attendee-list ul.attendee-list li label[title=''] { display:none }
340/*
341dd.attendee-list ul.attendee-list li .button.close {
342        position: absolute;
343    right: 5px;
344    top: 0;
345}
346*/
347/*
348.attendees-list li .ui-icon-float-right {
349        opacity:0.1;
350        filter:alpha(opacity=10);
351}
352.attendees-list li.hover .ui-icon-float-right {
353        opacity:1;
354        filter:alpha(opacity=100);
355}*/
356
357/* -- configurations styles -- */
358
359.configurations-basic label {
360        width: 200px;
361}
362
363.configurations-notifications label {
364        width: 350px;
365}
366
367.accordion-user-calendars .ui-accordion-header {
368        margin-bottom: 2px;
369}
370
371.accordion-user-calendars .ui-accordion-header legend{
372        font-size: 60%;
373    margin-left: 30px;
374    padding: 0.4em;;
375}
376.user-calendar.ui-accordion-content {
377        margin-top: -11px;
378}
379
380/* -- preferences styles -- */
381p.default-alarm-event {margin-bottom: 10px; margin-top: -8px;}
382.preferences-win.active p.input-group label { display: inline-block; width: 300px;}
383.preferences-win.active p.input-group ul li label { width: auto; }
384/*.preferences-win.active input[type="text"] { vertical-align:top; }*/
385
386/* -- import/export dialog styles -- */
387
388.import-export-win p.input-group label { display: inline-block; width: 100px;}
389.import-export-win span.tip {
390    display: block;
391    margin: 3px 0 10px 100px;
392    clear: both;
393    font-size: 0.9em;
394}
395
396.import-export-win .button.remove-attachment {margin: -2px 0 0px 10px;}
397
398.import-export-win form { padding: 10px; }
399.import-export-win p.input-group * { float:left; }
400
401
402label.messagesHelpers{display: block; position: absolute; left: 60px; top: 21px;}
403
404/* -- calendar list styles -- */
405
406.my-calendars .button.new {
407  float:right;
408  width: 15px;
409  height: 15px;
410}
411
412.my-calendars .status-list {
413        display: inline-block;
414        margin: 0px 0pc -4px -5px;
415        cursor: pointer;
416}
417
418.my-calendars .list-calendars-item, .signed-calendars .list-calendars-item{
419        position: relative;
420        overflow: hidden;
421}
422.my-calendars .list-calendars-item div, .signed-calendars .list-calendars-item div{
423        overflow:hidden;
424        width:6000px;
425        display:table;
426}
427
428.my-calendars .cal-list-options-btn, .signed-calendars .cal-list-options-btn {
429        position: absolute;
430        top: 2px;
431        right: 2px;
432}
433
434.evt-list-options.my-evt-list-options{
435        position: absolute;
436        width: 130px;
437        display: block;
438       
439}
440
441
442.colors-options { padding-left: 5px; }
443.colors-options .color-selected { text-indent: -10px; /*padding: 1px 0px 0px 8px;*/ }
444.colors-options .color-selected .ui-button-text { padding: 0px 0px 0px 8px; font-size: 30px; line-height: 0.4em; }
445.colors-options .cal-colors-options-btn {
446        float:left;
447        width: 17px;
448        height: 17px;
449        margin-bottom: 2px;
450        margin-top:2px;
451        background-position: -500px -10px;
452}
453.my-calendars {
454  font-size: 12px;
455  padding-top: 3px;
456  padding-bottom: 3px;
457  cursor: pointer;
458}
459
460.shared-calendar .user-list li.user-list{
461        height: 17px;
462        overflow: hidden;
463}
464
465.shared-calendar dd.user-list{ overflow: auto;}
466
467.user-list .hover-user { background-color: #DFEFFC;}
468
469.shared-calendar ul.search-result-list{
470    overflow-x: hidden !important;
471    overflow-y: auto !important;
472    height: 210px;
473}
474
475.user-acls-shared-calendar{
476    width: 130px;
477    float: right;
478    position: absolute;
479    left: 190px;
480    background: white;
481}
482
483.user-acls-shared-calendar.calendar{
484        text-align: right;
485}
486
487
488.calendars-list .search-field.calendar-shared-search {
489        max-width: 193px !important;
490        width: 193px !important;
491        float: right;
492}
493
494.calendars-list .search-field input.search{
495        width:165px !important;
496}
497
498.calendars-list .status-list-shared{
499        display: inline-block;
500        margin: 0 0 -4px -5px;
501        cursor: pointer;
502}
503
504.calendars-list .title-signed-calendars{
505        cursor: pointer;
506}
507
508.my-calendars a.new-calendar .ui-button-text {
509    padding: 0;
510}
511
512.new-calendar-shared{
513        float: right;
514}
515
516.signed-calendars {
517        font-size: 12px;
518        padding-top: 3px;
519        padding-bottom: 3px;
520}
521
522dl.block-add-user {
523        max-width: 290px;
524        min-height: 260px;
525        display: block;
526        float:right;
527        margin: 0 10px 10px 0;
528}
529
530dl.block-add-calendar {
531        max-width: 290px;
532        min-height: 185px;
533        display: block;
534        float:right;
535        margin: 0 10px 10px 0;
536}
537
538dl.block-public-calendar {
539        max-width: 290px;
540        min-height: 30px;
541        display: block;
542        float:right;
543        margin: 0 10px 1px 0;
544}
545
546fieldset.block-add-user, .block-add-user li{
547        border: none;
548}
549
550fieldset.add-user-search{
551        margin: 0 0 5px 0;
552}
553
554dl.block-user-list{
555        float:left;
556        margin: 0 0 10px 10px;
557}
558
559dt.user-list{
560        width: 117px;
561        margin-right: 5px;
562}
563
564dt.calendar-list{
565        width: 144px;
566        margin-right: 5px;
567}
568
569dt.calendar-shared, dt.user-list, dt.add-user, dt.calendar-list, dt.calendar-public{
570        background-color: white;
571        margin: 5px 0 -6px 5px;
572        font-weight: bold;
573        display: table;
574        position: relative;
575}
576
577dd.add-user{height: 240px;}
578dd.add-user-calendar{height: 192px;}
579
580dd.calendar-public{height: 23px;}
581
582dd.add-user-calendar, dd.calendar, dd.user-list, dd.add-user, dd.calendar-list, dd.calendar-public{
583        border: 1px solid #BFBFBF;
584        border-image: initial;
585        width: 330px;
586        padding: 7px 0px 4px 4px;
587}
588
589dd.add-user-calendar ul{
590        width: 250px;
591        max-height: 166px;
592}
593
594dd.add-user-calendar, dd.add-user,  dd.calendar-public{
595        width: 250px;
596}
597
598div.shared-calendar fieldset.shared-calendar-configure{
599        margin-top: 10px;
600}
601
602.add-user fieldset.block-add-user{
603        width: 245px;
604}
605
606dd.user-list{
607        height: 193px;
608}
609
610dd.calendar-list{
611        height: 240px;
612}
613
614.list-calendars { vertical-align: middle; }
615.list-calendars .cal-list-img { float: right; }
616.list-calendars .cal-list-options-btn {
617        width: 10px;
618        height: 10px;
619        display: inline;
620        float: right;
621        padding: 3px;
622        -webkit-border-radius: 4px;
623        -moz-border-radius: 4px;
624        border-radius: 4px;
625}
626
627ul.list-calendars li.list-calendars-item {
628        background-color: #F7FCFF;
629        border: 1px solid #ccc;
630        height: 15px;
631        line-height: 15px;
632        margin: 2px 0;
633        padding: 3px;
634        -webkit-border-radius: 4px;
635        -moz-border-radius: 4px;
636        border-radius: 4px;
637}
638
639ul.list-calendars li li { background-color: #fff; }
640ul.list-calendars li label { vertical-align: middle; }
641ul.list-calendars li input { vertical-align: middle; }
642ul.list-calendars li a { vertical-align: middle; }
643ul.list-calendars li.list-calendars-item .cal-list-options ul.fg-menu li { background-color: #CC0000 !important; color: red !important; }
644
645
646/* -- event list styles -- */
647
648.events-list-win.empty {
649    width: 100%;
650}
651
652.events-list-win.empty table.header-paginator{
653    margin-bottom: 80px;
654}
655
656.events-list-win.empty label.empty-result{
657    margin: 0 0 0 290px;
658}
659
660.events-list-win a {
661        font-size:12px;
662}
663.details-event-list p.input-group { margin: 7px 0 0 0; text-align: justify; }
664.details-event-list p.input-group label { font-weight: bold; width: 14% }
665.details-event-list p.input-group .large { width: 85%; }
666.fields-details-event-list {
667        padding: 5px;   
668}
669
670.list-events-paginator .fc-header-title{margin-left: 150px; font-size: 1em;}
671.header-paginator{margin-top: -15px;}
672.header-paginator .fc-button-content{font-size: 11px;}
673.header-paginator-right{font-size: 11px;}
674.header-paginator .fc-header-left .fc-button-inner{height: 20px; width: 29px;}
675.header-paginator .fc-header-left .fc-button-inner.fc-state-hover{border-color: #999;}
676.header-paginator .fc-header-left .fc-button-inner.fc-state-down{border-color: #555; background: #777;}
677.header-paginator .fc-header-left .fc-button-inner .fc-button-content{line-height: 1.6em; padding: .2em .6em; font-size: 11px;}
678
679/* -- all tips general and specific styles -- */
680
681.qtip-content fieldset { text-align: right;}
682.qtip-content fieldset input { text-align: left; width: 190px;}
683.qtip-content .menu-container.footer-container { background-color: inherit; text-align: right; padding: 0; margin:5px 0 0 0;}
684.qtip-content .menu-container.footer-container .ui-button-text-only .ui-button-text {
685    font-size: 0.8em;
686    padding: 0.1em 0.6em;
687}
688.qtip-title .ui-button-icon-only {
689    height: 1.5em !important;
690    width: 1.5em !important;
691}
692.qtip-title .qtip-button { margin: -5px -10px 0 -15px }
693.attendee-list-add .add-attendee-input input { width: 370px; }
694
695
696.attendee-list-add .add-attendee-input span{cursor: hand;}
697
698.qtip-content .add-attendee-search { max-width: 155px; width:155px; display: inline; padding: 0; margin: 10px 0 5px 0;}
699.qtip-content .add-attendee-search input { max-width: 125px; }
700
701/* -- other general styles -- */
702
703.event-alarms-list .button.remove,
704.configurations-alarms .button.remove {
705    left: 6px;
706    top: 6px;
707}
708
709.button.add.button-add-attachment{margin: -9px 0 0 8px;}
710.button.btn-danger.delete{margin: 0 0 0 0;}
711
712.button.upload{top: 4px;}
713.button.upload.edit{top: -2px;}
714
715div.fileupload-buttonbar{padding: 0.2em 0.5em }
716.archive-error{color: #F00;}
717
718.progress.in-progress{width: 100px; height: 12px;}
719
720span.status-upload{margin: -4px 0px 0px 0px;}
721
722.lbl-archive-nome, .lbl-archive-size{font-weight: bold !important;}
723.lbl-archive-nome{width:40px !important;}
724.row.fileupload-buttonbar{margin-top: -14px; padding: 0.2em 0.7em;}
725
726.archive-nome{width: 73px;}
727.archive-nome label{display: block; position: absolute; left: 136px; top: 194px;}
728.archive-size{min-width:70px; max-width:75px;}
729
730
731.input-group.date-info input {
732        width: 100px;
733}
734
735.input-group.event-info input {
736        width: 600px;
737}
738
739/* -- alarm dysplay -- */
740
741.new-event-alarm{
742        margin: 5px;   
743        font: bold;
744}
745
746.title-event-alarm{
747        margin: 5px;
748}
749
750.description-event-alarm{
751        margin: 5px;
752}
753
754.inicialize-event-alarm{
755        margin: 5px;
756}
757
758.ZebraDialog{
759        z-index: 9999 !important;
760}
761
762.ZebraDialogOverlay{
763        z-index: 9990 !important;
764}
765
766/* CANDIDATOS A EXCLUSÃO */
767/*
768#external-events {
769        float: left;
770        width: 150px;
771        padding: 0 10px;
772        border: 1px solid #ccc;
773        background: #eee;
774        text-align: left;
775}
776
777#external-events h4 {
778        font-size: 16px;
779        margin-top: 0;
780        padding-top: 1em;
781}
782
783.external-event {
784        margin: 10px 0;
785        padding: 2px 4px;
786        background: #3366CC;
787        color: #fff;
788        font-size: .85em;
789        cursor: pointer;
790}
791
792#external-events p {
793        margin: 1.5em 0;
794        font-size: 11px;
795        color: #666;
796}
797
798#external-events p input {
799        margin: 0;
800        vertical-align: middle;
801}
802
803#dialog label, #dialog input { display:block; }
804#dialog label { margin-top: 0.5em; }
805#dialog input, #dialog textarea { width: 95%; }
806        */
807
808/*Antigo style.css*/
809
810/*
811        Document   : style.css
812        Created on : 10/09/2011, 10:13:12
813        Author     : prognus
814        Description: contains all styles related to elements look-and-feel
815*/
816
817
818#tabs {
819        background-color: transparent;
820}
821
822.tip { line-height: 1.3em; }
823
824.expresso-calendar-container a {
825        text-decoration: none;
826}
827.expresso-calendar-container ul,
828.expresso-calendar-container dl,
829.expresso-calendar-container ol {
830        margin: 5px 0; padding: 0;
831        list-style: none;
832}
833.expresso-calendar-container #trash {
834        color: #ADADAD;
835}
836.expresso-calendar-container #trash.empty {
837        background-image: url(../img/trash-empty.png);
838        background-repeat: no-repeat;
839        background-position: bottom center;
840}
841
842.expresso-calendar-container #trash.full {
843        background-image: url(../img/trash-full.png);
844        background-repeat: no-repeat;
845        background-position: bottom center;
846}
847
848.expresso-calendar-container #trash label {
849        display: none;
850}
851
852.ui-dialog { padding: 0; }
853.ui-dialog .ui-dialog-content { background-color: #fff; }
854.ui-dialog .ui-dialog-title { margin:0; }
855.ui-dialog .ui-button-text-only .ui-button-text { padding: 0.4em 1em; }
856
857.new-event-win fieldset { border: none; margin: 0; padding: 0; }
858.new-event-win fieldset.tab-level2 { padding: 0px 5px; }
859.new-event-win fieldset fieldset, .new-event-win fieldset.tab-level2 fieldset { padding: 5px 0; }
860
861.hidden {
862        display: none;
863        visibility: hidden;
864}
865
866.header-menu-container, .footer-menu-container,
867.menu-container.header-container, .menu-container.footer-container {
868        display:block;
869        width: 100%;
870        margin: 0;
871        padding: 10px 0;
872        background-color: #E0EEEE;
873        text-align: right;
874}
875
876.preferences-win .header-menu-container,
877.configure-calendars-win .header-menu-container {
878        margin: -10px 0 10px;
879}
880
881.preferences-win .header-menu-container,
882.configure-calendars-win .header-menu-container {
883        -moz-box-shadow: 0 3px 4px #AAAAAA;
884        -webkit-box-shadow: 0 3px 4px #AAAAAA;
885        box-shadow: 0 3px 4px #AAAAAA;
886}
887
888.preferences-win .footer-menu-container,
889.configure-calendars-win .footer-menu-container {
890        margin: 10px 0 10px;
891}
892
893.preferences-win .footer-menu-container,
894.configure-calendars-win .footer-menu-container {
895        -moz-box-shadow: 0 3px 4px #AAAAAA;
896        -webkit-box-shadow: 0 3px 4px #AAAAAA;
897        box-shadow: 0 3px 4px #AAAAAA;
898}
899
900.ui-dialog .ui-dialog-content { padding: 0; }
901.new-event-win div.div-addevent { padding: 0; width: 700px; border: 0;}
902.new-event-win form.form-addevent { padding: 9px; }
903
904.expresso-calendar-container input[type="text"] { height: 18px; }
905.expresso-calendar-container input[type="text"],
906.expresso-calendar-container textarea,
907.expresso-calendar-container select {
908        border: 1px solid #CFCFCF;
909        font-size: 12px;
910        height: 20px;
911}
912
913.expresso-calendar-container textarea,
914.expresso-calendar-container select {
915/*      vertical-align: super; */
916        vertical-align: middle;
917}
918
919.expresso-calendar-container input.date,
920.expresso-calendar-container input.time {
921        width:80px;
922}
923
924.expresso-calendar-container input.h1,
925.new-event-win input.h1 {
926        font-size: 150%;
927        font-weight: bold;
928        width: 64%;
929        height: 150%;
930}
931
932.new-event-win textarea {
933        width:600px;
934        height: 210px;
935        border: 1px solid #CFCFCF;
936        padding: 0px;
937}
938
939span.input-group { display: block; }
940/*p.input-group label { vertical-align: top; }*/
941.new-event-win p.input-group label { display: inline-block; width: 65px;}
942.new-event-win p.input-group label.input-group { display: inline-block; width: 110px; font-weight: bold;}
943
944input.number {text-align: right}
945input.input-tiny, input.tiny {width: 40px;}
946input.input-small, input.small {width: 80px;}
947input.input-medium, input.medium {width: 160px;}
948input.input-large, input.large {width: 260px;}
949
950label.label-tiny, label.tiny {width: 40px;}
951label.label-small, label.small {width: 80px;}
952label.label-medium, label.medium {width: 160px;}
953label.label-large, label.large {width: 260px;}
954
955select.select-tiny, select.tiny {width: 40px;}
956select.select-small, select.small {width: 80px;}
957select.select-medium, select.medium {width: 160px;}
958select.select-large, select.large {width: 260px;}
959
960.new-event-win fieldset.event-repeat-container label,
961.new-event-win p.input-group.event-repeat-weekly label,
962.new-event-win p.input-group.event-repeat-monthly label {
963        width: auto;
964}
965
966.new-event-win fieldset.input-field-rounded,
967.new-event-win fieldset.search-field,
968.new-event-win fieldset.block-add-attendee-permissions,
969.new-event-win fieldset.block-attendee-list {
970        border:1px solid #CFCFCF;
971}
972
973.new-event-win fieldset.block-attendee-list { width: 300px; max-height:180px; padding: 5px; float: left;}
974.new-event-win fieldset.block-attendee-list ul {  height:160px; overflow: auto;}
975
976
977/* # add attendee */
978
979#tabs.ui-widget-content {
980        border:none;
981}
982#tabs .ui-widget-header {
983        background: none;
984        background-image: none;
985        border: none;
986        border-bottom: 1px solid #4297D7;
987        margin-bottom: 5px;
988}
989
990#calendar.ui-tabs-panel {
991        padding: 0;
992}
993
994.mini-calendar .ui-datepicker { width: auto; background: none repeat scroll 0 0 transparent; }
995.mini-calendar .ui-datepicker  table{width:190px;}
996.mini-calendar .ui-widget-content {     border: none; background-color: transparent; }
997.mini-calendar .ui-widget-header { background: transparent; color: #000; border: 0 none;}
998
999/* fc custumize */
1000
1001.blocked-event div, .blocked-event-permision div{
1002background: -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+ */
1003background: -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+ */
1004background: -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+ */
1005background: -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+ */
1006background: -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+ */
1007background: 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 */
1008filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
1009}
1010
1011.blocked-event-permision {cursor: hand}
1012
1013.fc-state-default .fc-button-effect span {
1014    background: none;
1015    border:none;
1016}
1017
1018.fc-header-title h2 {
1019    color:#555;
1020}
1021.fc-state-default, .fc-state-default .fc-button-inner {
1022    color: #555555;
1023    text-transform: capitalize;
1024}
1025
1026.fc-state-active, .fc-state-active .fc-button-inner {
1027    color: #FFFFFF;
1028}
1029
1030.block-vertical-toolbox .button.add {
1031    width:190px;
1032}
1033
1034.fc-header .fc-state-active, .fc-header .ui-state-active {
1035    z-index: auto;
1036}
1037
1038.fc-year-monthly-header {
1039    font-weight: bold;   
1040}
1041
1042.fc-year-have-event {
1043    background: none repeat scroll 0 0 transparent !important;
1044   
1045}
1046.fc-year-have-event .fc-day-number {
1047    background: #F3F3F3;
1048    box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
1049    border-color: #CCC #BBB #AAA;
1050    border-style: solid;
1051    border-width: 1px;
1052    border-radius: 4px;
1053    -moz-border-radius:4px;
1054    -webkit-border-radius:4px;
1055}
1056
1057.fc-year-main-table div:hover .fc-day-number  {
1058        cursor: pointer;
1059        font-weight: bold;
1060}
1061
1062/* preferences */
1063
1064.expresso-calendar-container h3 {
1065    border-bottom: 2px solid #E17009;
1066    font-size: 170%;
1067    margin-bottom: 10px;
1068    padding-bottom: 2px;
1069}
1070
1071.expresso-calendar-container fieldset legend {/*font-size:1.3em;*/ font-weight:bold;}
1072
1073.preferences-win a {
1074  text-decoration: underline;
1075  font-weight:bold;
1076  font-size:1.05em;
1077  cursor:pointer;
1078}
1079
1080.preferences-win ul li {list-style: none;}
1081
1082
1083.preferences-win fieldset {
1084  border:1px solid #CFCFCF;
1085}
1086
1087.preferences-win fieldset.no-legend {
1088    margin: 0;
1089    padding: 5px 0;
1090    border: none;
1091}
1092
1093.preferences-win hr {
1094  margin: 10px 0;
1095  padding: 0 10px;
1096  /*background:#FFFF85;
1097  border: 1px solid #FFE74D;*/
1098}
1099
1100.preferences-win #preferences_especific_calendar_details fieldset {
1101  border: 0 none;
1102}
1103
1104
1105/* Geral */
1106fieldset.background-fields {
1107  background:#FFFF85;
1108  border: 2px solid #FFE74D;
1109  -moz-border-radius: 15px;
1110  -webkit-border-radius: 15px;
1111}
1112
1113.button.small.ui-button-text-only .ui-button-text {
1114    font-size: 0.9em;
1115    padding: 0.1em 0.6em;
1116}
1117
1118.attendees-list dd.attedee-organizer {
1119        border-bottom: 1px solid #BFBFBF;
1120        margin-bottom: 5px;
1121}
1122
1123/* Events List */
1124.events-list-win th, .events-list-win td {
1125  padding: 15px 0px 15px 0;
1126  vertical-align: middle;
1127  border-bottom: 1px solid #ccc;
1128}
1129
1130.events-list-win .last-row th, .events-list-win .last-row td {
1131  border-bottom: 1px solid #ccc;
1132}
1133
1134.events-list-win table {
1135  width: 100%;
1136  float: left;
1137}
1138
1139.events-list-win table a {
1140  color: rgb(48, 72, 126) !important;
1141  cursor: pointer;
1142}
1143
1144.events-list-win table img {
1145  width: 12px;
1146  height: 12px;
1147  padding: 0 2px;
1148}
1149
1150.events-list-win table span { font-size:12px; }
1151.events-list-win table .same-start-date * { border: 0; }
1152.events-list-win table tr.last-event-same-start-date,
1153.events-list-win table tr.last-event-same-start-date th,
1154.events-list-win table tr.last-event-same-start-date td { border-bottom: 1px solid #ccc;}
1155.events-list-win table th.start-date-multiple-events { border-bottom: 1px solid #ccc; }
1156
1157.events-list-win table .title {
1158    font-size: 150%;
1159    font-weight: bold;
1160}
1161
1162.events-list-win .pagination-events {
1163  margin: 10px 0;
1164  text-align: center;
1165}
1166
1167.expresso-calendar-container .search-field { background-color: #FFF;}
1168.expresso-calendar-container .search-field input { border:none;}
1169
1170.ui-tabs .ui-tabs-panel { padding: 0; margin-top: 10px;}
1171
1172.ui-tabs #calendar_addevent_details5.ui-tabs-panel{margin-top: -3px; min-height: 323px;}
1173
1174.ui-tabs .ui-tabs-nav li .ui-icon-close {
1175    float: right;
1176    margin: 5px 5px 0 -5px;
1177}
1178
1179.cal_day {
1180    display: inline;
1181    background: url("assets/day.png") no-repeat scroll center top transparent;
1182    float: left;
1183    height: 95px;
1184    margin: 0 4px 4px 0 !important;
1185    position: relative;
1186    width: 128px;
1187}
1188.cal_day .day_heading {
1189    color: #FFFFFF;
1190    float: left;
1191    font: 14px Arial;
1192    height: 16px;
1193    padding: 6px;
1194    position: relative;
1195    text-transform: uppercase;
1196    width: 40px;
1197}
1198.cal_day .day_number {
1199    clear: left;
1200    color: #2B2B2B;
1201    font: bold 52px Arial;
1202    height: 95px;
1203    text-align: center;
1204    width: 100%;
1205    z-index: 999;
1206}
1207
1208
1209/* Events List */
1210.details-event-list {
1211  background-color: #FFF;
1212}
1213
1214/* Import and Export*/
1215
1216.import-export-win .ui-widget-header {
1217    background: none;
1218}
1219
1220.import-export-win .ui-tabs-nav {
1221    border: none;
1222    border-bottom: 1px solid #4297D7 !important;
1223}
1224
1225.configure-calendars-win fieldset.user-calendar fieldset {
1226    border:1px solid #CCC;
1227    margin: 0 0 10px 0;
1228    padding: 5px;
1229    -moz-border-radius:5px;
1230    -webkit-border-radius:5px;
1231    border-radius:5px;
1232}
1233
1234.ui-datepicker-buttonpane button.ui-datepicker-current {
1235        display : none;
1236}
1237
1238.ui_tpicker_time{
1239        display : none;
1240}
1241.ui_tpicker_time_label{
1242        display : none;
1243}
1244.block-vertical-toolbox .ui-datepicker-month,
1245.block-vertical-toolbox .ui-datepicker-year {
1246        cursor: pointer;
1247}
1248/*Normaliza de todos os inputs disabled para fonte-color #333*/
1249textarea:disabled, input:disabled{color: #333 !important;}
1250
1251
1252.map-event{
1253        border-style: dashed;
1254        border-width: 2px;
1255        border-color: #36C;
1256        background-color: transparent;
1257        color: black;
1258}
1259
1260
1261#new_event_map .map-event .fc-event-head.fc-event-skin,.fc-event-inner.fc-event-skin{
1262        border-color: transparent;
1263}
1264
1265#new_event_map .map-event .fc-event-head,#new_event_map .map-event .fc-event-content{
1266        color: transparent;
1267}
Note: See TracBrowser for help on using the repository browser.