Best of joomla gives you news, joomla templates, tutorials and websites about Joomla , FireBoard and FireMessage official page.
| No account yet?   |
The FireBoard forum component development is still going on. In order to get better, FireBoard will be moved from the Best of Joomla website.
During this transition period, the forum in Best of Joomla will be closed to new posts.
Welcome, Guest
Please Login or Register.    Lost Password?
FireBoard Manual Latest release discussions Download FireBoard
[solved] CSS Problem (1 viewing) (1) Guest
TOPIC: [solved] CSS Problem
#20949
[solved] CSS Problem 1 Year, 4 Months ago  
After updating from Fireboard 1.0.1 to 1.0.3 my Themplate is brocken.




I think its an CSS issue, but im not able tom find the reason. Anybody an Idea?
Toaster (User)
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2007/09/07 13:31 By Toaster.
 
 
#20950
Re:CSS Problem 1 Year, 4 Months ago  
I have this same issue with red_darkness template. Would love to find a fix.
emstalk (User)
Junior Boarder
Posts: 56
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#20955
Re:CSS Problem 1 Year, 4 Months ago  
Finally I found a soulution.

By adding this code to you themplate CSS, the problem should disapear:
(Best position is above ".msgsignature"

[code:1]
td.fb-msgview-left-c{background:#EFF0F4;vertical-align: top;border-left:1px solid #D4C9AD;}
td.fb-msgview-right-c{border-right: 1px solid #CCCCCC;padding:1px 5px 1px 5px;vertical-align: top;}
div.fb_smalltext{}
td.fb-msgview-right-c div.fb_smalltext {padding:5px;text-align:right;}
div.fb_message_editMarkUp_cover {padding-top:5px;text-align:right;}
span.fb_message_editMarkUp {background:#f7f7f7 url(images/edit.gif) no-repeat left center;border-left:1px dotted #999;border-right:1px dotted #999;border-top:1px dotted #999;padding:2px 5px 2px 20px;font-size:9px;color:#666666;}
[/code:1]
Toaster (User)
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
Go to top