new-item.less in Woody Code Snippets – Insert PHP, CSS, JS, and Header/Footer Scripts 2.3.1, at admin/assets/css/new-item.less
| 1 | .wrap { |
| 2 | margin-top: 0; |
| 3 | } |
| 4 | |
| 5 | .wbcr-inp-items { |
| 6 | padding-top: 10px; |
| 7 | padding-bottom: 20px; |
| 8 | overflow: hidden; |
| 9 | background-color: #f1f1f1; |
| 10 | |
| 11 | .wbcr-inp-buttons .button { |
| 12 | background-color: #fff; |
| 13 | } |
| 14 | |
| 15 | .wbcr-inp-item { |
| 16 | width: 250px; |
| 17 | min-width: 0; |
| 18 | height: 250px; |
| 19 | |
| 20 | padding: 20px; |
| 21 | margin: 0 15px 15px 0; |
| 22 | |
| 23 | vertical-align: top; |
| 24 | float: left; |
| 25 | |
| 26 | -moz-box-sizing: border-box; |
| 27 | box-sizing: border-box; |
| 28 | |
| 29 | line-height: 150%; |
| 30 | position: relative; |
| 31 | |
| 32 | .wbcr-inp-title { |
| 33 | font-size: 16px; |
| 34 | margin: 0 0 15px 0; |
| 35 | } |
| 36 | |
| 37 | .wbcr-inp-buttons { |
| 38 | position: absolute; |
| 39 | bottom: 0; |
| 40 | left: 0; |
| 41 | right: 0; |
| 42 | padding: 18px; |
| 43 | background-color: #f9f9f9; |
| 44 | height: 66px; |
| 45 | |
| 46 | -moz-box-sizing: border-box; |
| 47 | box-sizing: border-box; |
| 48 | |
| 49 | .dashicons { |
| 50 | position: relative; |
| 51 | font-size: 20px; |
| 52 | } |
| 53 | |
| 54 | .dashicons + span { |
| 55 | margin-left: 5px; |
| 56 | } |
| 57 | |
| 58 | .wbcr-inp-hint-button { |
| 59 | float: right; |
| 60 | |
| 61 | .dashicons { |
| 62 | top: 4px |
| 63 | } |
| 64 | } |
| 65 | |
| 66 | .wbcr-inp-create { |
| 67 | .dashicons { |
| 68 | top: 5px |
| 69 | } |
| 70 | } |
| 71 | } |
| 72 | } |
| 73 | } |
| 74 |