From 8fe5bf8b7c828cbcc2e3a47a5b8b110f216a5b6c Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sat, 9 Apr 2016 08:19:58 +0200 Subject: Updated Navbar. --- src/web/static/css/customized-bootstrap.css | 6 ++++++ src/web/static/css/one-page-app.css | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'src/web/static') diff --git a/src/web/static/css/customized-bootstrap.css b/src/web/static/css/customized-bootstrap.css index ad90304d..c58e0692 100644 --- a/src/web/static/css/customized-bootstrap.css +++ b/src/web/static/css/customized-bootstrap.css @@ -42,3 +42,9 @@ a { width: 200px; display: inline; } + +.alert-message { + position: relative; + display: block; + z-index: 1001; +} diff --git a/src/web/static/css/one-page-app.css b/src/web/static/css/one-page-app.css index ffad209e..db666236 100644 --- a/src/web/static/css/one-page-app.css +++ b/src/web/static/css/one-page-app.css @@ -124,7 +124,7 @@ right: 4px; } #right-panel { - top: 50px; + top: 0px; } #rp-breadcrum{ margin-top: 10px; -- cgit