![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
( trying to make icons all appear on the left in both posts & comments )
thankyou so so much to anybody who read this, and especially anyone who tries to help out! (also i hope i did the tags right!) <3
~ jericho
I'm using tickletheory's
plainstyles Style 4 theme, and recently decided I wanted to make the icons bigger, plus make icons appear on my journal's recent entries page (not just my reading page). I ended up adding the following code:
( css code )
This worked mostly great, except for some reason, it only displays correctly for public posts? For access-locked posts or posts with custom filters, the alignment is all off. I would think it's because of the little lock icon, but it doesn't happen to public stickies. I don't see any code specific to security level in any of the relevant layers.
I've been able to partially fix this by doing further adjustments to entry css based on security level, but it's breaking other things, and I feel like there must be some other option to make all the security levels display the same?
Does anyone know what's causing this, and/or how to fix it?
display: none
in the CSS, now my problem is that the user icons in entries don't match how they're displayed in the comments (rounded, gray border). Also, I'd like to move them up a bit too..journal-type-Y .userpic { background: url(http://i6.photobucket.com/albums/y241/sally_maria/Mood%20Theme/dreamsheep_rss.png) no-repeat;
width:100px;
height:100px;
background-color:#000; }
.comment
:background: none repeat scroll 0 0 #EFEFEF;
margin: 3em 0 4.6em 0;
padding: 2.7em;
position: relative;
... the problem mysteriously solved itself. Any idea why? Was the text element somehow overlapping the userpic due to one or more of those properties not being set?