Files
Chi Vinh Le 4d7e64e1ec Fix css
2018-02-13 21:20:08 +01:00

42 lines
601 B
CSS

.dialogusername {
border: none;
box-shadow: 0 9px 46px 8px rgba(0, 0, 0, 0.14), 0 11px 15px -7px rgba(0, 0, 0, 0.12), 0 24px 38px 3px rgba(0, 0, 0, 0.2);
width: 400px;
top: 10px;
}
.yourusername {
display: block;
}
.header {
margin-bottom: 20px;
}
.header h1 {
text-align: center;
font-size: 1.2em;
}
.saveusername {
display: block;
width: 100%;
}
.savebutton {
display: inline;
background-color: rgb(105,105,105);
color: white;
}
.fakeComment {
display: block;
margin-bottom: 5px;
}
.hint {
color: grey;
font-weight: 600;
padding: 3px 0 16px;
}