1
0
mirror of https://github.com/flarum/core.git synced 2025-08-06 08:27:42 +02:00

Changed "Advanced" to "Mail"

+ Added labels above inputs
-  Removed Placeholders
This commit is contained in:
David Sevilla Martín
2016-04-23 09:19:02 -04:00
parent 45045a2ac1
commit 6b108d99cb
6 changed files with 215 additions and 169 deletions

35
less/admin/MailPage.less Normal file
View File

@@ -0,0 +1,35 @@
.MailPage {
padding: 20px 0;
@media @desktop-up {
.container {
max-width: 600px;
margin: 0;
}
}
fieldset {
margin-bottom: 30px;
> ul {
list-style: none;
margin: 0;
padding: 0;
}
}
}
.MailPage-MailSettings-input {
label {
margin-bottom: 5px;
}
.FormControl {
margin-bottom: 7px;
}
:last-child {
margin-bottom: 0;
}
}