Changeset 32772
- Timestamp:
- 06/14/2015 08:11:40 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/forms.css
r32051 r32772 1088 1088 1089 1089 .form-table span.description { 1090 display: inline; 1090 1091 padding: 4px 0 0; 1091 1092 line-height: 1.4em; 1093 font-size: 14px; 1092 1094 } 1093 1095 … … 1099 1101 1100 1102 .form-table td { 1101 padding-top: 8px; 1103 margin-bottom: 0; 1104 padding-bottom: 6px; 1105 padding-top: 4px; 1102 1106 padding-left: 0; 1107 } 1108 1109 .form-table.permalink-structure td code { 1110 margin-left: 32px; 1111 } 1112 1113 .form-table.permalink-structure td input[type="text"] { 1114 margin-left: 32px; 1115 margin-top: 4px; 1116 width: 96%; 1103 1117 } 1104 1118
Note: See TracChangeset
for help on using the changeset viewer.