Changeset 29590
- Timestamp:
- 08/24/2014 08:44:27 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/common.css
r29575 r29590 2256 2256 left: 0; 2257 2257 min-height: 100%; 2258 /* Height of title + tabs + install now */ 2259 min-height: -webkit-calc( 100% - 152px ); 2260 min-height: calc( 100% - 152px ); 2261 } 2262 2263 #plugin-information-content.with-banner { 2264 /* Height of banner + tabs + install now */ 2258 2265 min-height: -webkit-calc( 100% - 346px ); 2259 2266 min-height: calc( 100% - 346px );
Note: See TracChangeset
for help on using the changeset viewer.