1
0
mirror of https://github.com/flarum/core.git synced 2025-07-30 21:20:24 +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

View File

@@ -1,4 +1,4 @@
.AdvancedPage {
.MailPage {
padding: 20px 0;
@media @desktop-up {
@@ -19,10 +19,14 @@
}
}
.AdvancedPage-mailSettings-input {
.MailPage-MailSettings-input {
label {
margin-bottom: 5px;
}
.FormControl {
margin-bottom: 1px;
margin-bottom: 7px;
}
:last-child {

View File

@@ -7,4 +7,4 @@
@import "EditGroupModal.less";
@import "ExtensionsPage.less";
@import "AppearancePage.less";
@import "AdvancedPage.less";
@import "MailPage.less";