]> err.no Git - scalable-opengroupware.org/blob - UI/WebServerResources/UIxMailEditor.css
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1101 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: 38em;
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
55 div#headerArea
56 { border-top: 1px solid #fff;
57   border-bottom: 1px solid #848284; }
58
59 div#attachmentsArea
60 { display: none;
61   float: right;
62   width: 12em;
63   height: 100%;
64   margin: 0px;
65   padding-right: 1em;
66   padding-left: 5px;
67   border-left: 1px solid #888; }
68
69 div#compose_attachments_list
70 {
71   width: 100%;
72   height: 10em;
73   background-color: #ffffff;
74   margin-left: 0px;
75   padding: 2px;
76   border-bottom: 1px solid #fff;
77   border-right: 1px solid #fff;
78   border-top: 2px solid #222;
79   border-left: 2px solid #222;
80   -moz-border-top-colors: #9c9a94 #000 transparent;
81   -moz-border-left-colors: #9c9a94 #000 transparent;
82 }
83
84 DIV.pageContent TEXTAREA
85 { position: absolute;
86   left: 0em;
87   right: 0em;
88   bottom: 0em;
89   top: 17em; }
90