From fea65d1ea52d329311439a2f456040b12932c5fe Mon Sep 17 00:00:00 2001 From: Giordon Stark Date: Fri, 18 Jul 2025 09:46:46 -0700 Subject: [PATCH] drop balloon/balloonoya everywhere --- viewer/static/assets/css/main.css | 33 ------------------- viewer/templates/components_table.html | 10 +++--- viewer/templates/result_tranceiver.html | 27 --------------- viewer/templates/scan_table.html | 10 +++--- viewer/templates/site_qualification.html | 27 --------------- viewer/templates/yarr_scans/select_table.html | 16 +++++---- 6 files changed, 18 insertions(+), 105 deletions(-) diff --git a/viewer/static/assets/css/main.css b/viewer/static/assets/css/main.css index a7a3644c9..2a74653e7 100644 --- a/viewer/static/assets/css/main.css +++ b/viewer/static/assets/css/main.css @@ -1,36 +1,3 @@ -.balloonoya { - position: relative; -} - -.balloonoya:hover .balloon { - display: inline; -} - -.balloon { - color: #fff; - position: absolute; - display: none; - padding: 5%; - background-color: #88f; - border-radius: 5px; - width: 180px; - left: 0%; - bottom: 100%; - margin-bottom: 12px; - font-size: 80%; - transition: all 0.5s 0s ease; -} - -.balloon:after { - border-top: 12px solid #88f; - border-left: 10px solid transparent; - border-right: 10px solid transparent; - bottom: -12px; - left: 30%; - content: ""; - position: absolute; - transition: all 0.5s 0s ease; -} tr.test-run { display: table-row; diff --git a/viewer/templates/components_table.html b/viewer/templates/components_table.html index fe17bcbd1..e466edfda 100644 --- a/viewer/templates/components_table.html +++ b/viewer/templates/components_table.html @@ -56,7 +56,10 @@ Last QC Test Type Date -
+
Tag : - - Create tags with the button.
- Attach tags with pulldown menu.
- Detach tags by choosing a tag twice. -
diff --git a/viewer/templates/result_tranceiver.html b/viewer/templates/result_tranceiver.html index f767c616d..7351d39f6 100644 --- a/viewer/templates/result_tranceiver.html +++ b/viewer/templates/result_tranceiver.html @@ -108,33 +108,6 @@ } - -