Login block is compressed and no longer the normal full window Login block is compressed and no longer the normal full window
 

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

Login block is compressed and no longer the normal full window

Started by GanBei, September 07, 2004, 03:58:21 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

GanBei

Please help..

For some strange reason after I modified the login.php as index.php start page my Login block is compressed and no longer the normal full window.  I would like to have it wider so user can see their whole username & password when they type.

http://www.sbs-tech.com/cms_shared/cpg/index.php or http://www.sbs-tech.com/cms_shared/cpg/login.php

No matter which theme I switch to it still does the same.  Other blocks affected are Logout, Registration, Retrieve Password, and several other pop-up blocks.

Please help me if you can..

Many Thanx.

Joachim Müller

change the width of the input fields - replace <input type="text" class="textinput" name="username" style="width: 100%">with something like<input type="text" class="textinput" name="username" size="30">
It's hard to tell you more with seing the modifications you made.

Joachim