#1610 closed defect (bug) (fixed)
Small CSS problems
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 2.1 | Priority: | normal |
Severity: | normal | Version: | 2.0 |
Component: | General - UI/UX | Keywords: | needs-patch |
Cc: | pavelevap@…, Mamaduka |
Description
1) Username in reply is moved to the right (only in IE9). Please see attached screenshot IE9_reply_username.png.
2) A little longer translation of "Notify me of follow-up replies via email" shows checkbox at the bottom. Please see attached screenshot Notify_checkbox.png.
Attachments (3)
Change History (13)
#4
@
12 years ago
- Resolution fixed deleted
- Status changed from closed to reopened
Ad 1) Works well, thank you.
Ad 2) Not solved, I am reopening this ticket. It looks really strange and there is blank place so no need to made two rows from this checkbox notice.
#5
follow-up:
↓ 8
@
12 years ago
I think we should move the input
tag inside the label
tag and do a few CSS edits, like removing the enforced width.
#8
in reply to:
↑ 5
@
12 years ago
- Cc Mamaduka added
Replying to GautamGupta:
I think we should move the
input
tag inside thelabel
tag and do a few CSS edits, like removing the enforced width.
Or we can just remove
display: inline-block;
but then <label> tag will ignore width property and if width is really needed, we should move it to the wrapper <p> tag.
I can provide patch if you like my solution
#9
@
12 years ago
- Milestone changed from 2.0.1 to 2.1
- Resolution set to fixed
- Status changed from reopened to closed
Inputs shouldn't be inside labels. I've tweaked the CSS some in the plugin branch.
#10
@
12 years ago
Replying to johnjamesjacoby:
Inputs shouldn't be inside labels. I've tweaked the CSS some in the plugin branch.
You removed fixed with for label, but display: inline-block; still remains. It will be also ugly if translated text is big and wrapped in few lines. See attached image
(1) Also happens in Firefox.