Changeset 45188
- Timestamp:
- 04/13/2019 04:31:08 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/themes.css
r44791 r45188 1097 1097 1098 1098 .theme-details .theme-rating { 1099 line-height: 23px;1099 line-height: 1.9; 1100 1100 } 1101 1101 … … 1112 1112 .theme-details .no-rating { 1113 1113 display: block; 1114 line-height: 20px;1114 line-height: 1.9; 1115 1115 } 1116 1116 … … 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; … … 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; … … 1515 1515 display: inline-block; 1516 1516 vertical-align: middle; 1517 line-height: 20px;1517 line-height: 1.6; 1518 1518 } 1519 1519 … … 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; … … 1804 1804 float: left; 1805 1805 color: #72777c; 1806 line-height: 20px;1806 line-height: 1.6; 1807 1807 max-width: 100%; 1808 1808 } … … 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
Note: See TracChangeset
for help on using the changeset viewer.