Centralising the Quick Reply

Started by smoothedit, January 11, 2011, 08:52:12 PM

Previous topic - Next topic

smoothedit

Hey all  :)

I am not sure if this is a theme related issue, but my quick reply is off to the left:



Is there any way to centralise it?

Many thanks in advance for your reply once again! 

Mari-chi

Can you provide a link to your forum?


smoothedit

Aha - found it. My theme hadnt pulled the quick reply info from the default index.css.

It needed the section adding -

/* Styles for the quick reply area.
---------------------------------------------------- */

/* The quick-reply area. Horizontal alignments go a bit wonky in IE6 and IE7 but is it really worth worrying about? */

#quickreplybox
{
   padding-bottom: 1px;
}
#quickReplyOptions .roundframe
{
   text-align: center;
   padding: 0;
}
#quickReplyContent
{
   padding: 0.5em 0;
}
#quickReplyContent form textarea
{
   width: 91%;
   height: 100px;
   margin: 0.25em 0 1em 0;
}
#quickReplyOptions div {
    text-align: center;
}
#quickReplyOptions #quickReplyWarning
{
   width: 68%;
   margin: 0 17% 0 15%;
}
#quickReplyOptions #quickReplyContent form#postmodify
{
    margin: 0;
   padding: 0;
}
#quickReplyOptions #quickReplyContent form#postmodify div
{
    margin: 0;
   padding: 4px 0;
}
#quickReplyOptions #quickReplyContent form#postmodify div#message_resizer
{
    margin: 0 15% 5px 15%;
   padding: 2px 0;
}
#qr_buttons
{
    text-align: center;
}
#quickReplyOptions #quickReplyContent input
{
   margin-bottom: 10px;
}
/* The jump to box */
#display_jump_to
{
   clear: both;
   padding: 5px;
   margin-top: 6px;
   text-align: right;
}

/* Separator of posts. More useful in the print stylesheet. */
#forumposts .post_separator
{
   display: none;
}


But now the bar below the quick reply that lets you drag up and down to make the text entry box smaller is still off to the left? Any ideas?

Thanks again :)

Mari-chi

Took a look at the quick reply area just now, and it looks like it's fixed? If it is, please mark the topic as solved. :D

Advertisement: