Make WordPress Core

Ticket #31685: 31685.diff

File 31685.diff, 1.0 KB (added by boonebgorges, 10 years ago)
  • src/wp-admin/css/list-tables.css

    diff --git src/wp-admin/css/list-tables.css src/wp-admin/css/list-tables.css
    index 09514f3..1582481 100644
    div.action-links, 
    19151915                -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1);
    19161916                box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1);
    19171917        }
     1918
     1919        /* My Sites */
     1920        table.my-sites td {
     1921                width: 94%;
     1922                float: left;
     1923                padding: 8px 3%;
     1924        }
     1925
     1926        table.my-sites.striped > tbody > :nth-child(odd),
     1927        .alternate {
     1928                background-color: inherit;
     1929        }
     1930
     1931        table.my-sites.striped > tbody > tr > :nth-child(odd),
     1932        .alternate {
     1933                background-color: #f9f9f9;
     1934        }
    19181935}
  • src/wp-admin/my-sites.php

    diff --git src/wp-admin/my-sites.php src/wp-admin/my-sites.php
    index 743b847..4ac0a6d 100644
    else : 
    7575        do_action( 'myblogs_allblogs_options' );
    7676        ?>
    7777        <br clear="all" />
    78         <table class="widefat fixed striped">
     78        <table class="my-sites widefat fixed striped">
    7979        <?php
    8080        /**
    8181         * Enable the Global Settings section on the My Sites screen.