From 9314e83665bf1c77bea6d05ed628f6fa25ba6c11 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Sun, 24 Mar 2013 16:11:54 +0100 Subject: [PATCH] added footer makes it faster, to refer to the OctoPrint site when problems occur. --- octoprint/static/css/octoprint.less | 11 +++++++++++ octoprint/templates/index.html | 7 +++++++ 2 files changed, 18 insertions(+) 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' %}