aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
Diffstat (limited to 'view')
-rw-r--r--view/css/default.css1
-rwxr-xr-xview/tpl/settings_features.tpl2
2 files changed, 3 insertions, 0 deletions
diff --git a/view/css/default.css b/view/css/default.css
index d39bcd394..9abb69588 100644
--- a/view/css/default.css
+++ b/view/css/default.css
@@ -5,6 +5,7 @@ nav {
position: fixed;
width: 100%;
z-index: 100;
+ background-color: #ff0000;
}
aside {
diff --git a/view/tpl/settings_features.tpl b/view/tpl/settings_features.tpl
index 02e4f6159..a03817f82 100755
--- a/view/tpl/settings_features.tpl
+++ b/view/tpl/settings_features.tpl
@@ -1,3 +1,4 @@
+<div class="generic-content-wrapper">
<h1>{{$title}}</h1>
@@ -17,3 +18,4 @@
</div>
</form>
+</div>