]> err.no Git - scalable-opengroupware.org/blob - UI/WebServerResources/mailer-compose.css
8163d9ed5f4e3d0037a8e83b19ebfb4be6bb3bc7
[scalable-opengroupware.org] / UI / WebServerResources / mailer-compose.css
1 /* CSS for compose panel */
2
3 div#compose_panel div table {
4   padding: 2px;
5 }
6 table#compose_table {
7   border-bottom-color: #808080;
8   border-bottom-width: 1;
9   border-bottom-style: solid;
10 }
11
12 td#compose_leftside {
13   vertical-align:   top;
14 }
15
16 td#compose_rightside {
17   vertical-align: top;
18 }
19
20 div#compose_fromline {
21 }
22 div#compose_toselection { 
23 }
24 div#compose_internetmarker { 
25   padding:          8px;
26   text-align:       center;
27   background-color: white;
28   border-color:     red;
29   border-width:     2px;
30   border-style:     solid;
31 }
32 div#compose_attachments {
33     padding-top: 4px;
34   padding-right: 10px;
35 }
36 div#compose_attachments_list  {
37   width:            100%;
38   height:           100px;
39   background-color: #FFFFFF;
40   font-size:        10px;
41   margin-left:      0px;
42   padding:          2px;
43   border-color:     #c3c3c3;
44   border-width:     1px;
45   border-style:     solid;
46 }
47
48 div#compose_subject { 
49 //  border-bottom-color: #808080;
50 //  border-bottom-width: 1;
51 //  border-bottom-style: solid;
52 }
53 div#compose_text { 
54   border-top-color:    white;
55   border-top-width:    1;
56   border-top-style:    solid;
57 }
58
59 div#compose_toselection select { 
60   font-size: 10px;
61 }
62 div#compose_toselection input { 
63   font-size: 10px;
64 }
65
66 input#compose_subject_input {
67   font-size: 10px;
68   width:     100%;
69 }
70
71 .compose_label { 
72   font-size:  11px;
73   text-align: left;
74 }
75
76 div#compose_text textarea { 
77   width:  100%;
78   height: 280px;
79 }