More uniform main css file.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user