Style and positioning fixes to form elements in the Publish box:
- Make select element text #555 to match others - Make Cancel links vertically align with buttons - Make sure the spacing between buttons and cancel links is always consistent - Override active button styles for responsive states so button size doesn't change when active - Reduce font size of date select element to match date text inputs Fixes #26082, props aubreypwd. Built from https://develop.svn.wordpress.org/trunk@26247 git-svn-id: http://core.svn.wordpress.org/trunk@26153 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -686,7 +686,7 @@ function touch_time( $edit = 1, $for_post = 1, $tab_index = 0, $multi = 0 ) {
|
||||
|
||||
<p>
|
||||
<a href="#edit_timestamp" class="save-timestamp hide-if-no-js button"><?php _e('OK'); ?></a>
|
||||
<a href="#edit_timestamp" class="cancel-timestamp hide-if-no-js"><?php _e('Cancel'); ?></a>
|
||||
<a href="#edit_timestamp" class="cancel-timestamp hide-if-no-js button-cancel"><?php _e('Cancel'); ?></a>
|
||||
</p>
|
||||
<?php
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user