Fossil SCM

Made ticket report table border rounding consistent with MD tables. This requires a change to default.css, which had a conflicting style. If there are other skins where border-collapse mode is desired, this needs to be reapplied within that skin.

wyoung 2024-01-25 21:09 inskinerator-modern-backport
Commit 2ba7a7d8b2352fcfb36a051670309a3fe1bf2a530585369c70dc914f8d1e6499
--- skins/default/css.txt
+++ skins/default/css.txt
@@ -280,11 +280,11 @@
280280
}
281281
282282
.doc table, .markdown table {
283283
background-color: #f0f5f9;
284284
border: 1px solid #a7c2dc;
285
- border-radius: 6px;
285
+ border-radius: 0.5em;
286286
padding: 6px;
287287
}
288288
289289
.doc th, .markdown th {
290290
border-bottom: 1px solid #dee8f2;
@@ -306,12 +306,12 @@
306306
307307
/* Tickets */
308308
309309
table.report {
310310
cursor: auto;
311
- border-radius: 5px;
312311
border: 1px solid #ccc;
312
+ border-radius: 0.5em;
313313
margin: 1em 0;
314314
}
315315
.report td, .report th {
316316
border: 0;
317317
font-size: .8em;
318318
--- skins/default/css.txt
+++ skins/default/css.txt
@@ -280,11 +280,11 @@
280 }
281
282 .doc table, .markdown table {
283 background-color: #f0f5f9;
284 border: 1px solid #a7c2dc;
285 border-radius: 6px;
286 padding: 6px;
287 }
288
289 .doc th, .markdown th {
290 border-bottom: 1px solid #dee8f2;
@@ -306,12 +306,12 @@
306
307 /* Tickets */
308
309 table.report {
310 cursor: auto;
311 border-radius: 5px;
312 border: 1px solid #ccc;
 
313 margin: 1em 0;
314 }
315 .report td, .report th {
316 border: 0;
317 font-size: .8em;
318
--- skins/default/css.txt
+++ skins/default/css.txt
@@ -280,11 +280,11 @@
280 }
281
282 .doc table, .markdown table {
283 background-color: #f0f5f9;
284 border: 1px solid #a7c2dc;
285 border-radius: 0.5em;
286 padding: 6px;
287 }
288
289 .doc th, .markdown th {
290 border-bottom: 1px solid #dee8f2;
@@ -306,12 +306,12 @@
306
307 /* Tickets */
308
309 table.report {
310 cursor: auto;
 
311 border: 1px solid #ccc;
312 border-radius: 0.5em;
313 margin: 1em 0;
314 }
315 .report td, .report th {
316 border: 0;
317 font-size: .8em;
318
--- src/default.css
+++ src/default.css
@@ -496,11 +496,10 @@
496496
text-align: center;
497497
border-collapse: collapse;
498498
border-spacing: 0;
499499
}
500500
table.report {
501
- border-collapse:collapse;
502501
border: 1px solid #999;
503502
margin: 1em 0 1em 0;
504503
cursor: pointer;
505504
}
506505
td.rpteditex {
507506
--- src/default.css
+++ src/default.css
@@ -496,11 +496,10 @@
496 text-align: center;
497 border-collapse: collapse;
498 border-spacing: 0;
499 }
500 table.report {
501 border-collapse:collapse;
502 border: 1px solid #999;
503 margin: 1em 0 1em 0;
504 cursor: pointer;
505 }
506 td.rpteditex {
507
--- src/default.css
+++ src/default.css
@@ -496,11 +496,10 @@
496 text-align: center;
497 border-collapse: collapse;
498 border-spacing: 0;
499 }
500 table.report {
 
501 border: 1px solid #999;
502 margin: 1em 0 1em 0;
503 cursor: pointer;
504 }
505 td.rpteditex {
506

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button