Changeset 31890
- Timestamp:
- 03/25/2015 10:24:37 PM (10 years ago)
- Location:
- trunk/src/wp-admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/list-tables.css
r31865 r31890 814 814 .inline-edit-row fieldset .inline-edit-group { 815 815 clear: both; 816 line-height: 2.5; 816 817 } 817 818 … … 840 841 margin: .2em 0; 841 842 padding: 0; 842 line-height: 2 3px;843 line-height: 2.5; 843 844 } 844 845 .inline-edit-row fieldset span.title, … … 846 847 margin: 0; 847 848 padding: 0; 848 line-height: 27px;849 849 } 850 850 … … 853 853 display: block; 854 854 margin: .2em 0; 855 line-height: 2.5; 855 856 } 856 857 … … 868 869 float: left; 869 870 width: 5em; 871 line-height: 2.5; 870 872 } 871 873 … … 880 882 } 881 883 884 .inline-edit-row .inline-edit-or { 885 margin: .2em 6px .2em 0; 886 line-height: 2.5; 887 } 888 882 889 .inline-edit-row .input-text-wrap input[type=text] { 883 890 width: 100%; … … 885 892 886 893 .inline-edit-row fieldset label input[type=checkbox] { 887 vertical-align: text-bottom;894 vertical-align: middle; 888 895 } 889 896 … … 891 898 width: 100%; 892 899 height: 4em; 900 vertical-align: top; 893 901 } 894 902 … … 919 927 .inline-edit-row fieldset span.checkbox-title { 920 928 font-style: italic; 921 line-height: 1.8em;922 929 } 923 930 … … 1706 1713 } 1707 1714 1715 .inline-edit-row .inline-edit-or { 1716 margin: 0 6px 0 0; 1717 } 1718 1708 1719 #bulk-titles div { 1709 1720 margin: 0.8em 0.3em; -
trunk/src/wp-admin/includes/class-wp-posts-list-table.php
r31862 r31890 1113 1113 </label> 1114 1114 1115 <em style="margin:5px 10px 0 0" class="alignleft">1115 <em class="alignleft inline-edit-or"> 1116 1116 <?php 1117 1117 /* translators: Between password field and private checkbox on post quick edit interface */
Note: See TracChangeset
for help on using the changeset viewer.