Opened 12 years ago
Last modified 12 years ago
#10175 confirmed Bug
Label Style should have float:none.
Reported by: | Jakub Ś | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | UI : Skins | Version: | 4.0 Beta |
Keywords: | Cc: |
Description
Continuation of ticket #7943.
It has been fixed in CKE 3.x but can be reproduced in 4.x branch in both skins.
To reproduce:
Add styles on page:
<style type="text/css"> label,select,.ui-select-menu { float: left; margin-right: 10px; font-size:1.3em; height:26px; line-height:26px; font-size:1em; } </style>
Open dialog - labels are floated.