Pastor Rick
Citizen
Registered: 07-2005
Province: Texas
Posts: 619
Karma: 11 (+12/-1)
|
ReplyQuote
|
|
Vertical alignment in .ak_msgform_master_table?
What I am looking for is a way to vertically align everything to the left of the smiley box so it (the .ak_msgform_master_table is vertically aligned "top").
Actually it isn't that table exactly, it's the one just above it:
/html/body/div[2]/div/div[4]/div[2]/center/table/tbody/tr/td/center/table/tbody/tr/td/table
(It shows the vertical-align:center). I can change the styling on my browser (element.style {vertical-align:top;}) and the display is correct until the page is refreshed but thus far I have been unable to find the exact combination to do this as part of the boards CSS.
|
8/29/2010, 9:55 pm
|
Link to this post
PM Pastor Rick
Read Blog
|
Lesigner Girl
Minerva
Head of Runboard staff
Registered: 11-2005
Posts: 9597
Karma: 132 (+147/-15)
|
ReplyQuote
|
|
Re: vertical alignment in .ak_msgform_master_table
Do you mean this?
.ak_msgform_master_table td { vertical-align: top; }
|
8/29/2010, 9:59 pm
|
Link to this post
PM Lesigner Girl
Read Blog
|
Pastor Rick
Citizen
Registered: 07-2005
Province: Texas
Posts: 619
Karma: 11 (+12/-1)
|
ReplyQuote
|
|
Re: Vertical alignment in .ak_msgform_master_table?
I tried that and it didn't work. I thought maybe I mis-typed it the first time so I did a copy and paste from your query just now with the same result.
link showing problem
My wife doesn't want to use the scrolling smiley box which is why I am trying to figure out this bit...
|
8/29/2010, 11:28 pm
|
Link to this post
PM Pastor Rick
Read Blog
|
Lesigner Girl
Minerva
Head of Runboard staff
Registered: 11-2005
Posts: 9597
Karma: 132 (+147/-15)
|
ReplyQuote
|
|
Re:
Ah, now I see what you're saying. The reason that doesn't work is because the .ak_msg_master_table doesn't surround the emoticons. As long as there aren't any td's that you want vertically centered, you should be able to get away with this:
.ak_msg_master_table td { vertical-align: top; }
|
8/29/2010, 11:34 pm
|
Link to this post
PM Lesigner Girl
Read Blog
|
Pastor Rick
Citizen
Registered: 07-2005
Province: Texas
Posts: 619
Karma: 11 (+12/-1)
|
ReplyQuote
|
|
Re: Vertical alignment in .ak_msgform_master_table?
That did it.
|
8/29/2010, 11:52 pm
|
Link to this post
PM Pastor Rick
Read Blog
|
Lesigner Girl
Minerva
Head of Runboard staff
Registered: 11-2005
Posts: 9597
Karma: 132 (+147/-15)
|
ReplyQuote
|
|
Re: Vertical alignment in .ak_msg_master_table
I thought it might. 
|
8/30/2010, 12:00 am
|
Link to this post
PM Lesigner Girl
Read Blog
|
Pastor Rick
Citizen
Registered: 07-2005
Province: Texas
Posts: 619
Karma: 11 (+12/-1)
|
ReplyQuote
|
|
Re: Vertical alignment in .ak_msgform_master_table?
You were right
It really does help when the board is using a simple design. With my wife's board there is very little customization so figuring out the general spot to change is easy (most of the time).
|
8/30/2010, 12:22 am
|
Link to this post
PM Pastor Rick
Read Blog
|
Lesigner Girl
Minerva
Head of Runboard staff
Registered: 11-2005
Posts: 9597
Karma: 132 (+147/-15)
|
ReplyQuote
|
|
Re: vertical alignment
A simple design can certainly help. 
|
8/30/2010, 12:40 am
|
Link to this post
PM Lesigner Girl
Read Blog
|