From f90a22f31b1bfecd230bdba32f769fb735c25736 Mon Sep 17 00:00:00 2001 From: Maksim Markelov Date: Tue, 10 Dec 2019 11:50:04 +0300 Subject: [PATCH] Remove deprecated html attributes (#924) --- cvat/apps/engine/static/engine/stylesheet.css | 9 ++++++++- cvat/apps/engine/templates/engine/annotation.html | 4 ++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/cvat/apps/engine/static/engine/stylesheet.css b/cvat/apps/engine/static/engine/stylesheet.css index 93c9f842..8dd8e8dd 100644 --- a/cvat/apps/engine/static/engine/stylesheet.css +++ b/cvat/apps/engine/static/engine/stylesheet.css @@ -475,9 +475,16 @@ margin: 0px auto; border: 1px solid dimgrey; border-radius: 6px; - text-align: left; width: 100%; text-align: center; + border-collapse: separate; + border-spacing: 3px; +} + +#annotationStatisticTable th, #annotationStatisticTable td { padding: 3px; } + +#annotationSettingsTable th, #annotationSettingsTable td { + padding: 20px; } #playerPanel { diff --git a/cvat/apps/engine/templates/engine/annotation.html b/cvat/apps/engine/templates/engine/annotation.html index 9c40bfd6..521a5d2d 100644 --- a/cvat/apps/engine/templates/engine/annotation.html +++ b/cvat/apps/engine/templates/engine/annotation.html @@ -163,7 +163,7 @@
- +
@@ -381,7 +381,7 @@
- +
Label Boxes