[wp-trac] [WordPress Trac] #56297: Twenty Eleven: asterisk symbol alignment with WooCommerce reviews rating label (was: Theme Twenty Eleven in the review tab asterisk symbol alignment not proper)
WordPress Trac
noreply at wordpress.org
Thu Jul 28 14:13:01 UTC 2022
#56297: Twenty Eleven: asterisk symbol alignment with WooCommerce reviews rating
label
---------------------------------------+------------------------------
Reporter: umesh84 | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Bundled Theme | Version: 5.9
Severity: normal | Resolution:
Keywords: has-screenshots has-patch | Focuses: css
---------------------------------------+------------------------------
Changes (by sabernhardt):
* focuses: ui, css => css
* version: 6.0 => 5.9
Comment:
r52152 added the float, intending it for labels positioned in front of
their fields.
The selectors may need to be stricter, listing each field that has the
special styling:
{{{
#respond .comment-form-author label .required,
#respond .comment-form-email label .required,
#respond .comment-form-url label .required,
#respond .comment-form-comment label .required {
float: right;
margin-left: 4px;
}
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/56297#comment:2>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list