Menu
Security Roles Edit and Manage Users Icons are Tiny
Last Post 11/3/2014 10:10 AM by Deleted User. 0 Replies.
Sort:
PrevPrev NextNext
Author Messages
Deleted User
New Member
New Member
Posts:62


--
11/3/2014 10:10 AM  Quote  Reply  
I have been experiencing issues with the Security Roles page in which the "edit" and "Manage Users" icons that are to the left of each security role in the list are so small that they can be hard to click on and possibly even hard to see.

I tracked it down to a line in the css page named, all.css. The offending line says,

img, object, embed { max-width: 100%;}

You can comment it out like this,

/* img, object, embed { max-width: 100%;} */

or add a class to the portal settings like this:

/* to fix icons that are too small to see */
.rgRow img {min-width:16px;}

And that will fix the icons.

This appears to be related to some bestdnnskins skins.
Add Reply

Quick Reply
toggle
  Username:
Subject:
Body:
Security Code:
CAPTCHA image
Enter the code shown above in the box below.