This repository has been archived on 2023-08-16. You can view files and clone it, but cannot push or open issues or pull requests.
Omphaloskepsis/plugins/jetpack/modules/custom-post-types/css/many-items.css
2018-03-21 18:19:20 +00:00

15 lines
288 B
CSS

.many-items-table th, .many-items-table td {
width: 25%;
}
.many-items-table input, .many-items-table textarea {
width: 100%;
}
.many-items-table input[type=file] {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}