Changeset 45484
- Timestamp:
- 05/30/2019 04:44:02 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/media.css
r45483 r45484 101 101 .describe-toggle-off { 102 102 display: block; 103 line-height: 36px;103 line-height: 2.76923076; 104 104 float: right; 105 105 margin-right: 10px; … … 133 133 134 134 .media-item .filename { 135 line-height: 36px;135 line-height: 2.76923076; 136 136 overflow: hidden; 137 137 margin-left: 6px; … … 240 240 font-size: 18px; 241 241 font-weight: 600; 242 line-height: 36px;242 line-height: 2; 243 243 padding: 0 36px 0 16px; 244 244 position: absolute; … … 756 756 .edit-attachment-frame textarea { 757 757 padding: 6px 8px; 758 line-height: 1 6px;758 line-height: 1.14285714; 759 759 } 760 760 … … 941 941 -webkit-font-smoothing: antialiased; 942 942 -moz-osx-font-smoothing: grayscale; 943 line-height: 1 6px;943 line-height: 1.23076923; 944 944 color: #72777c; 945 945 } … … 1165 1165 .wp_attachment_details label[for="content"] { 1166 1166 font-size: 14px; 1167 line-height: 1.5 em;1167 line-height: 1.5; 1168 1168 } 1169 1169
Note: See TracChangeset
for help on using the changeset viewer.