Ticket #44643: 44643.dashboard.css.diff
File 44643.dashboard.css.diff, 1.4 KB (added by , 6 years ago) |
---|
-
wp-admin/css/dashboard.css
107 107 box-shadow: 0 1px 1px rgba(0,0,0,0.04); 108 108 background: #fff; 109 109 font-size: 13px; 110 line-height: 2.1em;110 line-height: 1.7; 111 111 } 112 112 113 113 .welcome-panel h2 { … … 198 198 } 199 199 200 200 .welcome-panel .welcome-widgets-menus { 201 line-height: 1 6px;201 line-height: 1.2; 202 202 } 203 203 204 204 .welcome-panel .welcome-panel-column ul { … … 206 206 } 207 207 208 208 .welcome-panel .welcome-panel-column li { 209 line-height: 1 6px;209 line-height: 1.1; 210 210 list-style-type: none; 211 211 padding: 0 0 8px; 212 212 } … … 357 357 .community-events-form label { 358 358 display: inline-block; 359 359 vertical-align: top; 360 line-height: 2 8px;360 line-height: 2.1; 361 361 height: 28px; 362 362 } 363 363 … … 379 379 #dashboard-widgets .community-events-cancel.button-link { 380 380 vertical-align: top; 381 381 /* Same properties as the submit button for cross-browsers alignment. */ 382 line-height: 2 6px;382 line-height: 2; 383 383 height: 28px; 384 384 text-decoration: underline; 385 385 } … … 977 977 } 978 978 979 979 #latest-comments #the-comment-list .comment-meta { 980 line-height: 1.5 em;980 line-height: 1.5; 981 981 margin: 0; 982 982 color: #666; 983 983 } … … 1028 1028 a.rsswidget { 1029 1029 font-size: 13px; 1030 1030 font-weight: 600; 1031 line-height: 1.4 em;1031 line-height: 1.4; 1032 1032 } 1033 1033 1034 1034 .rss-widget ul li { 1035 line-height: 1.5 em;1035 line-height: 1.5; 1036 1036 margin-bottom: 12px; 1037 1037 } 1038 1038