Differences From Artifact [64429b9a60]:
- File src/default.css — part of check-in [85939ffcbe] at 2020-12-23 14:21:12 on branch chatroom-dev — Made chat drop zone smaller by replacing its text with a helplet button. Added 'chat' table to the list of those NOT nuked by rebuild. (user: stephan size: 33588) [more...]
To Artifact [81f3dbf6e1]:
- File src/default.css — part of check-in [8eb01c314b] at 2020-12-23 22:58:45 on branch trunk — chat: minor UI refinements. (user: stephan size: 33660)
︙ | ︙ | |||
1497 1498 1499 1500 1501 1502 1503 | padding: 0 0.5em; /*text-align: left; Firefox requires the 'align' attribute */ margin: 0 0.15em; padding: 0 0.5em 0em 0.5em; margin-bottom: 0.4em; cursor: pointer; } | > > > > | 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 | padding: 0 0.5em; /*text-align: left; Firefox requires the 'align' attribute */ margin: 0 0.15em; padding: 0 0.5em 0em 0.5em; margin-bottom: 0.4em; cursor: pointer; } body.chat .fossil-tooltip.help-buttonlet-content { font-size: 80%; } |