Bug 791203 - Add file extension to pasted image in Plain Text mode
[evolution.git] / data / webview.css
blob28e98f3b7b86065cb3ee94e0b62517e261287136
1 html, body {
2 padding: 0;
3 margin: 0;
6 img {
7 border: 0;
10 body {
11 /* Use margin so that children can safely use width=100% */
12 margin: 5px 10px 5px 10px;
15 th {
16 text-align: left;
17 vertical-align: top;
20 span.navigable, div.navigable, p.navigable {
21 cursor: pointer;
22 text-decoration: underline;
23 color: #003399;
26 img#__evo-contact-photo {
27 max-width: 96px;
28 max-height: 96px;
31 img.navigable {
32 cursor: pointer;
33 margin-right: 4px;
36 .attachments {
37 background: #FFF;
38 border: 1px solid silver;
39 margin: 10px 10px 10px 10px;
40 border-left: 0;
41 border-right: 0;
42 border-bottom: 0;
45 .attachment {
46 margin-left: 8px;
47 margin-right: 0px;
50 .attachment td {
51 padding: 0px;
54 iframe:not([id$=".itip"]) {
55 border-width: 1px;
56 border-style: solid;
59 .part-container {
60 height: 100%;
61 margin-top: 2px;
62 margin-bottom: 2px;
65 .part-container-nostyle iframe {
66 margin-right: 10px;
69 .part-container-inner-margin {
70 margin: 8px;
73 object { /* GtkWidgets */
74 margin-top: 2px;
75 margin-bottom: 2px;
78 .__evo-highlight {
79 color: purple;
80 font-weight: bold;
83 a {
84 white-space: normal;
85 word-break: break-all;
88 /**** HEADERS ****/
90 table.header {
91 border-spacing: 0px;
92 border-top-width: 0px;
93 border-right-width: 0px;
94 border-bottom-width: 0px;
95 border-left-width: 0px;
96 width: 100%;
99 tr.header {
100 vertical-align: top;
101 width: 100%;
104 th.header {
105 white-space: nowrap;
108 td.header {
109 width: inherit;
110 white-space: normal;
111 word-break: normal;
114 /* We don't want to break in the middle of contact. */
115 td.header a {
116 white-space: nowrap;
119 .ltr {
120 text-align: left;
123 th.ltr {
124 padding-right: 6px;
125 text-align: right;
126 width: auto;
129 .rtl {
130 text-align: right;
133 th.rtl {
134 padding-left: 6px;
135 text-align: left;
136 width: auto;
139 /***** PRINTING *******/
141 .printing-header {
142 margin-bottom: 20px;
145 .printing-header h1,
146 .attachments-list h1 {
147 font-size: 20px;
150 .printing-header th {
151 text-align: right;
152 font-weight: bold;
155 .attachments-list th {
156 font-weight: bold;
159 /******* ITIP *********/
160 .itip.icon {
161 float: left;
162 margin-right: 5px;
165 .itip.content {
166 float: left;
167 max-width: 90%;
170 .itip.description {
171 margin: 5px;
174 .itip tr {
175 vertical-align: middle;
176 padding-top: 5px;
177 padding-bottom: 5px;
180 .itip th {
181 vertical-align: middle;
184 #table_row_summary td {
185 font-weight: bold;
188 #table_row_buttons button {
189 line-height: 28px;
190 min-width: 150px;
191 white-space: nowrap;
194 #table_row_buttons img {
195 margin-right: 5px;
196 vertical-align: middle;
199 #text_row_buttons td {
200 text-align: center;