Make WordPress Core

Ticket #14466: 14466.2.diff

File 14466.2.diff, 4.1 KB (added by andrewryno, 14 years ago)
  • wp-admin/css/ie.dev.css

     
    6060        margin: 0;
    6161}
    6262
    63 * html #footer {
     63* html #wpfooter {
    6464        margin: 0;
    6565}
    6666
  • wp-admin/css/global.dev.css

     
    105105        width: 28px;
    106106}
    107107
    108 #footer {
     108#wpfooter {
    109109        clear: both;
    110110        position: relative;
    111111        width: 100%;
  • wp-admin/css/wp-admin-rtl.dev.css

     
    722722/* no italic
    723723=================================== */
    724724
    725 #quicktags #ed_em, #ed_reply_toolbar #ed_reply_em, .tablenav .displaying-num, #footer, #footer a, p.help, p.description, span.description, .form-wrap p, #side-sortables .comments-box thead th,
     725#quicktags #ed_em, #ed_reply_toolbar #ed_reply_em, .tablenav .displaying-num, #wpfooter, #wpfooter a, p.help, p.description, span.description, .form-wrap p, #side-sortables .comments-box thead th,
    726726#normal-sortables .comments-box thead th, .howto, .inline-edit-row fieldset span.title, .inline-edit-row fieldset span.checkbox-title, #utc-time, #local-time, form.upgrade .hint, p.install-help, .imgedit-help  {
    727727        font-style: normal;
    728728}
  • wp-admin/css/colors-classic.dev.css

     
    567567        color: #d54e21 !important;
    568568}
    569569
    570 #footer {
     570#wpfooter {
    571571        color: #777;
    572572        border-color: #b0c8d7;
    573573        background: #cfdfe9; /* fallback color */
     
    711711
    712712#user_info a:link,
    713713#user_info a:visited,
    714 #footer a:link,
    715 #footer a:visited {
     714#wpfooter a:link,
     715#wpfooter a:visited {
    716716        color: #174f69;
    717717        text-decoration: none;
    718718}
    719719
    720720#user_info a:hover,
    721 #footer a:hover {
     721#wpfooter a:hover {
    722722        color: #000;
    723723        text-decoration: underline !important;
    724724}
  • wp-admin/css/colors-fresh.dev.css

     
    567567        color: #d54e21 !important;
    568568}
    569569
    570 #footer {
     570#wpfooter {
    571571        color: #777;
    572572        border-color: #d1d1d1;
    573573        background: #d9d9d9; /* fallback color */
     
    711711
    712712#user_info a:link,
    713713#user_info a:visited,
    714 #footer a:link,
    715 #footer a:visited {
     714#wpfooter a:link,
     715#wpfooter a:visited {
    716716        color: #222;
    717717        text-decoration: none;
    718718}
    719719
    720720#user_info a:hover,
    721 #footer a:hover {
     721#wpfooter a:hover {
    722722        color: #000;
    723723        text-decoration: underline !important;
    724724}
  • wp-admin/css/wp-admin.dev.css

     
    39253925  21.0 - Admin Footer
    39263926------------------------------------------------------------------------------*/
    39273927
    3928 #footer {
     3928#wpfooter {
    39293929        margin-top: -46px;
    39303930        border-top: 1px;
    39313931        border-style: solid;
    39323932}
    39333933
    3934 #footer,
    3935 #footer a {
     3934#wpfooter,
     3935#wpfooter a {
    39363936        font-size: 12px;
    39373937        font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
    39383938        font-style: italic;
    39393939}
    39403940
    3941 #footer p {
     3941#wpfooter p {
    39423942        margin: 0;
    39433943        padding: 15px;
    39443944        line-height: 15px;
    39453945}
    39463946
    3947 #footer a {
     3947#wpfooter a {
    39483948        text-decoration: none;
    39493949}
    39503950
    3951 #footer a:hover {
     3951#wpfooter a:hover {
    39523952        text-decoration: underline;
    39533953}
    39543954
  • wp-admin/admin-footer.php

     
    1616<div class="clear"></div></div><!-- wpcontent -->
    1717</div><!-- wpwrap -->
    1818
    19 <div id="footer">
     19<div id="wpfooter">
    2020<p id="footer-left" class="alignleft"><?php
    2121do_action( 'in_admin_footer' );
    2222$upgrade = apply_filters( 'update_footer', '' );