View Single Post
Old 10-03-2012, 02:35 PM   PM User | #1
fade2gray
New to the CF scene

 
Join Date: Jun 2012
Posts: 2
Thanks: 0
Thanked 1 Time in 1 Post
fade2gray is an unknown quantity at this point
Question Advice on positional/alignment issues please

Hi,

I've been trying to incorporate phpBB within Joomla using JFusion's 'frameless visual integration mode for phpBB', but there are some resulting style conflicts between Joomla's and phpBB's templates.

The majority of conflicts have been resolved, but I need some advice on some positional/alignment issues.

Example standalone phpBB
Example Integrated phpBB

The following declarations provide an acceptable fix, but there is a slight discrepancy in the vertical alignment between the password field, the 'I forgot my password' link and the auto login checkbox and label.

Code:
#jfusion form fieldset dd, #jfusion form fieldset dd label {
	float: none !important;
}
#jfusion a[href*="ucp.php?mode=sendpassword"] {
	float: left !important;
}
Is there a better/preferred method to achieve this?

Thanks for any advice.

(Using Firefox/Firebug)
fade2gray is offline   Reply With Quote