Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Select list padding

partlycloudyFeb 20 2013 — edited Feb 20 2013
See https://apex.oracle.com/pls/apex/f?p=57688:16 using Theme 24

The reason X3 is a few pixels below X1 and X2 is the following snippet (specifically margin-top ) in themes/theme_24/css/4_1.css
table.formlayout td select.selectlist {
    margin-bottom: 7px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 6px;
}
What's the point of adding the margin-top/bottom to select lists which causes them to be mis-aligned with the rest of the page items on the row when Labels are set to show Above the item?

Thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 20 2013
Added on Feb 20 2013
5 comments
334 views