Forum CSS suggestion to reduce size of post/reply boxes

Sophist

Guest
Replace:
Code:
.message .messageContent:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
with:
Code:
.message .messageInfo:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
 
Which boxes are you referring to? Can you post a before and after pic of what you are wanting to change?

I've never noticed anything about the forum replies that needs changing, but maybe I'm using it differently.

-- hugh
 
The message box this message is in is at least the same height as the avatar box on the left. This proposed CSS change makes this box PLUS the signature box at least the same height as the avatar box which means the box this is in can be smaller.
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top