Commit c658ec80fcc3c57f72e0b262593564e9145ea7d9
1 parent
776d0b6c
Exists in
dev
Rename command for pyros_api script, resizing pyros logo
Showing
2 changed files
with
4 additions
and
4 deletions
Show diff stats
pyros_api.py
... | ... | @@ -121,7 +121,7 @@ def cli(ctx): |
121 | 121 | ctx.obj = PyrosAPI() |
122 | 122 | |
123 | 123 | |
124 | -@cli.command("get_sequences for a period", help="Get sequences for a period of date (start/end)") | |
124 | +@cli.command("get_sequences_for_period", help="Get sequences for a period of date (start/end)") | |
125 | 125 | @click.argument("start_date") |
126 | 126 | @click.argument("end_date") |
127 | 127 | @click.pass_obj | ... | ... |
src/core/pyros_django/misc/templates/base.html
... | ... | @@ -134,12 +134,12 @@ a { |
134 | 134 | height: 1.4em; |
135 | 135 | width: 1.5em; |
136 | 136 | float:left; |
137 | - margin-right:1vw; | |
137 | + //margin-right:1vw; | |
138 | 138 | } |
139 | 139 | |
140 | 140 | #logo_icon{ |
141 | - height: 4.5vh; | |
142 | - width: 4.5vw; | |
141 | + height: 2.5vh; | |
142 | + width: 2.5vw; | |
143 | 143 | float:left; |
144 | 144 | margin-right:1vw; |
145 | 145 | } | ... | ... |