Links
Active Entries
- 1: sometimes, I think of ponies
- 2: Careless People
- 3: let’s all go to the EXIT
- 4: alt text issues
- 5: the delicate art of text replacement
- 6: thinking about someone I should not bother thinking about
- 7: the media may not care, but ICE is still running roughshod over LA this July 4th
- 8: Call your Republican Senators RIGHT NOW.
- 9: Yes, establishment Democrats of New York, “vote blue no matter who” still applies
- 10: as a treat
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.