|
24 | 24 | {{/ifGreaterThan}} |
25 | 25 | </div> |
26 | 26 | </div> |
27 | | - <table style="display: inline-block; margin: 0; padding: 0"> |
| 27 | + <table style="display: inline-block; margin: 0; padding: 0; font-size: 20px;"> |
28 | 28 | <tr> |
29 | 29 | {{!-- the possibility of the 6th item being handled differently and |
30 | 30 | the possibility of more than 6 data points makes iterating |
|
33 | 33 | {{!-- Item 1 --}} |
34 | 34 |
|
35 | 35 | {{#if this.bills.0.billId}} |
36 | | - <td style="width: 75px"> |
| 36 | + <td style="width: 100px"> |
37 | 37 | <div style="text-decoration-line: underline; display: inline-block; margin-right: 15px"> |
38 | 38 | <a href="https://mapletestimony.org/bills/{{this.bills.0.court}}/{{this.bills.0.billId}}" target="_blank" rel="noopener noreferrer" style="color: inherit"> |
39 | 39 | {{this.bills.0.billId}} |
40 | 40 | </a> |
41 | 41 | </div> |
42 | 42 | </td> |
43 | | - <td style="width: 75px"> |
| 43 | + <td style="width: 50px"> |
44 | 44 | <img |
45 | 45 | src="https://mapletestimony.org/email/images_no-svgs/{{this.bills.0.position}}.jpg" |
46 | 46 | /> |
|
50 | 50 | {{!-- Item 2 --}} |
51 | 51 |
|
52 | 52 | {{#if this.bills.1.billId}} |
53 | | - <td style="width: 75px"> |
| 53 | + <td style="width: 100px"> |
54 | 54 | <div style="text-decoration-line: underline; display: inline-block; margin-right: 15px"> |
55 | 55 | <a href="https://mapletestimony.org/bills/{{this.bills.1.court}}/{{this.bills.1.billId}}" target="_blank" rel="noopener noreferrer" style="color: inherit"> |
56 | 56 | {{this.bills.1.billId}} |
57 | 57 | </a> |
58 | 58 | </div> |
59 | 59 | </td> |
60 | | - <td style="width: 75px"> |
| 60 | + <td style="width: 50px"> |
61 | 61 | <img |
62 | 62 | src="https://mapletestimony.org/email/images_no-svgs/{{this.bills.1.position}}.jpg" |
63 | 63 | /> |
|
68 | 68 | {{!-- Item 3 --}} |
69 | 69 |
|
70 | 70 | {{#if this.bills.2.billId}} |
71 | | - <td style="width: 75px"> |
| 71 | + <td style="width: 100px"> |
72 | 72 | <div style="text-decoration-line: underline; display: inline-block; margin-right: 15px"> |
73 | 73 | <a href="https://mapletestimony.org/bills/{{this.bills.2.court}}/{{this.bills.2.billId}}" target="_blank" rel="noopener noreferrer" style="color: inherit"> |
74 | 74 | {{this.bills.2.billId}} |
75 | 75 | </a> |
76 | 76 | </div> |
77 | 77 | </td> |
78 | | - <td style="width: 75px"> |
| 78 | + <td style="width: 50px"> |
79 | 79 | <img |
80 | 80 | src="https://mapletestimony.org/email/images_no-svgs/{{this.bills.2.position}}.jpg" |
81 | 81 | /> |
|
85 | 85 | {{!-- Item 4 --}} |
86 | 86 |
|
87 | 87 | {{#if this.bills.3.billId}} |
88 | | - <td style="width: 75px"> |
| 88 | + <td style="width: 100px"> |
89 | 89 | <div style="text-decoration-line: underline; display: inline-block; margin-right: 15px"> |
90 | 90 | <a href="https://mapletestimony.org/bills/{{this.bills.3.court}}/{{this.bills.3.billId}}" target="_blank" rel="noopener noreferrer" style="color: inherit"> |
91 | 91 | {{this.bills.3.billId}} |
92 | 92 | </a> |
93 | 93 | </div> |
94 | 94 | </td> |
95 | | - <td style="width: 75px"> |
| 95 | + <td style="width: 50px"> |
96 | 96 | <img |
97 | 97 | src="https://mapletestimony.org/email/images_no-svgs/{{this.bills.3.position}}.jpg" |
98 | 98 | /> |
|
104 | 104 | {{!-- Item 5 --}} |
105 | 105 |
|
106 | 106 | {{#if this.bills.4.billId}} |
107 | | - <td style="width: 75px"> |
| 107 | + <td style="width: 100px"> |
108 | 108 | <div style="text-decoration-line: underline; display: inline-block; margin-right: 15px"> |
109 | 109 | <a href="https://mapletestimony.org/bills/{{this.bills.4.court}}/{{this.bills.4.billId}}" target="_blank" rel="noopener noreferrer" style="color: inherit"> |
110 | 110 | {{this.bills.4.billId}} |
111 | 111 | </a> |
112 | 112 | </div> |
113 | 113 | </td> |
114 | | - <td style="width: 75px"> |
| 114 | + <td style="width: 50px"> |
115 | 115 | <img |
116 | 116 | src="https://mapletestimony.org/email/images_no-svgs/{{this.bills.4.position}}.jpg" |
117 | 117 | /> |
|
122 | 122 |
|
123 | 123 | {{#if this.bills.5.billId}} |
124 | 124 | {{#if this.bills.6.billId}} |
125 | | - <td style="width: 75px"> |
| 125 | + <td style="width: 100px"> |
126 | 126 | <a class="orgItemText" href="https://mapletestimony.org/profile?id={{userId}}" target="_blank" rel="noopener noreferrer"> |
127 | 127 | see more |
128 | 128 | </a> |
129 | 129 | </td> |
130 | | - <td style="width: 75px"> |
| 130 | + <td style="width: 50px"> |
131 | 131 | <div style="color: #1A3185; font-weight: bold;"> |
132 | 132 | + |
133 | 133 | </div> |
134 | 134 | </td> |
135 | 135 | {{else}} |
136 | | - <td style="width: 75px"> |
| 136 | + <td style="width: 100px"> |
137 | 137 | <div style="text-decoration-line: underline; display: inline-block; margin-right: 15px"> |
138 | 138 | <a href="https://mapletestimony.org/bills/{{this.bills.5.court}}/{{this.bills.5.billId}}" target="_blank" rel="noopener noreferrer" style="color: inherit"> |
139 | 139 | {{this.bills.5.billId}} |
140 | 140 | </a> |
141 | 141 | </div> |
142 | 142 | </td> |
143 | | - <td style="width: 75px"> |
| 143 | + <td style="width: 50px"> |
144 | 144 | <img |
145 | 145 | src="https://mapletestimony.org/email/images_no-svgs/{{this.bills.5.position}}.jpg" |
146 | 146 | /> |
|
0 commit comments