codemirror
2 years ago
datatables
2 years ago
admin-page.css
2 years ago
content-order.css
2 years ago
hide-admin-notices.css
2 years ago
jBox.all.min.css
2 years ago
list-table.css
2 years ago
maintenance.css
2 years ago
media-categories-frontend.css
2 years ago
media-replace-frontend.css
2 years ago
media-replace.css
2 years ago
wp-admin.css
2 years ago
media-replace.css
46 lines
| 1 | /* Hide media replace field on media frame of media library grid view and add media screen */ |
| 2 | .compat-field-asenha-media-replace { |
| 3 | display: none !important; |
| 4 | } |
| 5 | |
| 6 | |
| 7 | |
| 8 | .wp-core-ui .button-secondary.asenha-media-replace-button { |
| 9 | margin-top: 8px; |
| 10 | } |
| 11 | |
| 12 | .asenha-media-replace-notes { |
| 13 | margin-top: 8px; |
| 14 | } |
| 15 | |
| 16 | .compat-item .compat-field-asenha-media-replace th.label { |
| 17 | display: none; |
| 18 | min-width: 0%; |
| 19 | width: 0%; |
| 20 | } |
| 21 | |
| 22 | .compat-item .compat-field-asenha-media-replace .field { |
| 23 | float: left; |
| 24 | width: 99.8%; |
| 25 | } |
| 26 | |
| 27 | .compat-field-asenha-media-replace .postbox { |
| 28 | margin-bottom: 0; |
| 29 | } |
| 30 | |
| 31 | .compat-field-asenha-media-replace .postbox .inside { |
| 32 | margin-top: 8px; |
| 33 | margin-bottom: 0; |
| 34 | padding-bottom: 0; |
| 35 | } |
| 36 | |
| 37 | #media-replace-div .postbox .inside { |
| 38 | padding-bottom: 0; |
| 39 | } |
| 40 | |
| 41 | .compat-field-asenha-media-replace .postbox-header .hndle { |
| 42 | font-size: 1.125em; |
| 43 | line-height: 1; |
| 44 | padding-left: 12px; |
| 45 | padding-right: 12px; |
| 46 | } |