Differences From Artifact [1943592914]:
- File src/default_css.txt — part of check-in [678018d3ab] at 2019-06-07 11:56:00 on branch copybtn.js-tweaks — Make sure copy buttons stay on the same line as the linked text. (user: florian size: 14860) [more...]
To Artifact [d0e6ff72e9]:
- File src/default_css.txt — part of check-in [1bf7985d10] at 2019-07-02 07:31:50 on branch forum-reply-links — When activating one of the new "in reply to" links, tag the newly-focused post with CSS class forumSelReplyTo so that it can be visually marked. Added default forumSelReplyTo CSS class which uses the same border as forumTime but with a dotted style. EDIT: do not merge with trunk - there are problems to solve (if feasible) regarding linking to edited posts, as their IDs are of course different, as well as linking responses made to deleted posts. (user: stephan size: 15016)
︙ | ︙ | |||
739 740 741 742 743 744 745 746 747 748 749 750 751 752 | padding-left: 1ex; padding-right: 1ex; margin-top: 1ex; } div.forumSel { background-color: #cef; } div.forumObs { color: #bbb; } #capabilitySummary { text-align: center; } #capabilitySummary td { | > > > > > | 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 | padding-left: 1ex; padding-right: 1ex; margin-top: 1ex; } div.forumSel { background-color: #cef; } div.forumSelReplyTo { // This class gets set on DIV.forumPost entries when // a "in reply to" link for that DIV gets clicked. border: 1px dotted black; } div.forumObs { color: #bbb; } #capabilitySummary { text-align: center; } #capabilitySummary td { |
︙ | ︙ |