affiliates.css
1.45 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
/**
* affiliates.css
*
* Copyright (c) 2010 - 2015 "kento" Karim Rahimpur www.itthinx.com
*
* This code is released under the GNU General Public License.
* 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. See the
* GNU General Public License for more details.
*
* This header and all notices must be kept intact.
*
* @author Karim Rahimpur
* @package affiliates
* @since affiliates 1.0.0
*/
/* contact widget */
.affiliates-contact label {
display: block;
}
.affiliates-contact input[type="text"],
.affiliates-contact textarea {
width: 100%;
display: block;
}
.affiliates-contact .missing {
color: #f00;
}
/* affiliate registration form */
.affiliates-registration label {
display: block;
}
.affiliates-registration input[type="checkbox"] {
float: left;
}
.affiliates-registration input[type="text"],
.affiliates-registration input[type="password"],
.affiliates-registration textarea {
width: 100%;
display: block;
}
.affiliates-registration .missing {
color: #f00;
}
.affiliates-registration .required {
background-image: url(../images/required.png);
background-repeat: no-repeat;
background-position: right center;
}
.affiliates-registration .field,
.affiliates-registration .sign-up {
margin: 1em 0;
display: block;
}
.affiliate-profile div.field label {
display: block;
}