Ticket #44643: 44643.media.css.diff
File 44643.media.css.diff, 1.5 KB (added by , 6 years ago) |
---|
-
wp-admin/css/media.css
100 100 .describe-toggle-on, 101 101 .describe-toggle-off { 102 102 display: block; 103 line-height: 36px;103 line-height: 2.7; 104 104 float: right; 105 105 margin-right: 10px; 106 106 } … … 132 132 } 133 133 134 134 .media-item .filename { 135 line-height: 36px;135 line-height: 2.7; 136 136 overflow: hidden; 137 137 margin-left: 6px; 138 138 } … … 239 239 height: 36px; 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; 245 245 top: 0; … … 382 382 margin: -0.5em 0 2em 0; 383 383 } 384 384 385 /* This does not belong here, it has nothing to do with media */ 385 386 #poststuff .inside .the-tagcloud { 386 387 margin: 5px 0 10px; 387 388 padding: 8px; 388 389 border: 1px solid #ddd; 389 line-height: 1. 8em;390 line-height: 1.9; 390 391 word-spacing: 3px; 391 392 } 392 393 … … 777 778 .edit-attachment-frame input, 778 779 .edit-attachment-frame textarea { 779 780 padding: 6px 8px; 780 line-height: 1 6px;781 line-height: 1.2; 781 782 } 782 783 783 784 .edit-attachment-frame .attachment-info { … … 955 956 background: #f1f1f1; 956 957 -webkit-font-smoothing: antialiased; 957 958 -moz-osx-font-smoothing: grayscale; 958 line-height: 1 6px;959 line-height: 1.3; 959 960 color: #72777c; 960 961 } 961 962 … … 1179 1180 @media screen and (max-width: 782px) { 1180 1181 .wp_attachment_details label[for="content"] { 1181 1182 font-size: 14px; 1182 line-height: 1.5 em;1183 line-height: 1.5; 1183 1184 } 1184 1185 1185 1186 .media-upload-form .media-item.error,