custom UI - option container
All  1  2-3

Previous
Next
 From:  Michael Gibson
9170.2 In reply to 9170.1 
Hi hep, the problem is with the iframe style that's added near the end of moi-black.css :

code:
iframe {
    padding:5px 10px;
    max-height:5em;
    border:1px solid #686868 !important;
}


The Options dialog uses iframes for that area you show, and that max-height property is getting applied to them. So you can fix it by removing the iframe rule or by removing just the max-height in it.

- Michael
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
 From:  hep
9170.3 
Hi Michael

Thanks a lot :-)

I removed the iframe rule and now it works perfect.
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged
 

Reply to All Reply to All

 

 
 
Show messages: All  1  2-3