Ticket #44643: 44643.themes.css.diff
File 44643.themes.css.diff, 1.7 KB (added by , 6 years ago) |
---|
-
wp-admin/css/themes.css
1096 1096 } 1097 1097 1098 1098 .theme-details .theme-rating { 1099 line-height: 23px;1099 line-height: 1.9; 1100 1100 } 1101 1101 1102 1102 .theme-details .star-rating { … … 1111 1111 1112 1112 .theme-details .no-rating { 1113 1113 display: block; 1114 line-height: 20px;1114 line-height: 1.9; 1115 1115 } 1116 1116 1117 1117 /*------------------------------------------------------------------------------ … … 1213 1213 box-shadow: none; 1214 1214 /* Following properties are overridden by buttons responsive styles (see: wp-includes/css/buttons.css). */ 1215 1215 height: 40px !important; 1216 line-height: 37px!important;1216 line-height: 2.9 !important; 1217 1217 margin: 0 -1px 0 0 !important; 1218 1218 padding: 0 10px 1px !important; 1219 1219 position: relative; … … 1376 1376 right: 0; 1377 1377 height: 45px; 1378 1378 padding: 0 15px; 1379 line-height: 45px;1379 line-height: 3.2; 1380 1380 z-index: 10; 1381 1381 margin: 0; 1382 1382 border-top: none; … … 1514 1514 .wp-full-overlay .collapse-sidebar-label { 1515 1515 display: inline-block; 1516 1516 vertical-align: middle; 1517 line-height: 20px;1517 line-height: 1.6; 1518 1518 } 1519 1519 1520 1520 .wp-full-overlay .collapse-sidebar-arrow { … … 1781 1781 1782 1782 .install-theme-info .theme-name { 1783 1783 font-size: 16px; 1784 line-height: 24px;1784 line-height: 1.5; 1785 1785 margin-bottom: 0; 1786 1786 margin-top: 0; 1787 1787 } … … 1803 1803 .theme-details .theme-description { 1804 1804 float: left; 1805 1805 color: #72777c; 1806 line-height: 20px;1806 line-height: 1.6; 1807 1807 max-width: 100%; 1808 1808 } 1809 1809 … … 1811 1811 float: right; 1812 1812 margin: 8px 10px 0 0; 1813 1813 /* For when .theme-install is a span rather than a.button-primary (already installed theme) */ 1814 line-height: 2 6px;1814 line-height: 2; 1815 1815 } 1816 1816 1817 1817 .theme-install-overlay .wp-full-overlay-sidebar {