Make WordPress Core

Changeset 6890


Ignore:
Timestamp:
02/17/2008 10:23:04 PM (17 years ago)
Author:
ryan
Message:

Theme editor font sizing and layout fixes from ionfish. see #5890

Location:
trunk/wp-admin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/css/theme-editor.css

    r6879 r6890  
    11#template textarea {
    2     font: small 'Courier New', Courier, monospace;
     2    font-family: 'Courier New', Courier, monospace;
     3    font-size: 12px;
     4    width: 97%;
     5}
     6
     7#template p {
    38    width: 97%;
    49}
  • trunk/wp-admin/theme-editor.php

    r6889 r6890  
    153153         <input type="hidden" name="theme" value="<?php echo $theme ?>" />
    154154         </div>
     155       
     156        <div>
    155157<?php if ( is_writeable($real_file) ) : ?>
    156     <p class="submit">
     158            <p class="submit">
    157159<?php
    158160    echo "<input type='submit' name='submit' value='    " . __('Update File &raquo;') . "' tabindex='2' />";
     
    162164<p><em><?php _e('You need to make this file writable before you can save your changes. See <a href="http://codex.wordpress.org/Changing_File_Permissions">the Codex</a> for more information.'); ?></em></p>
    163165<?php endif; ?>
     166        </div>
    164167    </form>
    165168    <?php
Note: See TracChangeset for help on using the changeset viewer.