Links
Active Entries
- 1: NOT-ON-MY-BINGO-CARD TEST RELEASE: Coexistence Alpha 0.85 for Dreamwidth
- 2: Coexistence Alpha: a responsive mobile and desktop overlay for Dreamwidth
- 3: this will keep going until it can’t
- 4: as supplies run low
- 5: since this bullshit is going around again
- 6: threatening the supreme court
- 7: google, we need to talk
- 8: Gamers Nexus out there casually providing the best coverage of tariffs
- 9: Good turnout in Bothell for Saturday’s protest
- 10: Do This Today: Call Senators
Re: Record keeping - screen shots yay!
Date: 2019-02-07 10:14 am (UTC)Underlying code that might want fiddling with on the following:
-- https://marahmarie.dreamwidth.org/file/452443.png and https://marahmarie.dreamwidth.org/file/453818.png
(on full-size comment forms OpenID username/pass field stretches out, forcing horizontal scroll)
-- https://marahmarie.dreamwidth.org/file/452935.png (entry tags next to green + sign don't completely align right)
-- https://marahmarie.dreamwidth.org/file/453129.png (every element of logged-in inline comment forms except Post and More Options buttons is centering; not sure if that's desired)
-- https://marahmarie.dreamwidth.org/file/458187.jpg (lj-cut image is top-aligned, if it's at all aligned; this might be desired, so just pointing it out)
The oinking you did so far on comment icon tables is looking great:
-- https://marahmarie.dreamwidth.org/file/453488.png
One thing on that; if you don't like the way Dreamwidth makes the icon images different sizes, which makes the table a bit ragged looking, you can smooth it out in the comment form and the resulting comment title on the entry page with something like this:
#subjectIconList img{height:14px;width:14px}
(comment form).comment-subjecticon img{height:14px;width:14px}
(comment title on entry page)A search of
#subjectIconList
and.comment-subjecticon
in my source (on this journal, not the testbed) will show the latest changes I've made to that.