]> err.no Git - scalable-opengroupware.org/blob - UI/WebServerResources/UIxMailEditor.css
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1009 d1b88da0-ebda-0310...
[scalable-opengroupware.org] / UI / WebServerResources / UIxMailEditor.css
1 /* CSS for compose panel */
2
3 div#compose_panel div table {
4   padding: 2px;
5 }
6
7 TABLE#compose_table, TABLE#compose_table DIV
8
9   width: 100%;
10 }
11
12 TABLE#compose_label
13 {
14   text-align: right;
15 }
16
17 DIV#addressList
18 {
19   height: 8em;
20   margin-bottom: .25em;
21   overflow-y: auto;
22   overflow-x: hidden;
23 }
24
25 DIV.addressListElement
26 { margin: 0px;
27   margin-right: 8em;
28   padding: 0px; }
29
30 SPAN.headerField
31 { display: block;
32   float: left;
33   line-height: 1.8em;
34   width: 5em;
35   text-align: right; }
36
37 SPAN.headerInput > INPUT
38 { width: 100%;
39   padding-left: 24px;
40   background-image: url('/SOGo.woa/WebServerResources/abcard.gif');
41   background-repeat: no-repeat;
42   background-position: 2px center;
43   margin-right: -9em; }
44
45 DIV#subjectRow INPUT
46 { background-image: none;
47   width: 38em;
48   padding-left: .5em; }
49
50 div#compose_internetmarker { 
51   padding:          8px;
52   text-align:       center;
53   background-color: white;
54   border-color:     red;
55   border-width:     2px;
56   border-style:     solid;
57 }
58
59 div#headerArea
60 { border-top: 1px solid #fffffb;
61   border-left: 1px solid #fffffb;
62   border-right: 2px solid #888;
63   border-bottom: 2px solid #888;
64   -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow transparent;
65   -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow transparent; }
66
67 div#attachmentsArea
68 { display: none;
69   float: right;
70   width: 12em;
71   height: 100%;
72   margin: 0px;
73   padding-right: 1em;
74   padding-left: 5px;
75   border-left: 1px solid #888; }
76
77 div#compose_attachments_list
78 {
79   width: 100%;
80   height: 10em;
81   background-color: #ffffff;
82   margin-left: 0px;
83   padding: 2px;
84   border-bottom: 1px solid #fff;
85   border-right: 1px solid #fff;
86   border-top: 2px solid #222;
87   border-left: 2px solid #222;
88   -moz-border-top-colors: ThreeDShadow ThreeDDarkShadow transparent;
89   -moz-border-left-colors: ThreeDShadow ThreeDDarkShadow transparent;
90 }
91
92 TEXTAREA
93 { position: absolute;
94   left: 0em;
95   right: 0em;
96   bottom: 0em;
97   top: 17em; }