Make WordPress Core

Changeset 7101


Ignore:
Timestamp:
02/29/2008 08:08:17 AM (18 years ago)
Author:
ryan
Message:

Set max width on .wrap. Props mt. fixes #6036

Location:
trunk/wp-admin
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/css/global.css

    r7066 r7101  
    9090    margin-right: 15px;
    9191    padding: 0;
     92    max-width: 960px;
    9293}
    9394
  • trunk/wp-admin/edit-form-advanced.php

    r6983 r7101  
    164164</div>
    165165
     166<div id="post-body">
    166167<div id="titlediv">
    167168<h3><?php _e('Title') ?></h3>
     
    341342
    342343<?php do_action('dbx_post_sidebar'); ?>
    343 
     344</div>
    344345</div>
    345346
  • trunk/wp-admin/edit-link-form.php

    r6969 r7101  
    6868</div>
    6969
     70<div id="post-body">
    7071<div id="namediv" class="stuffbox">
    7172<h3><?php _e('Name') ?></h3>
     
    300301
    301302</div>
     303</div>
    302304
    303305</div>
  • trunk/wp-admin/edit-page-form.php

    r7085 r7101  
    147147</div>
    148148
     149<div id="post-body">
    149150<div id="titlediv">
    150151<h3><?php _e('Title') ?></h3>
     
    271272
    272273</div>
     274</div>
    273275
    274276</div>
  • trunk/wp-admin/wp-admin.css

    r7090 r7101  
    392392}
    393393
    394 #poststuff {
     394#poststuff #post-body {
    395395    margin-right: 16em;
    396396}
     
    11421142
    11431143.submitbox {
    1144     position: absolute;
    11451144    background-color: #eaf3fa;
    11461145    width: 200px;
    1147     right: 15px;
     1146    float: right;
    11481147}
    11491148
     
    14021401#the-comment-list td.comment {
    14031402    width: 65%;
    1404     padding-right: 10%;
     1403    max-width: 460px;
     1404    word-wrap: break-word;
    14051405}
    14061406
Note: See TracChangeset for help on using the changeset viewer.