|
1 table { border-style: none; } |
|
2 table.fixed { border-style: none; table-layout:fixed; } |
|
3 td { font-family:arial,sans-serif; font-size:75%; border-style: solid; border-width: 0px; } |
|
4 .button_cell { width: 60px; } |
|
5 .icon_cell { width: 60px; } |
|
6 .sender_name { font-weight: bold; font-family: arial,sans-serif; } |
|
7 .subject { font-weight: bold; font-family: arial,sans-serif; } |
|
8 .subject_intended { font-weight: bold; font-family: arial,sans-serif; padding-left: 10px; } |
|
9 .attachment { font-family: arial,sans-serif; padding: 2px 0 5px 7px; } |
|
10 .recipient { padding-left: 10px; } |
|
11 .sender_address { padding-left: 14px; } |
|
12 .message_icon { width: 20px; height 20px; } |
|
13 .label { font-weight: bold; font-family: arial,sans-serif; } |
|
14 .datetime { font-family: arial,sans-serif; } |
|
15 .truncate { text-overflow: ellipsis; overflow: hidden; } |
|
16 img.icon { height: 21px; } |
|
17 |
|
18 button { |
|
19 color: black; |
|
20 position: relative; |
|
21 border: 0; |
|
22 padding: 0; |
|
23 cursor: pointer; |
|
24 overflow: visible; |
|
25 } |
|
26 |
|
27 button::-moz-focus-inner { |
|
28 border: none; |
|
29 } |
|
30 |
|
31 button span { |
|
32 position: relative; |
|
33 display:block; |
|
34 white-space: nowrap; |
|
35 } |
|
36 |
|
37 @media screen and (-webkit-min-device-pixel-ratio:0 ) { |
|
38 button span { |
|
39 margin-top: -1px; |
|
40 } |
|
41 } |
|
42 |
|
43 button.submitBtn { |
|
44 padding: 0 9px 0 0; |
|
45 margin-right: 0px; |
|
46 font-size: 21px; |
|
47 text-align: center; |
|
48 background: transparent url('btn_right.png') no-repeat right 6px; |
|
49 } |
|
50 |
|
51 button.submitBtn span { |
|
52 padding: 8px 0 0 5px; |
|
53 height: 40px; |
|
54 background: transparent url('btn_left.png') no-repeat left 6px; |
|
55 } |
|
56 |
|
57 button.submitBtn span.buttonText { |
|
58 background: none; |
|
59 display: inline; |
|
60 top: 8px; |
|
61 } |
|
62 |
|
63 button.expand { |
|
64 width: 57px; |
|
65 height: 40px; |
|
66 background: transparent url('expand.png') no-repeat top left; |
|
67 } |
|
68 |
|
69 button.collapse { |
|
70 width: 57px; |
|
71 height: 40px; |
|
72 background: transparent url('collapse.png') no-repeat top left; |
|
73 } |