79 lines
1.1 KiB
CSS
79 lines
1.1 KiB
CSS
.label {
|
|
margin-bottom: 20px;
|
|
font-weight: bold;
|
|
font-size: 1.4em;
|
|
text-align: center;
|
|
}
|
|
|
|
table {
|
|
width: auto;
|
|
}
|
|
|
|
td {
|
|
border: none;
|
|
}
|
|
|
|
tr {
|
|
background: none;
|
|
}
|
|
|
|
input {
|
|
width: 200px;
|
|
border: none;
|
|
border-radius: 5px;
|
|
background: #eeeeee;
|
|
height: 30px;
|
|
padding-left: 5px;
|
|
}
|
|
|
|
#user-gender input {
|
|
width: auto;
|
|
height: auto;
|
|
margin-left: 10px;
|
|
}
|
|
|
|
.submit {
|
|
width: 80%;
|
|
margin-left: 10%;
|
|
}
|
|
|
|
#avatar {
|
|
position: absolute;
|
|
right: 20px;
|
|
top: 30%;
|
|
border: 1px solid #999999;
|
|
border-radius: 1px;
|
|
padding: 10px;
|
|
}
|
|
|
|
#avatarimg {
|
|
width: 100px;
|
|
height: 100px;
|
|
margin: 10px;
|
|
}
|
|
|
|
#info {
|
|
width: 350px;
|
|
position: relative;
|
|
top: 50%;
|
|
left: 50%;
|
|
transform: translate(-50%, 50%);
|
|
}
|
|
|
|
#info i {
|
|
margin-right: 10px;
|
|
}
|
|
|
|
#info .sendEmail {
|
|
position: absolute;
|
|
margin-top: 3px;
|
|
top: 0;
|
|
right: 15px;
|
|
}
|
|
|
|
#info input {
|
|
width: 90%;
|
|
margin-bottom: 10px;
|
|
height: 40px;
|
|
}
|