From 2943fec79742d56931dd6241bafe67d1efee4325 Mon Sep 17 00:00:00 2001 From: Dinika Saxena Date: Sat, 17 Feb 2018 20:35:55 +0100 Subject: [PATCH] fix the layout of the contents in navbar Signed-off-by: Dinika Saxena --- .../record-toolbar.component.html | 12 +++++------- .../record-toolbar.component.scss | 19 ++++++++++++++++++- .../search-bar/search-bar.component.html | 4 ++-- .../tickets/tickets.component.html | 4 ++-- .../tickets/tickets.component.scss | 1 + 5 files changed, 28 insertions(+), 12 deletions(-) diff --git a/src/app/record-editor/record-toolbar/record-toolbar.component.html b/src/app/record-editor/record-toolbar/record-toolbar.component.html index 0654a63..c0347ab 100644 --- a/src/app/record-editor/record-toolbar/record-toolbar.component.html +++ b/src/app/record-editor/record-toolbar/record-toolbar.component.html @@ -1,7 +1,6 @@ \ No newline at end of file diff --git a/src/app/record-editor/record-toolbar/record-toolbar.component.scss b/src/app/record-editor/record-toolbar/record-toolbar.component.scss index c24b0d3..2c4b322 100644 --- a/src/app/record-editor/record-toolbar/record-toolbar.component.scss +++ b/src/app/record-editor/record-toolbar/record-toolbar.component.scss @@ -2,4 +2,21 @@ color: white; font-size: 23px; padding: 0 0 0 12px; -} \ No newline at end of file +} + +.row { + display: flex; + flex-wrap: nowrap; + padding: 0 10px; + + .middle-navbar { + display: flex; + flex-grow: 1; + justify-content: center; + .search-form { + display: inline-block; + } + } + +} + diff --git a/src/app/record-editor/search-bar/search-bar.component.html b/src/app/record-editor/search-bar/search-bar.component.html index cdf0d41..530b281 100644 --- a/src/app/record-editor/search-bar/search-bar.component.html +++ b/src/app/record-editor/search-bar/search-bar.component.html @@ -1,10 +1,10 @@ -