custom UI - option container

Next
 From:  hep
9170.1 
Hi Michael

I am very pleased with my custom UI but i have apperently made a small mistake since the box in the options are out off propotion.
i have tried to compare the original moi.css wit the attached one but i am not able to find the error. With the original moi.css it workes - offcause :-)
Will you be able to point me in the right direction?

Thanks !



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