From c658ec80fcc3c57f72e0b262593564e9145ea7d9 Mon Sep 17 00:00:00 2001 From: Alexis Koralewski Date: Wed, 16 Mar 2022 16:23:14 +0100 Subject: [PATCH] Rename command for pyros_api script, resizing pyros logo --- pyros_api.py | 2 +- src/core/pyros_django/misc/templates/base.html | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pyros_api.py b/pyros_api.py index 4ac0b49..2fd898a 100755 --- a/pyros_api.py +++ b/pyros_api.py @@ -121,7 +121,7 @@ def cli(ctx): ctx.obj = PyrosAPI() -@cli.command("get_sequences for a period", help="Get sequences for a period of date (start/end)") +@cli.command("get_sequences_for_period", help="Get sequences for a period of date (start/end)") @click.argument("start_date") @click.argument("end_date") @click.pass_obj diff --git a/src/core/pyros_django/misc/templates/base.html b/src/core/pyros_django/misc/templates/base.html index 0c49a51..03a8145 100644 --- a/src/core/pyros_django/misc/templates/base.html +++ b/src/core/pyros_django/misc/templates/base.html @@ -134,12 +134,12 @@ a { height: 1.4em; width: 1.5em; float:left; - margin-right:1vw; + //margin-right:1vw; } #logo_icon{ - height: 4.5vh; - width: 4.5vw; + height: 2.5vh; + width: 2.5vw; float:left; margin-right:1vw; } -- libgit2 0.21.2