PluginProbe
Jetpack – WP Security, Backup, Speed, & Growth / 7.2.4
Jetpack – WP Security, Backup, Speed, & Growth v7.2.4
16.2-beta 12.0.3 12.1.3 12.2.3 12.3.2 12.4.2 12.5.2 12.6.4 12.7.3 12.8.3 12.9.5 13.0.2 13.1.5 13.2.4 13.3.3 13.4.5 13.5.2 13.6.2 13.7.2 13.8.3 13.9.2 14.0.1 14.1.1 14.2.2 14.3.1 All 501 releases
jetpack / modules / custom-post-types / css / nova.css

nova.css in Jetpack – WP Security, Backup, Speed, & Growth 7.2.4, at modules/custom-post-types/css/nova.css

110 lines 2.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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: #eee;
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: #f9f9f9;
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 }