Ticket #668 (fixed bug)
Radio button label styling issue for old styles
- Created: 2012-05-09 01:01:52
- Reported by: jacob
- Assigned to: None
- Milestone: 1.5.1
- Component: styling
- Priority: normal
Look at https://fluxbb.org/forums/viewtopic.php … 227#p46227, and you will see the issue I had.
Look at http://www.diigo.com/item/image/2o2o3/28y5?size=o for a screenshot.
It was fixed by replacing
".pun label.conl {
float: left;
overflow: visible;
margin-right: 10px
}"
with
".pun label.conl {
display: inline-block;
padding-right: 12px;
}"
in the stylesheet.
This should be included in the next release to avoid this problem for others.
This only affects Oxygen, Cobalt, Radium and Sulfur.
History
Franz 2012-05-09 06:49:29

- Description changed. (Diff)
- Milestone set to 1.5.1.
- Summary changed from Radio button issue on admin_index.php to Radio button label styling issue for old styles.
Thanks for the ticket.