MLP Pro modal window display issues
-
While the functionality overall works great, the look of the modal windows in MLPP is a bit off.
First,
div#TB_ajaxContent{height: 550px !important;}
is causing an additional scrollbar and making me work in the top half of the modal window. Removing!important
will allow the inline value (from Javascript) to be used.Second,
#mgmlp-tb-container
has a height of 400px. I’m sure there’s a way to size it dynamically based on the number of images and/or the height of the modal window.In the Gallery window the buttons are all bunched together and, since they have a width assigned, they get cropped.
The positioning is also a bit awkward as I’m not sure whether a button refers to the selections in the library container (top) or in the selection container (bottom right). Since “Add” and “Select All” refer to the the library container, they should move up. For the same reason, “Remove” and “Clear” should move below the selection container.
- The topic ‘MLP Pro modal window display issues’ is closed to new replies.