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

Revision 6167, 32.3 KB checked in by angelo, 12 years ago (diff)

Ticket #2720 - Nao e possivel incluir imagem no corpo da mensagem

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