Ticket #33221: 33221.patch
File 33221.patch, 744 bytes (added by , 9 years ago) |
---|
-
src/wp-admin/css/common.css
2408 2408 position: relative; 2409 2409 right: 0; 2410 2410 left: 0; 2411 height: 36px; 2411 min-height: 36px; 2412 font-size: 0; 2412 2413 z-index: 1; 2413 2414 border-bottom: 1px solid #ddd; 2414 2415 background: #f3f3f3; … … 2416 2417 2417 2418 #plugin-information-tabs a { 2418 2419 position: relative; 2419 float: left;2420 display: inline-block; 2420 2421 padding: 9px 10px; 2421 2422 margin: 0; 2422 2423 height: 18px; … … 2428 2429 } 2429 2430 2430 2431 #plugin-information-tabs a.current { 2431 margin: 0 -1px 0;2432 margin: 0 -1px -1px; 2432 2433 background: #fff; 2433 2434 border: 1px solid #ddd; 2434 2435 border-bottom-color: #fff;