From 9ca6a6989b0c87401f1a3903077723cd9a648a79 Mon Sep 17 00:00:00 2001 From: François Schmidts Date: Sun, 31 Jan 2016 02:24:10 +0100 Subject: redoing navbar in react --- src/web/static/css/customized-bootstrap.css | 11 ++++++++++- 1 file changed, 10 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 9f3febfc..db789f56 100644 --- a/src/web/static/css/customized-bootstrap.css +++ b/src/web/static/css/customized-bootstrap.css @@ -8,11 +8,20 @@ div.top { height: 0; } -.navbar-custom { +nav.navbar-custom { background-color: #205081; border: #205081; border-radius: 0; } +nav.navbar-custom>div.container { + width: 100%; +} +nav.navbar-custom span.glyphicon { + margin-right: 5px; +} +nav.navbar-custom button { + margin-left: 5px; +} .navbar-custom .navbar-nav > li > a { color: #FFFFFF; -- cgit