]> err.no Git - scalable-opengroupware.org/blob - UI/WebServerResources/UIxMailEditor.css
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1147 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 { height: 8em;
19   margin-bottom: .25em;
20   overflow-y: auto;
21   overflow-x: hidden;
22 }
23
24 DIV.addressListElement
25 { margin: 0px;
26   padding: 0px; }
27
28 SPAN.headerField
29 { line-height: 1.8em;
30   width: 5em;
31   text-align: right; }
32
33 SPAN.headerInput INPUT
34 { width: 100%;
35   padding-left: 24px;
36   background-image: url('/SOGo.woa/WebServerResources/abcard.gif');
37   background-repeat: no-repeat;
38   background-position: 2px center;
39   margin-right: -12em; }
40
41 DIV#subjectRow INPUT
42 { background-image: none;
43   width: 100%;
44   padding-left: .5em; }
45
46 div#compose_internetmarker
47 { padding:          8px;
48   text-align:       center;
49   background-color: white;
50   border-color:     red;
51   border-width:     2px;
52   border-style:     solid; }
53
54 div#headerArea
55 { border-top: 1px solid #fff;
56   border-bottom: 1px solid #848284; }
57
58 div#attachmentsArea
59 { display: none;
60   float: right;
61   width: 12em;
62   height: 100%;
63   margin: 0px;
64   padding-right: 1em;
65   padding-left: 5px;
66   border-left: 1px solid #888; }
67
68 input.currentAttachment
69 { position: absolute;
70   top: 1em;
71   right: 1em; }
72
73 input.attachment
74 { display: none; }
75
76 div#compose_attachments_list
77 { background-color: #ffffff;
78   margin-left: 0px;
79   padding: 2px;
80   border-bottom: 1px solid #fff;
81   border-right: 1px solid #fff;
82   border-top: 2px solid #222;
83   border-left: 2px solid #222;
84   -moz-border-top-colors: #9c9a94 #000 transparent;
85   -moz-border-left-colors: #9c9a94 #000 transparent; }
86
87 UL#attachments
88 { cursor: default;
89   margin: 0px;
90   padding: 0px;
91   width: 100%;
92   height: 10em;
93   border-bottom: 1px solid #fff;
94   border-right: 1px solid #fff;
95   border-top: 2px solid #222;
96   border-left: 2px solid #222;
97   background-color: #fff;
98   -moz-border-top-colors: #9c9a94 #000 transparent;
99   -moz-border-left-colors: #9c9a94 #000 transparent;
100   list-style-type: none;
101   list-style-image: none;
102   overflow: auto;
103   overflow-x: hidden; }
104
105 UL#attachments LI
106 { white-space: nowrap;
107   padding-bottom: 1px; }
108
109 UL#attachments LI IMG
110 { vertical-align: bottom; }
111
112 DIV.pageContent TEXTAREA
113 { position: absolute;
114   left: 0em;
115   right: 0em;
116   bottom: 0em;
117   top: 17em;
118   width: 100%; }