From 5b52abc14e6613c543f344294a7711bf86ec5234 Mon Sep 17 00:00:00 2001 From: Gautier P Date: Wed, 10 Mar 2021 10:54:53 +0100 Subject: [PATCH] Improve modal dialogs consistency --- css/style.css | 4 - index.html | 483 +++++++++++++++++++++++++++--------------------- locales/en.json | 13 +- 3 files changed, 279 insertions(+), 221 deletions(-) diff --git a/css/style.css b/css/style.css index cc5fd49..867ffeb 100644 --- a/css/style.css +++ b/css/style.css @@ -242,10 +242,6 @@ input#trackname:focus:invalid { display: flex; } -#profile_buttons { - padding-top: 4px; -} - /* track messages (data tab) */ #tab_data, .CodeMirror { diff --git a/index.html b/index.html index 0021543..46cc73a 100644 --- a/index.html +++ b/index.html @@ -11,6 +11,7 @@ +