Newer
Older
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
.wrapper {
width : 100%;
}
.edit-image {
font-size: 0;
}
.div-profile-image {
width : 50%;
display: inline-block;
text-align: center;
}
.profile-image {
width: 200px;
height: 200px;
display: inline-block;
vertical-align: middle;
}
.browse-image {
display: inline-block;
width : 50%;
font-size : 22;
}
.edit-data{
font-size: 0;
margin: 10px 0;
}
.edit-data input[type="text"] {
width: 50%;
outline: 0;
}
.form-label {
width: 50%;
display: inline-block;
font-size: 20px;
}
.checkbox {
width: 50%;
display: inline-block;
text-align: right;
}
.checkbox input {
margin: 0;
transform: scale(1.5);
-ms-transform: scale(1.5);
-webkit-transform: scale(1.5);
}
.back {
float: left;
background-color: #d50027;
color: black;
border-color: black;
border-radius: 5px;
padding: 5px 12px;
text-decoration: none;
border-width: 1px;
border-style: outset;
font: 13.3333px Serif;
}
.save {
float: right;
background-color: #8BBd3c;
color: black;
border-color: black;
border-radius: 5px;
font: 13.3333px Serif;
padding: 5px 12px;
border-width: 1px;
}