@@ -175,12 +175,14 @@ function setQuery() {
175
175
top : -3rem ;
176
176
background : #f2f6f7 ;
177
177
z-index : 100 ;
178
+ /* set padding/margin so that the sticky version is offset, but not the non-sticky version */
179
+ padding-top : 0.5rem ;
180
+ margin-top : -0.5rem ;
178
181
}
179
182
180
183
.results-table {
181
184
margin-top : 1rem ;
182
185
margin-bottom : 5rem ;
183
- padding : 10px 0 ;
184
186
background-color : #ffffff ;
185
187
}
186
188
.spacer {
@@ -192,9 +194,9 @@ function setQuery() {
192
194
padding : 3px ;
193
195
border : 1px solid #ffffff ;
194
196
display : grid ;
195
- grid-template-columns : 25 px 1fr 1fr 1fr 1fr ;
197
+ grid-template-columns : 1.8 em 1fr 1fr 1fr 1fr ;
196
198
grid-template-rows : 1fr 1fr ;
197
- gap : 6 px ;
199
+ gap : 0.375 rem ;
198
200
grid-template-areas :
199
201
" status message-type message-type message-type time-sent"
200
202
" status message-id processing-time critical-time delivery-time" ;
@@ -205,7 +207,7 @@ function setQuery() {
205
207
cursor : pointer ;
206
208
}
207
209
.label-name {
208
- margin-right : 4 px ;
210
+ margin-right : 0.25 rem ;
209
211
color : #777f7f ;
210
212
}
211
213
.status {
@@ -220,6 +222,7 @@ function setQuery() {
220
222
.message-type {
221
223
grid-area : message-type;
222
224
font-weight : bold ;
225
+ overflow-wrap : break-word ;
223
226
}
224
227
.processing-time {
225
228
grid-area : processing-time;
@@ -232,24 +235,24 @@ function setQuery() {
232
235
}
233
236
.status-container {
234
237
color : white ;
235
- width : 20 px ;
236
- height : 20 px ;
238
+ width : 1.4 em ;
239
+ height : 1.4 em ;
237
240
position : relative ;
238
241
}
239
242
240
243
.status-icon {
241
244
background-position : center ;
242
245
background-repeat : no-repeat ;
243
- height : 20 px ;
244
- width : 20 px ;
246
+ height : 1.4 em ;
247
+ width : 1.4 em ;
245
248
}
246
249
247
250
.warning {
248
251
background-image : url (" @/assets/warning.svg" );
249
252
background-position : bottom ;
250
253
background-repeat : no-repeat ;
251
- height : 13 px ;
252
- width : 13 px ;
254
+ height : 0.93 em ;
255
+ width : 0.93 em ;
253
256
position : absolute ;
254
257
right : 0 ;
255
258
bottom : 0 ;
@@ -278,19 +281,4 @@ function setQuery() {
278
281
.retry-issued {
279
282
background-image : url (" @/assets/status_retry_issued.svg" );
280
283
}
281
-
282
- .grid-row {
283
- display : flex ;
284
- position : relative ;
285
- border-top : 1px solid #eee ;
286
- border-right : 1px solid #fff ;
287
- border-bottom : 1px solid #eee ;
288
- border-left : 1px solid #fff ;
289
- background-color : #fff ;
290
- margin : 0 ;
291
- }
292
-
293
- .grid-row :nth-child (even ) {
294
- background-color : #eee ;
295
- }
296
284
</style >
0 commit comments