From bf14b46b15b9495ecf05da2b5f8bbbaf17ab15c6 Mon Sep 17 00:00:00 2001 From: tanshu Date: Wed, 13 Jun 2018 11:49:34 +0530 Subject: [PATCH] Fixed the navbar to the top. Made the font of the inputs in vouchers bigger by 25% Made the narration textarea minimum 5 lines Changed the favicon to the old favicon --- .../app/core/nav-bar/nav-bar.component.css | 10 ++++++++++ .../app/core/nav-bar/nav-bar.component.html | 3 ++- overlord/src/app/issue/issue.component.css | 4 ++++ overlord/src/app/issue/issue.component.html | 3 ++- .../src/app/journal/journal.component.css | 4 ++++ .../src/app/journal/journal.component.html | 3 ++- .../src/app/payment/payment.component.css | 4 ++++ .../src/app/payment/payment.component.html | 3 ++- .../purchase-return.component.css | 4 ++++ .../purchase-return.component.html | 3 ++- .../src/app/purchase/purchase.component.css | 4 ++++ .../src/app/purchase/purchase.component.html | 3 ++- .../src/app/receipt/receipt.component.css | 4 ++++ .../src/app/receipt/receipt.component.html | 3 ++- overlord/src/favicon.ico | Bin 5430 -> 3126 bytes 15 files changed, 48 insertions(+), 7 deletions(-) diff --git a/overlord/src/app/core/nav-bar/nav-bar.component.css b/overlord/src/app/core/nav-bar/nav-bar.component.css index db4b52b0..9738a54d 100644 --- a/overlord/src/app/core/nav-bar/nav-bar.component.css +++ b/overlord/src/app/core/nav-bar/nav-bar.component.css @@ -12,3 +12,13 @@ Every toolbar row uses a flexbox row layout. */ flex: 1 1 auto; } + +.fixed-to-top { + position: fixed; + top: 0; + z-index: 999; +} + +.toolbar-fix { + height: 64px; +} diff --git a/overlord/src/app/core/nav-bar/nav-bar.component.html b/overlord/src/app/core/nav-bar/nav-bar.component.html index 4ae26a9d..0d6f906d 100644 --- a/overlord/src/app/core/nav-bar/nav-bar.component.html +++ b/overlord/src/app/core/nav-bar/nav-bar.component.html @@ -1,4 +1,4 @@ - +