Show Small Icons with Chrome

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
skymark
User
Posts: 183

Show Small Icons with Chrome

Post 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!


Webmaster
User
Posts: 9438

Post 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

skymark
User
Posts: 183

Post by skymark »

It works! Thanks so much!


Post Reply