mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-22 17:18:32 +01:00
Comments: Improve the Author box in the Edit Comment screen.
- Add a border below the heading, to match meta boxes. - Remove the colons from the input labels. - Tweak the padding and margins. Props birgire, abdullahramzan, rhetorical, BODA1982, pento. Fixes #43586. Built from https://develop.svn.wordpress.org/trunk@44466 git-svn-id: http://core.svn.wordpress.org/trunk@44297 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
8d2ee69f9d
commit
952c7253d3
@ -2061,13 +2061,19 @@ html.wp-toolbar {
|
|||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.postbox .inside,
|
.postbox .inside {
|
||||||
.stuffbox .inside {
|
|
||||||
padding: 0 12px 12px;
|
padding: 0 12px 12px;
|
||||||
line-height: 1.4em;
|
line-height: 1.4em;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.stuffbox .inside {
|
||||||
|
padding: 0;
|
||||||
|
line-height: 1.4em;
|
||||||
|
font-size: 13px;
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.postbox .inside {
|
.postbox .inside {
|
||||||
margin: 11px 0;
|
margin: 11px 0;
|
||||||
position: relative;
|
position: relative;
|
||||||
@ -2363,11 +2369,8 @@ body.iframe {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.edit-comment-author {
|
.edit-comment-author {
|
||||||
font-size: 14px;
|
|
||||||
line-height: 1.4;
|
|
||||||
font-weight: 600;
|
|
||||||
color: #222;
|
color: #222;
|
||||||
margin: 2px 9px 0 0;
|
border-bottom: 1px solid #eee;
|
||||||
}
|
}
|
||||||
|
|
||||||
#namediv h3 label, /* Back-compat for pre-4.4 */
|
#namediv h3 label, /* Back-compat for pre-4.4 */
|
||||||
|
2
wp-admin/css/common-rtl.min.css
vendored
2
wp-admin/css/common-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@ -2061,13 +2061,19 @@ html.wp-toolbar {
|
|||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.postbox .inside,
|
.postbox .inside {
|
||||||
.stuffbox .inside {
|
|
||||||
padding: 0 12px 12px;
|
padding: 0 12px 12px;
|
||||||
line-height: 1.4em;
|
line-height: 1.4em;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.stuffbox .inside {
|
||||||
|
padding: 0;
|
||||||
|
line-height: 1.4em;
|
||||||
|
font-size: 13px;
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.postbox .inside {
|
.postbox .inside {
|
||||||
margin: 11px 0;
|
margin: 11px 0;
|
||||||
position: relative;
|
position: relative;
|
||||||
@ -2363,11 +2369,8 @@ body.iframe {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.edit-comment-author {
|
.edit-comment-author {
|
||||||
font-size: 14px;
|
|
||||||
line-height: 1.4;
|
|
||||||
font-weight: 600;
|
|
||||||
color: #222;
|
color: #222;
|
||||||
margin: 2px 0 0 9px;
|
border-bottom: 1px solid #eee;
|
||||||
}
|
}
|
||||||
|
|
||||||
#namediv h3 label, /* Back-compat for pre-4.4 */
|
#namediv h3 label, /* Back-compat for pre-4.4 */
|
||||||
|
2
wp-admin/css/common.min.css
vendored
2
wp-admin/css/common.min.css
vendored
File diff suppressed because one or more lines are too long
@ -607,10 +607,18 @@ span.wp-media-buttons-icon:before {
|
|||||||
line-height: 1.4;
|
line-height: 1.4;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#poststuff .stuffbox h2 {
|
||||||
|
padding: 8px 10px;
|
||||||
|
}
|
||||||
|
|
||||||
#poststuff .inside {
|
#poststuff .inside {
|
||||||
margin: 6px 0 0 0;
|
margin: 6px 0 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#poststuff .stuffbox .inside {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
#poststuff .inside #parent_id,
|
#poststuff .inside #parent_id,
|
||||||
#poststuff .inside #page_template {
|
#poststuff .inside #page_template {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
@ -1246,6 +1254,15 @@ p.popular-tags a {
|
|||||||
|
|
||||||
.stuffbox .editcomment {
|
.stuffbox .editcomment {
|
||||||
clear: none;
|
clear: none;
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
#namediv.stuffbox .editcomment input {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
#namediv.stuffbox .editcomment.form-table td {
|
||||||
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#comment-status-radio p {
|
#comment-status-radio p {
|
||||||
@ -1439,12 +1456,20 @@ table.links-table {
|
|||||||
padding: 10px 10px;
|
padding: 10px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#poststuff .stuffbox .inside {
|
||||||
|
padding: 0 0 4px 2px;
|
||||||
|
}
|
||||||
|
|
||||||
#poststuff h3.hndle, /* Back-compat for pre-4.4 */
|
#poststuff h3.hndle, /* Back-compat for pre-4.4 */
|
||||||
#poststuff .stuffbox > h3, /* Back-compat for pre-4.4 */
|
#poststuff .stuffbox > h3, /* Back-compat for pre-4.4 */
|
||||||
#poststuff h2 {
|
#poststuff h2 {
|
||||||
padding: 12px;
|
padding: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#namediv.stuffbox .editcomment.form-table td {
|
||||||
|
padding: 5px 10px;
|
||||||
|
}
|
||||||
|
|
||||||
.post-format-options {
|
.post-format-options {
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
}
|
}
|
||||||
|
2
wp-admin/css/edit-rtl.min.css
vendored
2
wp-admin/css/edit-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@ -607,10 +607,18 @@ span.wp-media-buttons-icon:before {
|
|||||||
line-height: 1.4;
|
line-height: 1.4;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#poststuff .stuffbox h2 {
|
||||||
|
padding: 8px 10px;
|
||||||
|
}
|
||||||
|
|
||||||
#poststuff .inside {
|
#poststuff .inside {
|
||||||
margin: 6px 0 0 0;
|
margin: 6px 0 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#poststuff .stuffbox .inside {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
#poststuff .inside #parent_id,
|
#poststuff .inside #parent_id,
|
||||||
#poststuff .inside #page_template {
|
#poststuff .inside #page_template {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
@ -1246,6 +1254,15 @@ p.popular-tags a {
|
|||||||
|
|
||||||
.stuffbox .editcomment {
|
.stuffbox .editcomment {
|
||||||
clear: none;
|
clear: none;
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
#namediv.stuffbox .editcomment input {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
#namediv.stuffbox .editcomment.form-table td {
|
||||||
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#comment-status-radio p {
|
#comment-status-radio p {
|
||||||
@ -1439,12 +1456,20 @@ table.links-table {
|
|||||||
padding: 10px 10px;
|
padding: 10px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#poststuff .stuffbox .inside {
|
||||||
|
padding: 0 2px 4px 0;
|
||||||
|
}
|
||||||
|
|
||||||
#poststuff h3.hndle, /* Back-compat for pre-4.4 */
|
#poststuff h3.hndle, /* Back-compat for pre-4.4 */
|
||||||
#poststuff .stuffbox > h3, /* Back-compat for pre-4.4 */
|
#poststuff .stuffbox > h3, /* Back-compat for pre-4.4 */
|
||||||
#poststuff h2 {
|
#poststuff h2 {
|
||||||
padding: 12px;
|
padding: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#namediv.stuffbox .editcomment.form-table td {
|
||||||
|
padding: 5px 10px;
|
||||||
|
}
|
||||||
|
|
||||||
.post-format-options {
|
.post-format-options {
|
||||||
padding-right: 0;
|
padding-right: 0;
|
||||||
}
|
}
|
||||||
|
2
wp-admin/css/edit.min.css
vendored
2
wp-admin/css/edit.min.css
vendored
File diff suppressed because one or more lines are too long
@ -41,28 +41,29 @@ if ( 'approved' === wp_get_comment_status( $comment ) && $comment->comment_post_
|
|||||||
<div id="namediv" class="stuffbox">
|
<div id="namediv" class="stuffbox">
|
||||||
<div class="inside">
|
<div class="inside">
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<legend class="edit-comment-author"><?php _e( 'Author' ); ?></legend>
|
<h2 class="edit-comment-author">
|
||||||
|
<span><?php _e( 'Author' ); ?></span>
|
||||||
|
</h2>
|
||||||
<table class="form-table editcomment">
|
<table class="form-table editcomment">
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="first"><label for="name"><?php _e( 'Name:' ); ?></label></td>
|
<td class="first"><label for="name"><?php _e( 'Name' ); ?></label></td>
|
||||||
<td><input type="text" name="newcomment_author" size="30" value="<?php echo esc_attr( $comment->comment_author ); ?>" id="name" /></td>
|
<td><input type="text" name="newcomment_author" size="30" value="<?php echo esc_attr( $comment->comment_author ); ?>" id="name" /></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="first"><label for="email"><?php _e( 'Email:' ); ?></label></td>
|
<td class="first"><label for="email"><?php _e( 'Email' ); ?></label></td>
|
||||||
<td>
|
<td>
|
||||||
<input type="text" name="newcomment_author_email" size="30" value="<?php echo $comment->comment_author_email; ?>" id="email" />
|
<input type="text" name="newcomment_author_email" size="30" value="<?php echo $comment->comment_author_email; ?>" id="email" />
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="first"><label for="newcomment_author_url"><?php _e( 'URL:' ); ?></label></td>
|
<td class="first"><label for="newcomment_author_url"><?php _e( 'URL' ); ?></label></td>
|
||||||
<td>
|
<td>
|
||||||
<input type="text" id="newcomment_author_url" name="newcomment_author_url" size="30" class="code" value="<?php echo esc_attr( $comment->comment_author_url ); ?>" />
|
<input type="text" id="newcomment_author_url" name="newcomment_author_url" size="30" class="code" value="<?php echo esc_attr( $comment->comment_author_url ); ?>" />
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<br />
|
|
||||||
</fieldset>
|
</fieldset>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '5.1-alpha-44465';
|
$wp_version = '5.1-alpha-44466';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user