diff --git a/octoprint/static/css/octoprint.less b/octoprint/static/css/octoprint.less index ce1be6c..b94774e 100644 --- a/octoprint/static/css/octoprint.less +++ b/octoprint/static/css/octoprint.less @@ -307,6 +307,17 @@ ul.dropdown-menu li a { #settings_dialog { width: 650px; } + +/** Footer */ +.footer { + text-align: right; + + ul li { + display: inline; + margin-left: 1em; + } +} + /** General helper classes */ .text-right { diff --git a/octoprint/templates/index.html b/octoprint/templates/index.html index 8491186..192c81b 100644 --- a/octoprint/templates/index.html +++ b/octoprint/templates/index.html @@ -519,6 +519,13 @@ + {% include 'settings.html' %}