1
0
mirror of https://github.com/flarum/core.git synced 2025-08-08 17:36:38 +02:00

AdminUX Patch and Admin Page (#2593)

* AdminPage

* More fixes

* Settings Modal Drop

* Translation and docblock

* settingS

* Convert Fieldset to JSX

* info -> headerInfo, className

* Overflow fixes

* MailPage

* Admin Less

* Basics Page

* Changes

* Cleanup

* Permission Page

* Add padding
This commit is contained in:
Charlie
2021-02-18 15:45:43 -08:00
committed by GitHub
parent c4ebebe48e
commit 71ccdc00e6
21 changed files with 563 additions and 767 deletions

View File

@@ -1,4 +1,5 @@
.MailPage {
padding-bottom: 30px;
@media @desktop-up {
.container {
@@ -7,11 +8,11 @@
}
}
fieldset, .Alert {
button, .Alert {
margin-bottom: 20px;
}
fieldset > ul {
ul {
list-style: none;
margin: 0;
padding: 0;