Closed (fixed)
Project:
IMCE
Version:
6.x-1.1
Component:
Code
Priority:
Minor
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
11 Dec 2008 at 10:48 UTC
Updated:
19 May 2011 at 21:24 UTC
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
Comment #1
ufku commentedClosing 6.x-1.x issues as this branch is no more supported.