Changeset 48503
- Timestamp:
- 07/17/2020 06:27:09 AM (5 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/css/common.css (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/common.css
r48465 r48503 2638 2638 margin-right: 250px; /* FYI box */ 2639 2639 padding: 10px 26px; 2640 margin-bottom: -9993 9px; /* 60px less than the padding below to accommodate footer*/2640 margin-bottom: -99932px; /* 67px less than the padding below to accommodate footer height */ 2641 2641 padding-bottom: 99999px; /* equal height column trick */ 2642 2642 } … … 2656 2656 right: 0; 2657 2657 padding: 16px; 2658 margin-bottom: -9993 9px; /* 60px less than the padding below to accommodate footer*/2658 margin-bottom: -99932px; /* 67px less than the padding below to accommodate footer height */ 2659 2659 padding-bottom: 99999px; /* equal height column trick */ 2660 2660 width: 217px; … … 2750 2750 bottom: 0; 2751 2751 left: 0; 2752 height: 33px; /* 33+13+13+1=60*/2752 height: 40px; /* actual height: 40+13+13+1=67 */ 2753 2753 border-top: 1px solid #ddd; 2754 2754 background: #f3f3f3;
Note: See TracChangeset
for help on using the changeset viewer.