Changeset 47622
- Timestamp:
- 04/25/2020 12:25:54 PM (5 years ago)
- Location:
- trunk/src/wp-admin/css
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/common.css
r47252 r47622 3999 3999 } 4000 4000 4001 #screen-meta, 4002 #screen-meta-links { 4003 margin-right: 10px; 4004 } 4005 4001 4006 #screen-meta-links { 4002 4007 margin-bottom: 20px; /* Add margins beneath links for better spacing between boxes and elements */ -
trunk/src/wp-admin/css/forms.css
r47395 r47622 1501 1501 1502 1502 .form-table th { 1503 padding-top: 10px; 1504 padding-bottom: 0; 1503 padding: 10px 0 0 0; 1505 1504 border-bottom: 0; 1506 1505 } … … 1508 1507 .form-table td { 1509 1508 margin-bottom: 0; 1510 padding-bottom: 6px; 1511 padding-top: 4px; 1512 padding-left: 0; 1509 padding: 4px 0 6px 0; 1513 1510 } 1514 1511
Note: See TracChangeset
for help on using the changeset viewer.