Small css inconsistency Small css inconsistency
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Small css inconsistency

Started by Titooy, January 16, 2006, 11:11:38 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Titooy

In the whole software, there is one submit button that has a "submit" class. It's on the Admin Tools page and the code is in the udb_base.inc.php file.

Titooy

One more (thanks to lizkeyne):

In groupmgr.php, num_file_upload has a listbox_lang class when it should have listbox.

Joachim Müller

Quote from: Titooy on January 16, 2006, 11:11:38 PM
In the whole software, there is one submit button that has a "submit" class. It's on the Admin Tools page and the code is in the udb_base.inc.php file.
Committed fix to stable and devel branch of the cvs.

Quote from: Titooy on January 16, 2006, 11:11:38 PM
In the whole software, there is one submit button that has a "submit" class. It's on the Admin Tools page and the code is in the udb_base.inc.php file.
Not a bug, using the class listbox_lang is on purpose - in the themes that come with coppermine, the class is defined with a smaller fon-size. The class has been chosen to make the dropdown boxes fit on the screen for users with smaller screen resolutions. The class is being defined in the stylesheets, so there's no actual error.

Marking thread as "fixed". In the future, please respect the "one issue per thread" policy.