summaryrefslogtreecommitdiff
blob: 309b510f9d345eefcbaacc216d8477ee9694d3ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
/* edit-items.css
-------------------------------------------------------------- */

.widefat .menu-label-row td {
	border-bottom-width: 1px;
}
.widefat .menu-label-row td h3 {
	padding-left: 30px;
}
.widefat .menu-label-row td h3 .edit-nova-section {
	font-size: .8em;
	font-weight: normal;
	margin-left: 5px;
}
.widefat .menu-order-value {
	width: 2.5em;
	text-align: center;
}
.widefat .menu-label-row, .widefat .menu-label-row td {
	background-color: #eee;
	color: #111;
	border: 0 none;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.05);
}
.ui-sortable .type-nova_menu_item {
	cursor: move;
	background-color: #fff;
}
.ui-sortable .type-nova_menu_item:nth-child(even) {
	background-color: #f9f9f9;
}
.ui-sortable .type-nova_menu_item.ui-sortable-helper {
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}
.tablenav .button-reorder {
	margin-top: 4px;
}
.tablenav .view-switch a, .tablenav div.tablenav-pages {
	display: none;
}


/* many-items.css
-------------------------------------------------------------- */

.many-items-table th, .many-items-table td {
	width: 30%;
}

.many-items-table th.nova-price, .many-items-table td.nova-price {
	width: 10%;
}

.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;
}


/* new
-------------------------------------------------------------- */

#the-list tr td:nth-of-type(2) {
	padding-top: 15px;
}

.nova-move-menu-up:before,
.nova-move-menu-down:before {
	margin-right: 5px;
	font: normal 10px/1 'dashicons' !important;
	speak: none;
}

.nova-move-menu-up:before {
	content: "\f342";
}

.nova-move-menu-down:before {
	content: "\f346";
}

.dashicon:before {
	font: normal 20px/1 'dashicons';
	speak: none;
	top: 5px;
	display: inline-block;
	position: relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-decoration: none !important;
	vertical-align: top;
}

.dashicon-plus:before {
	content: "\f132";
}

.dashicon-edit:before {
	margin: 2px 5px 0 10px;
	content: "\f327";
	font-size: 10px;
}