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
nova.css
111 lines
| 1 | /* edit-items.css |
| 2 | -------------------------------------------------------------- */ |
| 3 | |
| 4 | .widefat .menu-label-row td { |
| 5 | border-bottom-width: 1px; |
| 6 | } |
| 7 | .widefat .menu-label-row td h3 { |
| 8 | padding-left: 30px; |
| 9 | } |
| 10 | .widefat .menu-label-row td h3 .edit-nova-section { |
| 11 | font-size: .8em; |
| 12 | font-weight: normal; |
| 13 | margin-left: 5px; |
| 14 | } |
| 15 | .widefat .menu-order-value { |
| 16 | width: 2.5em; |
| 17 | text-align: center; |
| 18 | } |
| 19 | .widefat .menu-label-row, .widefat .menu-label-row td { |
| 20 | background-color: #f0f0f1; |
| 21 | color: #111; |
| 22 | border: 0 none; |
| 23 | -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.05); |
| 24 | box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.05); |
| 25 | } |
| 26 | .ui-sortable .type-nova_menu_item { |
| 27 | cursor: move; |
| 28 | background-color: #fff; |
| 29 | } |
| 30 | .ui-sortable .type-nova_menu_item:nth-child(even) { |
| 31 | background-color: #f6f7f7; |
| 32 | } |
| 33 | .ui-sortable .type-nova_menu_item.ui-sortable-helper { |
| 34 | -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1); |
| 35 | box-shadow: 0 0 1px rgba(0, 0, 0, 0.1); |
| 36 | } |
| 37 | .tablenav .button-reorder { |
| 38 | margin-top: 4px; |
| 39 | } |
| 40 | .tablenav .view-switch a, .tablenav div.tablenav-pages { |
| 41 | display: none; |
| 42 | } |
| 43 | |
| 44 | |
| 45 | /* many-items.css |
| 46 | -------------------------------------------------------------- */ |
| 47 | |
| 48 | .many-items-table th, .many-items-table td { |
| 49 | width: 30%; |
| 50 | } |
| 51 | |
| 52 | .many-items-table th.nova-price, .many-items-table td.nova-price { |
| 53 | width: 10%; |
| 54 | } |
| 55 | |
| 56 | .many-items-table input, .many-items-table textarea { |
| 57 | width: 100%; |
| 58 | } |
| 59 | |
| 60 | .many-items-table input[type=file] { |
| 61 | -moz-box-sizing: border-box; |
| 62 | -webkit-box-sizing: border-box; |
| 63 | -ms-box-sizing: border-box; |
| 64 | box-sizing: border-box; |
| 65 | } |
| 66 | |
| 67 | |
| 68 | /* new |
| 69 | -------------------------------------------------------------- */ |
| 70 | |
| 71 | #the-list tr td:nth-of-type(2) { |
| 72 | padding-top: 15px; |
| 73 | } |
| 74 | |
| 75 | .nova-move-menu-up:before, |
| 76 | .nova-move-menu-down:before { |
| 77 | margin-right: 5px; |
| 78 | font: normal 10px/1 'dashicons' !important; |
| 79 | speak: none; |
| 80 | } |
| 81 | |
| 82 | .nova-move-menu-up:before { |
| 83 | content: "\f342"; |
| 84 | } |
| 85 | |
| 86 | .nova-move-menu-down:before { |
| 87 | content: "\f346"; |
| 88 | } |
| 89 | |
| 90 | .dashicon:before { |
| 91 | font: normal 20px/1 'dashicons'; |
| 92 | speak: none; |
| 93 | top: 5px; |
| 94 | display: inline-block; |
| 95 | position: relative; |
| 96 | -webkit-font-smoothing: antialiased; |
| 97 | -moz-osx-font-smoothing: grayscale; |
| 98 | text-decoration: none !important; |
| 99 | vertical-align: top; |
| 100 | } |
| 101 | |
| 102 | .dashicon-plus:before { |
| 103 | content: "\f132"; |
| 104 | } |
| 105 | |
| 106 | .dashicon-edit:before { |
| 107 | margin: 2px 5px 0 10px; |
| 108 | content: "\f327"; |
| 109 | font-size: 10px; |
| 110 | } |
| 111 |