Page 1 of 1

Show Small Icons with Chrome

Posted: Fri Aug 30, 2013 12:14 am
by skymark

Hi all,

When I use PHPMaker 10.0 to generate a page with many columns (like 20 columns), the icons of view, copy, edit and delete are very small if we view it with Google Chrome. IE is ok.

My OS is Windows 7. Database: MySQL 5.6. Php: 5.3.27

Could anyone please tell me how to solve it?

Thanks!


Re: Show Small Icons with Chrome

Posted: Fri Aug 30, 2013 1:31 pm
by Webmaster

Try:

  • click [HTML] -> [Styles] -> [Edit styles]
  • scroll to the bottom, add the following settings in user style areas:

td.ewListOptionBody img {
max-width: none;
}

  • save and regenerate the css file

Re: Show Small Icons with Chrome

Posted: Sun Sep 01, 2013 2:52 am
by skymark

It works! Thanks so much!