← Back to team overview

phpdevshell team mailing list archive

Re: [Question #205139]: Menus not displaying correctly in chrome

 

Question #205139 on PHPDevShell changed:
https://answers.launchpad.net/phpdevshell/+question/205139

    Status: Open => Answered

Greg proposed the following answer:
Create a file named "chrome_css_fix.css" at the root of the PHPDevShell
installation, with this content:

#nav a {
	padding: 5px !important;
}

Log in to your PHPDevShell installation as root, then go to

System Management > System Admin > System Settings

In the "Theme Settings" tag, locate the field "Custom CSS" and type the
name of the file: chrome_css_fix.css

This should fix the problem until we release a new version.

-- 
You received this question notification because you are a member of
PHPDevShell, which is an answer contact for PHPDevShell.