aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorThomas Willingham <founder@kakste.com>2013-09-18 02:45:49 +0100
committerThomas Willingham <founder@kakste.com>2013-09-18 02:45:49 +0100
commit8542127274f7a856a9733254889c4e1a24903324 (patch)
treefdf0f374bdc30c170969f9f6bbf82ff88cbde441 /view
parent4fa68c7f3de68dda519f12719c552df7b62bf17f (diff)
downloadvolse-hubzilla-8542127274f7a856a9733254889c4e1a24903324.tar.gz
volse-hubzilla-8542127274f7a856a9733254889c4e1a24903324.tar.bz2
volse-hubzilla-8542127274f7a856a9733254889c4e1a24903324.zip
Filestorage perms (no ACL), fix nav for browsers that can't handle PCSS, put content wrapper back now JS is fixed for features page.
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>