From c0722999224a9245d947253fb66cb72811da39f7 Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Sun, 22 Jun 2014 19:10:26 +0200 Subject: [PATCH] Fix navbar z-index among other things --- blender-bfct/application/static/assets/css/bfct.css | 2 ++ blender-bfct/application/static/assets_shared | 2 +- blender-bfct/application/templates/layout.html | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/blender-bfct/application/static/assets/css/bfct.css b/blender-bfct/application/static/assets/css/bfct.css index b7fed66..778807f 100644 --- a/blender-bfct/application/static/assets/css/bfct.css +++ b/blender-bfct/application/static/assets/css/bfct.css @@ -1,6 +1,8 @@ @import url(http://fonts.googleapis.com/css?family=Open+Sans); @import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300); +body {padding: 53px 0 0 0 !important;} + .application_row { width: 2800%; height: 100%; diff --git a/blender-bfct/application/static/assets_shared b/blender-bfct/application/static/assets_shared index 047a3ef..faa3703 160000 --- a/blender-bfct/application/static/assets_shared +++ b/blender-bfct/application/static/assets_shared @@ -1 +1 @@ -Subproject commit 047a3efd7dc3b0e5889e2bccf5ee7008acf00897 +Subproject commit faa37037642261710630997892182512da1171a5 diff --git a/blender-bfct/application/templates/layout.html b/blender-bfct/application/templates/layout.html index 49cd1ba..9082b8f 100644 --- a/blender-bfct/application/templates/layout.html +++ b/blender-bfct/application/templates/layout.html @@ -42,7 +42,7 @@ Toggle navigation - +