Make WordPress Core


Ignore:
Timestamp:
11/18/2013 06:52:06 PM (11 years ago)
Author:
iammattthomas
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/template.php

    r26089 r26247  
    687687<p>
    688688<a href="#edit_timestamp" class="save-timestamp hide-if-no-js button"><?php _e('OK'); ?></a>
    689 <a href="#edit_timestamp" class="cancel-timestamp hide-if-no-js"><?php _e('Cancel'); ?></a>
     689<a href="#edit_timestamp" class="cancel-timestamp hide-if-no-js button-cancel"><?php _e('Cancel'); ?></a>
    690690</p>
    691691<?php
Note: See TracChangeset for help on using the changeset viewer.