diff options
Diffstat (limited to 'src/web/static/css')
-rw-r--r-- | src/web/static/css/customized-bootstrap.css | 11 |
1 files changed, 10 insertions, 1 deletions
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; |