1
0
mirror of https://github.com/flarum/core.git synced 2025-07-31 13:40:20 +02:00

Added "Advanced" page on admin & SMTP settings

Refs #258
This commit is contained in:
David Sevilla Martín
2016-04-16 12:04:54 -04:00
parent bdc4a45466
commit 25b3439d2e
6 changed files with 287 additions and 4 deletions

View File

@@ -0,0 +1,31 @@
.AdvancedPage {
padding: 20px 0;
@media @desktop-up {
.container {
max-width: 600px;
margin: 0;
}
}
fieldset {
margin-bottom: 30px;
> ul {
list-style: none;
margin: 0;
padding: 0;
}
}
}
.AdvancedPage-mailSettings-input {
.FormControl {
margin-bottom: 1px;
}
:last-child {
margin-bottom: 0;
}
}

View File

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