Make WordPress Core

Changeset 20571


Ignore:
Timestamp:
04/23/2012 11:00:14 PM (13 years ago)
Author:
azaozz
Message:

Lengthen the "screen-per-page" input box to prevent cutoff caused by setting type="number", remove some duplicate css, props thezman84, see #20015

Location:
trunk/wp-admin/css
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/css/wp-admin-rtl.dev.css

    r20514 r20571  
    817817    margin-right: 0;
    818818    margin-left: -1px;
    819 }
    820 
    821 /* positioning etc. */
    822 
    823 #posts-filter fieldset {
    824     float: right;
    825     margin: 0 0 1em 1.5ex;
    826 }
    827 
    828 #posts-filter fieldset legend {
    829     padding: 0 1px .2em 0;
    830819}
    831820
  • trunk/wp-admin/css/wp-admin.dev.css

    r20516 r20571  
    24522452}
    24532453.screen-per-page {
    2454     width: 3em;
     2454    width: 4em;
    24552455}
    24562456
     
    29732973}
    29742974
    2975 .screen-per-page {
    2976     width: 3em;
    2977 }
    2978 
    2979 #posts-filter fieldset {
    2980     float: left;
    2981     margin: 0 1.5ex 1em 0;
    2982     padding: 0;
    2983 }
    2984 
    2985 #posts-filter fieldset legend {
    2986     padding: 0 0 .2em 1px;
    2987 }
    2988 
    29892975/* Edit posts */
    2990 td.post-title strong, td.plugin-title strong {
     2976td.post-title strong,
     2977td.plugin-title strong {
    29912978    display: block;
    29922979    margin-bottom: .2em;
    29932980}
    29942981
    2995 td.post-title p, td.plugin-title p {
     2982td.post-title p,
     2983td.plugin-title p {
    29962984    margin: 6px 0;
    29972985}
     
    55355523}
    55365524
    5537 td.post-title strong,
    5538 td.plugin-title strong {
    5539     display: block;
    5540     margin-bottom: .2em;
    5541 }
    5542 
    5543 td.post-title p,
    5544 td.plugin-title p {
    5545     margin: 6px 0;
    5546 }
    5547 
    55485525#templateside ul li a {
    55495526    text-decoration: none;
Note: See TracChangeset for help on using the changeset viewer.