Seems everything is a little squished... Seems everything is a little squished...
 

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

Seems everything is a little squished...

Started by Cyberpawz, February 21, 2006, 05:36:24 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Cyberpawz

http://www.cyberpawz.com/Coppermine/

Go to the @ symbol button, and you'll see what I mean, there was more space in 1.3.5 and in 1.4.3 it seems everything is a little more squashed... is there a reason for this?

Joachim Müller

edit your stylesheet, feel free to change#SYS_MENU {
        position:relative;
        bottom:3px;
        display: block;
        width:800px;
        height:10px;
        padding: 0px;
        z-index:1;
        visibility: hidden;
}

Cyberpawz

Quote from: GauGau on February 21, 2006, 06:00:32 PM
edit your stylesheet, feel free to change#SYS_MENU {
        position:relative;
        bottom:3px;
        display: block;
        width:800px;
        height:10px;
        padding: 0px;
        z-index:1;
        visibility: hidden;
}


Where do I edit this?

Joachim Müller

themes/yourtheme/style.css, in your case http://www.cyberpawz.com/Coppermine/themes/project_vii/style.css then.
Pretty easy to find out using the "find" option of your operating system.

Cyberpawz

Quote from: GauGau on February 21, 2006, 06:39:10 PM
themes/yourtheme/style.css, in your case http://www.cyberpawz.com/Coppermine/themes/project_vii/style.css then.
Pretty easy to find out using the "find" option of your operating system.

Thanks it is appreciated.