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

Revision 5863, 17.9 KB checked in by acoutinho, 12 years ago (diff)

Ticket #2587 - Bugs encontrados na nova agenga(expressoCalendar)

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.import-export-win form { padding: 10px; }
393.import-export-win p.input-group * { float:left; }
394
395/* -- calendar list styles -- */
396
397.my-calendars .button.new {
398  float:right;
399  width: 15px;
400  height: 15px;
401}
402
403.my-calendars .status-list {
404        display: inline-block;
405        margin: 0px 0pc -4px -5px;
406        cursor: pointer;
407}
408
409.my-calendars .list-calendars-item{
410        position: relative;
411        overflow: hidden;
412}
413.my-calendars .list-calendars-item div{
414        overflow:hidden;
415        width:6000px;
416        display:table;
417}
418
419.my-calendars .cal-list-options-btn{
420        position: absolute;
421        top: 2px;
422        right: 2px;
423}
424
425.evt-list-options.my-evt-list-options{
426        position: absolute;
427        width: 130px;
428        display: block;
429       
430}
431
432
433.colors-options { padding-left: 5px; }
434.colors-options .color-selected { text-indent: -10px; /*padding: 1px 0px 0px 8px;*/ }
435.colors-options .color-selected .ui-button-text { padding: 0px 0px 0px 8px; font-size: 30px; line-height: 0.4em; }
436.colors-options .cal-colors-options-btn {
437        float:left;
438        width: 17px;
439        height: 17px;
440        margin-bottom: 2px;
441        margin-top:2px;
442        background-position: -500px -10px;
443}
444.my-calendars {
445  font-size: 12px;
446  padding-top: 3px;
447  padding-bottom: 3px;
448  cursor: pointer;
449}
450
451.shared-calendar .user-list li.user-list{
452        height: 17px;
453        overflow: hidden;
454}
455
456.shared-calendar dd.user-list{ overflow: auto;}
457
458.user-list .hover-user { background-color: #DFEFFC;}
459
460.shared-calendar ul.search-result-list{
461    overflow-x: hidden !important;
462    overflow-y: auto !important;
463}
464
465.user-acls-shared-calendar{
466        width: 130px;
467        float: right;
468        margin-right: 2px;
469}
470
471.user-acls-shared-calendar.calendar{
472        text-align: right;
473}
474
475
476.calendars-list .search-field.calendar-shared-search {
477        max-width: 193px !important;
478        width: 193px !important;
479        float: right;
480}
481
482.calendars-list .search-field input.search{
483        width:165px !important;
484}
485
486.calendars-list .status-list-shared{
487        display: inline-block;
488        margin: 0 0 -4px -5px;
489        cursor: pointer;
490}
491
492.calendars-list .title-signed-calendars{
493        cursor: pointer;
494}
495
496.my-calendars a.new-calendar .ui-button-text {
497    padding: 0;
498}
499
500.new-calendar-shared{
501        float: right;
502}
503
504.signed-calendars {
505        font-size: 12px;
506        padding-top: 3px;
507        padding-bottom: 3px;
508}
509
510dl.block-add-user {
511        max-width: 290px;
512        min-height: 260px;
513        display: block;
514        float:right;
515        margin: 0 10px 10px 0;
516}
517
518dl.block-add-calendar {
519        max-width: 290px;
520        min-height: 185px;
521        display: block;
522        float:right;
523        margin: 0 10px 10px 0;
524}
525
526dl.block-public-calendar {
527        max-width: 290px;
528        min-height: 30px;
529        display: block;
530        float:right;
531        margin: 0 10px 1px 0;
532}
533
534fieldset.block-add-user, .block-add-user li{
535        border: none;
536}
537
538fieldset.add-user-search{
539        margin: 0 0 5px 0;
540}
541
542dl.block-user-list{
543        float:left;
544        margin: 0 0 10px 10px;
545}
546
547dt.user-list{
548        width: 117px;
549        margin-right: 5px;
550}
551
552dt.calendar-list{
553        width: 144px;
554        margin-right: 5px;
555}
556
557dt.calendar-shared, dt.user-list, dt.add-user, dt.calendar-list, dt.calendar-public{
558        background-color: white;
559        margin: 5px 0 -6px 5px;
560        font-weight: bold;
561        display: table;
562        position: relative;
563}
564
565dd.add-user{height: 240px;}
566dd.add-user-calendar{height: 192px;}
567
568dd.calendar-public{height: 23px;}
569
570dd.add-user-calendar, dd.calendar, dd.user-list, dd.add-user, dd.calendar-list, dd.calendar-public{
571        border: 1px solid #BFBFBF;
572        border-image: initial;
573        width: 330px;
574        padding: 7px 0px 4px 4px;
575}
576
577dd.add-user-calendar ul{
578        width: 250px;
579        max-height: 166px;
580}
581
582dd.add-user-calendar, dd.add-user,  dd.calendar-public{
583        width: 250px;
584}
585
586div.shared-calendar fieldset.shared-calendar-configure{
587        margin-top: 10px;
588}
589
590.add-user fieldset.block-add-user{
591        width: 245px;
592}
593
594dd.user-list{
595        height: 193px;
596}
597
598dd.calendar-list{
599        height: 240px;
600}
601
602.list-calendars { vertical-align: middle; }
603.list-calendars .cal-list-img { float: right; }
604.list-calendars .cal-list-options-btn {
605        width: 10px;
606        height: 10px;
607        display: inline;
608        float: right;
609        padding: 3px;
610        -webkit-border-radius: 4px;
611        -moz-border-radius: 4px;
612        border-radius: 4px;
613}
614
615ul.list-calendars li.list-calendars-item {
616        background-color: #F7FCFF;
617        border: 1px solid #ccc;
618        height: 15px;
619        line-height: 15px;
620        margin: 2px 0;
621        padding: 3px;
622        -webkit-border-radius: 4px;
623        -moz-border-radius: 4px;
624        border-radius: 4px;
625}
626
627ul.list-calendars li li { background-color: #fff; }
628ul.list-calendars li label { vertical-align: middle; }
629ul.list-calendars li input { vertical-align: middle; }
630ul.list-calendars li a { vertical-align: middle; }
631ul.list-calendars li.list-calendars-item .cal-list-options ul.fg-menu li { background-color: #CC0000 !important; color: red !important; }
632
633
634/* -- event list styles -- */
635
636.events-list-win.empty {
637    width: 100%;
638}
639
640.events-list-win.empty table.header-paginator{
641    margin-bottom: 80px;
642}
643
644.events-list-win.empty label.empty-result{
645    margin: 0 0 0 290px;
646}
647
648.events-list-win a {
649        font-size:12px;
650}
651.details-event-list p.input-group { margin: 7px 0 0 0; text-align: justify; }
652.details-event-list p.input-group label { font-weight: bold; width: 14% }
653.details-event-list p.input-group .large { width: 85%; }
654.fields-details-event-list {
655        padding: 5px;   
656}
657
658.list-events-paginator .fc-header-title{margin-left: 150px; font-size: 1em;}
659.header-paginator{margin-top: -15px;}
660.header-paginator .fc-button-content{font-size: 11px;}
661.header-paginator-right{font-size: 11px;}
662.header-paginator .fc-header-left .fc-button-inner{height: 20px; width: 29px;}
663.header-paginator .fc-header-left .fc-button-inner.fc-state-hover{border-color: #999;}
664.header-paginator .fc-header-left .fc-button-inner.fc-state-down{border-color: #555; background: #777;}
665.header-paginator .fc-header-left .fc-button-inner .fc-button-content{line-height: 1.6em; padding: .2em .6em; font-size: 11px;}
666
667/* -- all tips general and specific styles -- */
668
669.qtip-content fieldset { text-align: right;}
670.qtip-content fieldset input { text-align: left; width: 190px;}
671.qtip-content .menu-container.footer-container { background-color: inherit; text-align: right; padding: 0; margin:5px 0 0 0;}
672.qtip-content .menu-container.footer-container .ui-button-text-only .ui-button-text {
673    font-size: 0.8em;
674    padding: 0.1em 0.6em;
675}
676.qtip-title .ui-button-icon-only {
677    height: 1.5em !important;
678    width: 1.5em !important;
679}
680.qtip-title .qtip-button { margin: -5px -10px 0 -15px }
681.attendee-list-add .add-attendee-input input { width: 370px; }
682
683
684.attendee-list-add .add-attendee-input span{cursor: hand;}
685
686.qtip-content .add-attendee-search { max-width: 155px; width:155px; display: inline; padding: 0; margin: 10px 0 5px 0;}
687.qtip-content .add-attendee-search input { max-width: 125px; }
688
689/* -- other general styles -- */
690
691.event-alarms-list .button.remove,
692.configurations-alarms .button.remove {
693    left: 6px;
694    top: 6px;
695}
696
697.button.add.button-add-attachment{margin: -9px 0 0 8px;}
698.button.upload{margin-bottom: 4px;}
699div.fileupload-buttonbar{padding: 0.2em 0.5em }
700.archive-error{color: #F00;}
701
702.progress.in-progress{width: 100px; height: 12px;}
703
704
705.lbl-archive-nome, .lbl-archive-size{font-weight: bold !important;}
706.lbl-archive-nome{width:40px !important;}
707.row.fileupload-buttonbar{margin-top: -14px; padding: 0.2em 0.7em;}
708
709.archive-nome{width: 73px;}
710.archive-nome label{display: block; position: absolute; left: 136px; top: 194px;}
711.archive-size{min-width:70px; max-width:75px;}
712
713
714.input-group.date-info input {
715        width: 100px;
716}
717
718.input-group.event-info input {
719        width: 600px;
720}
721
722/* -- alarm dysplay -- */
723
724.new-event-alarm{
725        margin: 5px;   
726        font: bold;
727}
728
729.title-event-alarm{
730        margin: 5px;
731}
732
733.description-event-alarm{
734        margin: 5px;
735}
736
737.inicialize-event-alarm{
738        margin: 5px;
739}
740
741.ZebraDialog{
742        z-index: 9999 !important;
743}
744
745.ZebraDialogOverlay{
746        z-index: 9990 !important;
747}
748
749/* CANDIDATOS A EXCLUSÃO */
750/*
751#external-events {
752        float: left;
753        width: 150px;
754        padding: 0 10px;
755        border: 1px solid #ccc;
756        background: #eee;
757        text-align: left;
758}
759
760#external-events h4 {
761        font-size: 16px;
762        margin-top: 0;
763        padding-top: 1em;
764}
765
766.external-event {
767        margin: 10px 0;
768        padding: 2px 4px;
769        background: #3366CC;
770        color: #fff;
771        font-size: .85em;
772        cursor: pointer;
773}
774
775#external-events p {
776        margin: 1.5em 0;
777        font-size: 11px;
778        color: #666;
779}
780
781#external-events p input {
782        margin: 0;
783        vertical-align: middle;
784}
785
786#dialog label, #dialog input { display:block; }
787#dialog label { margin-top: 0.5em; }
788#dialog input, #dialog textarea { width: 95%; }
789        */
Note: See TracBrowser for help on using the repository browser.