Merge branch 'master' into kevin-prototype

This commit is contained in:
K. Nobel
2017-01-17 12:25:44 +01:00
6 changed files with 191 additions and 131 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

View File

@@ -23,4 +23,5 @@
padding: 5px 20px;
color: #666;
font-size: 14px;
cursor: pointer;
}

View File

@@ -1,6 +1,17 @@
.settings input,
.settings textarea {
.settings .item-box {
display: inline-flex;
}
.settings-password {
margin-right: 15px;
}
.settings li {
margin: 5px;
}
.settings textarea {
resize: none;
}
@@ -14,15 +25,10 @@
.settings input[type="password"],
.settings input[type="text"],
.settings input[type="date"],
.settings input[type="email"],
.settings textarea {
.settings input[type="email"] {
width: 200px;
}
.settings textarea {
width: 400px;
}
.settings label[for="bio"] {
vertical-align: middle;
width: calc(100% - 350px);
}