Changeset 26453
- Timestamp:
- 11/28/2013 03:20:36 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/wp-admin.css
r26452 r26453 11604 11604 } 11605 11605 11606 /* Categories */11606 /* Taxonomies */ 11607 11607 .fixed .column-description { 11608 11608 display: none; … … 11618 11618 11619 11619 /* Comments */ 11620 . fixed.column-response {11620 .comments .column-response { 11621 11621 width: 35%; 11622 11622 } 11623 11623 11624 11624 /* Media */ 11625 . fixed.column-parent {11625 .media .column-parent { 11626 11626 display: none; 11627 11627 } 11628 11628 11629 /* Comments */11630 . fixed .column-email, .fixed.column-name {11629 /* Users */ 11630 .users .column-email, .users .column-name { 11631 11631 display: none; 11632 11632 } 11633 11633 11634 . fixed.column-role {11634 .users .column-role { 11635 11635 width: 35%; 11636 }11637 11638 /* Plugins */11639 .plugins .column-description {11640 width: 70%;11641 }11642 11643 #wpbody-content .plugins .plugin-title {11644 white-space: normal;11645 width: 30%;11646 11636 } 11647 11637
Note: See TracChangeset
for help on using the changeset viewer.