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