From 9e271228738baaf8013c026f878a7c0670d940a1 Mon Sep 17 00:00:00 2001 From: Ruben van de Ven Date: Tue, 10 Mar 2020 15:27:30 +0100 Subject: [PATCH] font-sizing --- server.py | 2 +- www/coco.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/server.py b/server.py index f1eefc2..f324d39 100644 --- a/server.py +++ b/server.py @@ -98,7 +98,7 @@ class SaveHandler(RestHandler): x="{ann.bbox[0] * -1 * normalisedAnn.scale}" y="{ann.bbox[1] * -1 * normalisedAnn.scale}"> {"".join(segments)} - {cat['name']} + {cat['name']} """) annotations.append({'id': annId, 'x': x, 'y': y}) diff --git a/www/coco.css b/www/coco.css index 9530762..7e0adcd 100644 --- a/www/coco.css +++ b/www/coco.css @@ -124,7 +124,7 @@ svg text{ .buttons{ position:absolute; - top: 10px; + top: 20px; text-align:center; width: 400px; left: calc(50% - 150px);