Updated Spanish translation
[evolution.git] / data / webview.css
blob8d4c3397c2cb6b24be2a6c70ead27fb531964ac2
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: 10px;
15 th {
16 text-align: left;
17 font-weight: normal;
18 vertical-align: top;
21 span.navigable, div.navigable, p.navigable {
22 cursor: pointer;
23 text-decoration: underline;
24 color: #003399;
27 img.navigable {
28 cursor: pointer;
29 margin-right: 4px;
32 .attachments {
33 background: #FFF;
34 border: 1px solid silver;
35 margin: 10px 10px 10px 10px;
36 border-left: 0;
37 border-right: 0;
38 border-bottom: 0;
41 .attachment {
42 margin-left: 8px;
43 margin-right: 8px;
46 .attachment-wrapper
48 margin-right: 8px;
51 .part-container {
52 height: 100%;
53 background: #FFF;
54 margin-top: 2px;
55 margin-bottom: 3px;
56 border-width: 1px;
57 border-style: solid;
58 right: 0;
61 .part-container-inner-margin {
62 margin: 8px;
65 object { /* GtkWidgets */
66 margin-top: 2px;
67 margin-bottom: 2px;
70 .__evo-highlight {
71 color: purple;
72 font-weight: bold;
75 /***** PRINTING *******/
77 .printing-header {
78 margin-bottom: 20px;
81 .printing-header h1,
82 .attachments-list h1 {
83 font-size: 20px;
86 .printing-header th {
87 text-align: right;
88 font-weight: bold;
91 .attachments-list th {
92 font-weight: bold;
95 /******* ITIP *********/
96 .itip.icon {
97 float: left;
98 margin-right: 5px;
101 .itip.content {
102 float: left;
103 max-width: 90%;
106 .itip.description {
107 margin: 5px;
110 .itip tr {
111 vertical-align: middle;
112 padding-top: 5px;
113 padding-bottom: 5px;
116 .itip th {
117 vertical-align: middle;
120 #table_row_summary td {
121 font-weight: bold;
124 #table_row_buttons button {
125 line-height: 28px;
126 min-width: 150px;
127 white-space: nowrap;
130 #table_row_buttons img {
131 margin-right: 5px;
132 vertical-align: middle;
135 #text_row_buttons td {
136 text-align: center;