edit-items.css
12 years ago
many-items.css
12 years ago
nova-font.css
11 years ago
nova.css
5 years ago
portfolio-shortcode.css
11 years ago
testimonial-shortcode.css
11 years ago
many-items.css
15 lines
| 1 | .many-items-table th, .many-items-table td { |
| 2 | width: 25%; |
| 3 | } |
| 4 | |
| 5 | .many-items-table input, .many-items-table textarea { |
| 6 | width: 100%; |
| 7 | } |
| 8 | |
| 9 | .many-items-table input[type=file] { |
| 10 | -moz-box-sizing: border-box; |
| 11 | -webkit-box-sizing: border-box; |
| 12 | -ms-box-sizing: border-box; |
| 13 | box-sizing: border-box; |
| 14 | } |
| 15 |