From 438d8a8c05bedd9dcde275746cfc9d217858480b Mon Sep 17 00:00:00 2001 From: Andrew Croce Date: Wed, 5 Sep 2018 15:55:03 -0400 Subject: [PATCH 1/4] add logout svg icon --- static/icons/logout.svg | 1 + 1 file changed, 1 insertion(+) create mode 100644 static/icons/logout.svg diff --git a/static/icons/logout.svg b/static/icons/logout.svg new file mode 100644 index 00000000..37af95e0 --- /dev/null +++ b/static/icons/logout.svg @@ -0,0 +1 @@ + From 7feb84ba37da64182d47222f214e500b3e3fae2b Mon Sep 17 00:00:00 2001 From: Andrew Croce Date: Wed, 5 Sep 2018 15:55:30 -0400 Subject: [PATCH 2/4] fix alignment of topbar links --- styles/components/_topbar.scss | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/styles/components/_topbar.scss b/styles/components/_topbar.scss index e56a95fa..2f3750a5 100644 --- a/styles/components/_topbar.scss +++ b/styles/components/_topbar.scss @@ -49,7 +49,13 @@ flex-grow: 1; flex-direction: row; align-items: stretch; - justify-content: space-between; + justify-content: flex-end; + + .topbar__link { + &:first-child { + margin-right: auto; + } + } &.topbar__context--workspace { background-color: $color-primary; From d8d989897518ce21d917734877a322e0bc26bddc Mon Sep 17 00:00:00 2001 From: Andrew Croce Date: Wed, 5 Sep 2018 15:55:39 -0400 Subject: [PATCH 3/4] Add dummy logout link --- templates/navigation/topbar.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/templates/navigation/topbar.html b/templates/navigation/topbar.html index 814bc31f..f560df6e 100644 --- a/templates/navigation/topbar.html +++ b/templates/navigation/topbar.html @@ -9,13 +9,17 @@ From 006e5bf70e4ca4785208130b7b98a2a7e3aabf53 Mon Sep 17 00:00:00 2001 From: Andrew Croce Date: Wed, 5 Sep 2018 15:55:50 -0400 Subject: [PATCH 4/4] remove defunct header template --- templates/header.html | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 templates/header.html diff --git a/templates/header.html b/templates/header.html deleted file mode 100644 index 35feff12..00000000 --- a/templates/header.html +++ /dev/null @@ -1,11 +0,0 @@ -
- -