Make WordPress Core


Ignore:
Timestamp:
10/02/2010 05:31:42 AM (14 years ago)
Author:
azaozz
Message:

Properly align all buttons in the TinyMCE dialogs, see #12574

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/js/tinymce/plugins/media/media.htm

    r15683 r15684  
    810810
    811811        <div class="mceActionPanel">
    812             <input type="submit" id="insert" name="insert" value="{#insert}" />
    813             <input type="button" id="cancel" name="cancel" value="{#cancel}" onclick="tinyMCEPopup.close();" />
     812            <div style="float: left">
     813                <input type="button" id="cancel" name="cancel" value="{#cancel}" onclick="tinyMCEPopup.close();" />
     814            </div>
     815
     816            <div style="float: right">
     817                <input type="submit" id="insert" name="insert" value="{#insert}" />
     818            </div>
    814819        </div>
    815820    </form>
Note: See TracChangeset for help on using the changeset viewer.