mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-06 20:41:17 +01:00
save button on settings page
This commit is contained in:
@@ -45,6 +45,13 @@
|
||||
color: @link-color;
|
||||
}
|
||||
|
||||
.floating-button {
|
||||
background: @brand-primary !important;
|
||||
position: fixed;
|
||||
right: 30px;
|
||||
bottom: 30px;
|
||||
}
|
||||
|
||||
.user-img {
|
||||
width:24px;
|
||||
height:24px;
|
||||
|
||||
@@ -2,6 +2,10 @@
|
||||
<!--<button class="btn btn-primary btn-md" id="save">Save Changes</button>
|
||||
<button class="btn btn-warning btn-md" id="revert">Revert Changes</button>-->
|
||||
|
||||
<button id="save" class="floating-button mdl-button mdl-js-button mdl-button--fab mdl-js-ripple-effect mdl-button--colored">
|
||||
<i class="material-icons">save</i>
|
||||
</button>
|
||||
|
||||
<script>
|
||||
require(['admin/settings'], function(Settings) {
|
||||
Settings.prepare();
|
||||
|
||||
Reference in New Issue
Block a user