More uniform main css file.

This commit is contained in:
Marijn Jansen
2017-01-12 15:41:13 +01:00
parent 489d330d47
commit f481c1c611
2 changed files with 25 additions and 29 deletions

View File

@@ -1,13 +1,6 @@
.settings {
}
.settings input,
.settings textarea{
padding: 10px;
margin: 5px;
border-radius: 10px;
width: 200px;
}
.settings label {
@@ -16,23 +9,11 @@
text-align: right;
}
.settings input[type="submit"] {
background-color: #845663;
color: white;
}
/* All the fields for typing things. */
.settings input[type="password"],
.settings input[type="text"],
.settings input[type="date"],
.settings input[type="email"],
.settings textarea {
border: 1px solid black;
}
.settings-password {
}
.settings-profile {
width: 200px;
}