diff --git a/cvat/apps/engine/static/engine/stylesheet.css b/cvat/apps/engine/static/engine/stylesheet.css index 93c9f8428822..8dd8e8dd7269 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 340efefffb34..7e1b26f0a95d 100644 --- a/cvat/apps/engine/templates/engine/annotation.html +++ b/cvat/apps/engine/templates/engine/annotation.html @@ -160,7 +160,7 @@
-
|