PDA

View Full Version : Oh Dear, What have I messed up here - part 1


SemperFidelis
05-06-2003, 04:55 AM
As you can see from the attached images, the alignment of certain bits and pieces throughout the admin cp has gone haywire.

This is a localhost test board Im doing for a webhosting client that involves implementing over 100+ requested hacks.

Any assistance given in tracking down and resolving this issue would be greatly appreciated.

Thanks in advance.
:)

SemperFidelis
05-06-2003, 04:56 AM
Adding a whos online location :

SemperFidelis
05-06-2003, 04:57 AM
Adding a template :

SemperFidelis
05-06-2003, 04:59 AM
Editing a user :

SemperFidelis
05-06-2003, 05:00 AM
Editing a forum :

SemperFidelis
05-07-2003, 12:39 PM
Ok
A few people have had a look at the problem (thanks btw, appreciate it).
Does anyone have any suggestions to what would be causing this type of behaviour ?

Davey
05-07-2003, 09:13 PM
It's quite possible that you have set all input alignments to "right".
Open up "CP.css" from your root directory.
Find: SELECT, INPUT, TEXTAREA {
If you see any CSS with the text "right" inside that opening and closing brace, delete it.

Dave.

SemperFidelis
05-08-2003, 03:02 AM
Thanks for the suggestion Davey
Did a search for it and here is what is there :

SELECT, INPUT, TEXTAREA {
FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
COLOR: #51485F;
FONT-SIZE: 10px;
}



Is there anywhere else that would be causing this ?

SemperFidelis
05-13-2003, 12:11 AM
This is still a problem.
And Im getting rather desperate right now

All my required hacks are installed.
The style Im working on is around 60% complete

I really dont want to have to start again just to correct something like this.