Pastor Rick
Head Administrator
Global user (premium)
Registered: 07-2005
Location: Texas Country
Posts: 292
Karma: 4 (+4/-0)

|
|
Reply | Quote
|
|
The Post, Reply, Preview and Edit Buttons
This CSS snippet wil move the buttons so that they are underneath the message posting box (like they are on this board) which makes more of the actual posting space available for your users. -Credit- LeSigner Girl...
The CSS Code:
/* POSTING OPTIONS POSTING POSITIONS */
.ak_msgform_subject_right_td input, textarea, textarea{background-color:#9999ff;}
.ak_msgform_newtopic_submit_button, .ak_msgform_postreply_submit_button, .ak_msgform_editpost_submit_button { position:absolute; margin-left: 10px; margin-top:-0.8em; }
* html .ak_msgform_newtopic_submit_button, * html .ak_msgform_postreply_submit_button, * html .ak_msgform_editpost_submit_button { margin-top: -17px; margin-left: 10px;}
.ak_msgform_newtopic_preview_button, .ak_msgform_postreply_preview_button, .ak_msgform_editpost_preview_button {margin-left: 40%;}
/* start opera hack */
@media all and (min-width:0) {
head~body .ak_msgform_newtopic_submit_button,
head~body .ak_msgform_postreply_submit_button,
head~body .ak_msgform_editpost_submit_button
{ margin-left: 70px; }
} /* end opera hack */
.ak_msg_post_master_table { position: relative; }
|
|
12/31/2006, 4:21 pm
|
Send Email to Pastor Rick
Send PM to Pastor Rick
MSN
Blog
|
Pastor Rick
Head Administrator
Global user (premium)
Registered: 07-2005
Location: Texas Country
Posts: 292
Karma: 4 (+4/-0)

|
|
Reply | Quote
|
|
Re: The Post, Reply, Preview and Edit Buttons
Mooseman .
You are correct all they are is decorated text areas but they kinda look like buttons so I called them that so new board owners that don't know any better could find the topic easier (leastwise I think thats why I did it)...
Guess I should also add the code here on how to make them buttons eh?
Last edited by Pastor Rick, 4/16/2007, 6:05 am
|
|
4/16/2007, 6:03 am
|
Send Email to Pastor Rick
Send PM to Pastor Rick
MSN
Blog
|
Pastor Rick
Head Administrator
Global user (premium)
Registered: 07-2005
Location: Texas Country
Posts: 292
Karma: 4 (+4/-0)

|
|
Reply | Quote
|
|
Re: The Post, Reply, Preview and Edit Buttons
True but then you also have to alter the margin settings to make the text fit inside the "button" area 
|
|
8/3/2007, 6:52 am
|
Send Email to Pastor Rick
Send PM to Pastor Rick
MSN
Blog
|