The resize bars inside the IMCE window are too small for me. With high mouse sensitivity, it's difficult to accurately click and drag them, because they are only 1px wide. I haven't noticed anyone else complaining, so maybe it's only me who has a problem with this. Here's a fix, anyway.

Add the following code to the end of your theme's .css file

/** enlarge IMCE browser resize bar */

body.imce div#content-resizer.y-resizer {height: 12px;}
body.imce div#navigation-resizer.x-resizer {width: 6px;}
body.imce div#browse-resizer.y-resizer {height: 12px;}
body.imce div#log-resizer.x-resizer {width: 6px;}

This should override IMCE's own .css rules. Obviously, you can change the px values to suit yourself.

Comments

ufku’s picture

Status: Active » Closed (fixed)

Closing 6.x-1.x issues as this branch is no more supported.