Changeset 35343
- Timestamp:
- 10/21/2015 09:54:42 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/common.css
r35340 r35343 2429 2429 margin-right: 250px; /* FYI box */ 2430 2430 padding: 10px 26px; 2431 margin-bottom: -9993 0px; /* a bitless than the padding below to accommodate footer */2431 margin-bottom: -99939px; /* 60px less than the padding below to accommodate footer */ 2432 2432 padding-bottom: 99999px; /* equal height column trick */ 2433 2433 } … … 2438 2438 2439 2439 #plugin-information .fyi { 2440 display: block;2441 2440 float: right; 2442 2441 position: relative; … … 2444 2443 right: 0; 2445 2444 padding: 16px; 2446 margin-bottom: -9993 0px; /* slightlyless than the padding below to accommodate footer */2445 margin-bottom: -99939px; /* 60px less than the padding below to accommodate footer */ 2447 2446 padding-bottom: 99999px; /* equal height column trick */ 2448 2447 width: 217px; … … 2529 2528 2530 2529 #plugin-information-footer { 2531 padding: 1 5px 16px;2530 padding: 13px 16px; 2532 2531 position: absolute; 2533 2532 right: 0; 2534 2533 bottom: 0; 2535 2534 left: 0; 2536 height: 28px;2535 height: 33px; /* 33+13+13+1=60 */ 2537 2536 border-top: 1px solid #ddd; 2538 2537 background: #f3f3f3;
Note: See TracChangeset
for help on using the changeset viewer.