Moves splt private and public files

This commit is contained in:
Marijn Jansen
2017-01-13 14:26:38 +01:00
parent 120e02f4d1
commit faf5442528
37 changed files with 35 additions and 35 deletions

View File

@@ -0,0 +1,28 @@
.settings input,
.settings textarea {
margin: 5px;
resize: none;
}
.settings label {
width: 175px;
display: inline-block;
text-align: right;
}
/* All the fields for typing things. */
.settings input[type="password"],
.settings input[type="text"],
.settings input[type="date"],
.settings input[type="email"],
.settings textarea {
width: 200px;
}
.settings textarea {
width: 400px;
}
.settings label[for="bio"] {
vertical-align: middle;
}