affiliates_pro_admin.css
3.49 KB
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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
/**
* affiliates_pro_admin.css
*
* Copyright 2011 "kento" Karim Rahimpur - www.itthinx.com
*
* This code is provided subject to the license granted.
* Unauthorized use and distribution is prohibited.
* See COPYRIGHT.txt and LICENSE.txt
*
* This code is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
*
* This header and all notices must be kept intact.
*
* @author Karim Rahimpur
* @package affiliates-pro
* @since affiliates-pro 1.0.0
*/
.affiliates-pro-footer {
border-top: 1px solid #ccc;
padding-top: 0.5em;
margin-top: 0.5em;
}
.affiliates-pro-footer .affiliates-pro a {
text-decoration: none;
}
.affiliates-pro-footer .affiliates-footer {
border-top: 1px solid #eee;
padding-top: 0.25em;
margin-top: 0.25em;
}
.minimum-total-filter,
.referral-status-filter,
.currency-id-filter {
margin-right: 1em;
}
.totals th.affiliate_id {
width: 10%;
}
.totals th.name,
.totals th.email,
.totals th.user_login {
width: 20%;
}
.totals th.currency_id {
width: 10%;
}
.totals td.total {
text-align: right;
}
.totals-overview {
margin-bottom: 1em;
}
.closing-referrals-overview {
padding-right: 1em;
}
.closing-referrals-overview .referrals-overview {
padding-right: 0;
}
.closing-referrals-overview .manage.confirm {
margin-top: 1em;
}
.manage a.generate {
text-decoration: none;
cursor: pointer;
padding-right: 1em;
}
.manage a.generate.button {
margin-right: 1em;
}
.manage a.generate .icon {
vertical-align: middle;
padding-right: 4px;
}
.manage a.generate .label {
height: 20px;
vertical-align: middle;
}
.manage a.close-referrals {
text-decoration: none;
cursor: pointer;
padding-right: 1em;
}
.manage a.close-referrals.button {
margin-right: 1em;
}
.manage a.close-referrals .icon {
vertical-align: middle;
padding-right: 4px;
}
.manage a.close-referrals .label {
height: 20px;
vertical-align: middle;
}
.notifications {
margin: 1em 1em 0 0;
}
.notifications h1 {
font-size: 2em;
}
.notifications h2 {
font-size: 1.5em;
}
.notifications h3 {
font-size: 1.2em;
}
.notifications h4 {
font-size: 1.1em;
}
.notifications input[type="checkbox"] {
margin-right: 4px;
}
.notifications input[name="admin_registration_subject"],
.notifications textarea[name="admin_registration_message"],
.notifications input[name="registration_subject"],
.notifications textarea[name="registration_message"],
.notifications input[name="admin_subject"],
.notifications input[name="subject"],
.notifications textarea[name="admin_message"],
.notifications textarea[name="message"] {
width: 100%;
}
table.wp-list-table td.image.column-image {
overflow: hidden;
}
div.column-toggles {
display:table;
}
div.column-toggle-container {
display:table-cell;
float:left;
white-space:nowrap;
}
div.column-toggle-container label {
padding: 0 8px 0 0;
}
td.affiliate-name a.edit {
background-image: url( ../images/edit.png );
background-repeat: no-repeat;
background-position: left center;
vertical-align: middle;
padding-left: 18px;
filter: grayscale(100%);
-webkit-filter: grayscale(100%);
filter: gray;
}
td.affiliate-name a.remove {
background-image: url( ../images/remove.png );
background-repeat: no-repeat;
background-position: left center;
vertical-align: middle;
padding-left: 18px;
filter: grayscale(100%);
-webkit-filter: grayscale(100%);
filter: gray;
}
td.affiliate-name a.edit:hover,
td.affiliate-name a.remove:hover {
filter: grayscale(0%);
-webkit-filter: grayscale(0%);
filter: none;
}