This repository was archived by the owner on Sep 23, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +18
-14
lines changed Expand file tree Collapse file tree 2 files changed +18
-14
lines changed Original file line number Diff line number Diff line change @@ -211,6 +211,18 @@ summary > .oo-ui-labelElement-label:not( .oo-ui-inline-help ) {
211
211
display : none;
212
212
}
213
213
214
+ .wikis .headerRow ,
215
+ .wikis .wikiSection {
216
+ background : # eaecf0 ;
217
+ position : sticky;
218
+ top : 5em ;
219
+ }
220
+
221
+ .wikis .wikiSection {
222
+ text-align : left;
223
+ top : 8.71em ;
224
+ }
225
+
214
226
.wikis th ,
215
227
.wikis td {
216
228
border : 1px solid # a2a9b1 ;
@@ -219,13 +231,6 @@ summary > .oo-ui-labelElement-label:not( .oo-ui-inline-help ) {
219
231
vertical-align : top;
220
232
}
221
233
222
- .wikis th {
223
- background : # eaecf0 ;
224
- position : sticky;
225
- /* Adjust for <header> */
226
- top : calc ( 5em - 1px );
227
- }
228
-
229
234
.wikis th em {
230
235
font-weight : normal;
231
236
font-size : 90% ;
@@ -243,11 +248,6 @@ summary > .oo-ui-labelElement-label:not( .oo-ui-inline-help ) {
243
248
background : # fef6e7 ;
244
249
}
245
250
246
- .wikis .wikiSection th {
247
- text-align : left;
248
- top : calc ( 8.65em - 1px );
249
- }
250
-
251
251
.wikis .patches ,
252
252
.wikis .linkedTasks {
253
253
overflow : hidden;
@@ -296,7 +296,7 @@ summary > .oo-ui-labelElement-label:not( .oo-ui-inline-help ) {
296
296
margin-bottom : 5px ;
297
297
}
298
298
299
- .wikis tr : first-child {
299
+ .wikis . headerRow {
300
300
display : none;
301
301
}
302
302
@@ -305,6 +305,10 @@ summary > .oo-ui-labelElement-label:not( .oo-ui-inline-help ) {
305
305
display : inline-block;
306
306
}
307
307
308
+ .wikis .wikiSection {
309
+ top : 5em ;
310
+ }
311
+
308
312
.wikis .patches ,
309
313
.wikis .linkedTasks {
310
314
display : block;
Original file line number Diff line number Diff line change 347
347
}
348
348
349
349
echo '<table class="wikis"> ' .
350
- '<tr> ' .
350
+ '<tr class="headerRow" > ' .
351
351
'<th>Wiki</th> ' .
352
352
'<th>Patches<br /><em>✓=Merged ✗=Abandoned 🛇=<abbr title="Open patches marked with \'DNM \' or \'DO NOT MERGE \'">Do not merge</abbr></em></th> ' .
353
353
'<th>Linked tasks<br /><em>✓=Resolved ✗=Declined/Invalid</em></th> ' .
You can’t perform that action at this time.
0 commit comments