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.
Commit
2ba7a7d8b2352fcfb36a051670309a3fe1bf2a530585369c70dc914f8d1e6499
Parent
4fb177e62ad917e…
2 files changed
+2
-2
-1
+2
-2
| --- skins/default/css.txt | ||
| +++ skins/default/css.txt | ||
| @@ -280,11 +280,11 @@ | ||
| 280 | 280 | } |
| 281 | 281 | |
| 282 | 282 | .doc table, .markdown table { |
| 283 | 283 | background-color: #f0f5f9; |
| 284 | 284 | border: 1px solid #a7c2dc; |
| 285 | - border-radius: 6px; | |
| 285 | + border-radius: 0.5em; | |
| 286 | 286 | padding: 6px; |
| 287 | 287 | } |
| 288 | 288 | |
| 289 | 289 | .doc th, .markdown th { |
| 290 | 290 | border-bottom: 1px solid #dee8f2; |
| @@ -306,12 +306,12 @@ | ||
| 306 | 306 | |
| 307 | 307 | /* Tickets */ |
| 308 | 308 | |
| 309 | 309 | table.report { |
| 310 | 310 | cursor: auto; |
| 311 | - border-radius: 5px; | |
| 312 | 311 | border: 1px solid #ccc; |
| 312 | + border-radius: 0.5em; | |
| 313 | 313 | margin: 1em 0; |
| 314 | 314 | } |
| 315 | 315 | .report td, .report th { |
| 316 | 316 | border: 0; |
| 317 | 317 | font-size: .8em; |
| 318 | 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: 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 |
-1
| --- src/default.css | ||
| +++ src/default.css | ||
| @@ -496,11 +496,10 @@ | ||
| 496 | 496 | text-align: center; |
| 497 | 497 | border-collapse: collapse; |
| 498 | 498 | border-spacing: 0; |
| 499 | 499 | } |
| 500 | 500 | table.report { |
| 501 | - border-collapse:collapse; | |
| 502 | 501 | border: 1px solid #999; |
| 503 | 502 | margin: 1em 0 1em 0; |
| 504 | 503 | cursor: pointer; |
| 505 | 504 | } |
| 506 | 505 | td.rpteditex { |
| 507 | 506 |
| --- 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 |