Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Spacing for 'reply to reply' nodes.

by myuserid7 (Scribe)
on Dec 01, 2009 at 19:45 UTC ( [id://810444]=monkdiscuss: print w/replies, xml ) Need Help??

Viewing reply to reply nodes is a real pain. Because it doesn't make use of full space, I have. Any CSS/Javascript settings that help here? I am talking about lots of white space on left side of the node. I would like to have some default mechanism.

Replies are listed 'Best First'.
Re: Spacing for 'reply to reply' nodes.
by keszler (Priest) on Dec 01, 2009 at 20:17 UTC
    A 'view source' on a node with replies reveals that each reply has "<ul class='indent'>", repeated twice for Re^3, thrice for Re^4, etc.

    Adding

    ul.indent { margin-left: 5px; }
    to your On-Site CSS Markup in Display Settings should do the trick.

      Setting padding-left seems to have a better effect (at least for me).

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: monkdiscuss [id://810444]
Approved by ikegami
Front-paged by jdporter
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (3)
As of 2024-04-25 07:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found