Bug: checkbox & dropdown formatting needs tweaking
Reported by dleffler | February 4th, 2013 @ 02:17 PM | in 2.1.2 (closed)
Still need some style tweaks for form controls
- checkbox sits too low (top margin should be 3px instead of 12px
in forms.css .module.forms input.checkbox { margin-top: 3px;
} - checkbox description too far left (2 col) needs additional
space in forms2col.css .control.checkbox .control-desc {
margin-left: 175px;
} - dropdown needs to have 'auto' width in forms.css select {
width: auto;
}
Comments and changes to this ticket
-
expNinja February 4th, 2013 @ 02:49 PM
- Assigned user set to dleffler
(from [33ad291b3c5d2d0837b7fd6e4e343110cf2cb6b4]) Should correct some checkbox & dropdown formatting [#900 status:resolved responsible:dleffler] https://github.com/exponentcms/exponent-cms/commit/33ad291b3c5d2d08...
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Bug Tracker for Exponent CMS