Fossil SCM
Micro-tweaking of CSS to account for the fieldset substitution.
Commit
c00002656a60314aadd02740e3b15de2845705b8015b07e30d0040f13108ce2d
Parent
dc3f028290648d3…
1 file changed
+2
-1
+2
-1
| --- src/style.chat.css | ||
| +++ src/style.chat.css | ||
| @@ -327,11 +327,11 @@ | ||
| 327 | 327 | } |
| 328 | 328 | |
| 329 | 329 | body.chat #chat-user-list-wrapper { |
| 330 | 330 | /* Safari can't do fieldsets right, so we emulate one. */ |
| 331 | 331 | border-radius: 0.5em; |
| 332 | - margin: 0.3em 0 0.2em 0; | |
| 332 | + margin: 0.55em 0 0.2em 0; | |
| 333 | 333 | padding: 0.25em 0.5em; |
| 334 | 334 | font-size: 85%; |
| 335 | 335 | border-style: inset; |
| 336 | 336 | border-width: 0 1px 1px 1px/*else collides with the LEGEND*/; |
| 337 | 337 | } |
| @@ -338,10 +338,11 @@ | ||
| 338 | 338 | body.chat #chat-user-list-wrapper > legend { |
| 339 | 339 | font-weight: initial; |
| 340 | 340 | padding: 0 0.5em; |
| 341 | 341 | position: relative; |
| 342 | 342 | top: -1.75ex; |
| 343 | + opacity: 0.6; | |
| 343 | 344 | } |
| 344 | 345 | body.chat #chat-user-list { |
| 345 | 346 | margin-top: -1.25ex; |
| 346 | 347 | display: flex; |
| 347 | 348 | flex-direction: row; |
| 348 | 349 |
| --- src/style.chat.css | |
| +++ src/style.chat.css | |
| @@ -327,11 +327,11 @@ | |
| 327 | } |
| 328 | |
| 329 | body.chat #chat-user-list-wrapper { |
| 330 | /* Safari can't do fieldsets right, so we emulate one. */ |
| 331 | border-radius: 0.5em; |
| 332 | margin: 0.3em 0 0.2em 0; |
| 333 | padding: 0.25em 0.5em; |
| 334 | font-size: 85%; |
| 335 | border-style: inset; |
| 336 | border-width: 0 1px 1px 1px/*else collides with the LEGEND*/; |
| 337 | } |
| @@ -338,10 +338,11 @@ | |
| 338 | body.chat #chat-user-list-wrapper > legend { |
| 339 | font-weight: initial; |
| 340 | padding: 0 0.5em; |
| 341 | position: relative; |
| 342 | top: -1.75ex; |
| 343 | } |
| 344 | body.chat #chat-user-list { |
| 345 | margin-top: -1.25ex; |
| 346 | display: flex; |
| 347 | flex-direction: row; |
| 348 |
| --- src/style.chat.css | |
| +++ src/style.chat.css | |
| @@ -327,11 +327,11 @@ | |
| 327 | } |
| 328 | |
| 329 | body.chat #chat-user-list-wrapper { |
| 330 | /* Safari can't do fieldsets right, so we emulate one. */ |
| 331 | border-radius: 0.5em; |
| 332 | margin: 0.55em 0 0.2em 0; |
| 333 | padding: 0.25em 0.5em; |
| 334 | font-size: 85%; |
| 335 | border-style: inset; |
| 336 | border-width: 0 1px 1px 1px/*else collides with the LEGEND*/; |
| 337 | } |
| @@ -338,10 +338,11 @@ | |
| 338 | body.chat #chat-user-list-wrapper > legend { |
| 339 | font-weight: initial; |
| 340 | padding: 0 0.5em; |
| 341 | position: relative; |
| 342 | top: -1.75ex; |
| 343 | opacity: 0.6; |
| 344 | } |
| 345 | body.chat #chat-user-list { |
| 346 | margin-top: -1.25ex; |
| 347 | display: flex; |
| 348 | flex-direction: row; |
| 349 |