From 61c3141c00d411083069ddd1626182c45ea94b29 Mon Sep 17 00:00:00 2001 From: Alexei Karpenko Date: Tue, 11 Nov 2025 20:31:14 +0100 Subject: [PATCH] =?UTF-8?q?=C3=96h=20Beitragsverwaltung:=20changed=20save?= =?UTF-8?q?=20icon?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/css/codex/oehbeitrag.css | 5 +++-- public/js/codex/oehbeitrag.js | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/public/css/codex/oehbeitrag.css b/public/css/codex/oehbeitrag.css index 103c5d367..9f0921afb 100644 --- a/public/css/codex/oehbeitrag.css +++ b/public/css/codex/oehbeitrag.css @@ -8,7 +8,8 @@ font-size: 1.2em; } -.fa-check { +.glyphicon-floppy-disk { cursor: pointer; - font-size: 1.4em; + font-size: 1.6em; + top: 0.3em; } diff --git a/public/js/codex/oehbeitrag.js b/public/js/codex/oehbeitrag.js index 1b2b68d9c..162cfad62 100644 --- a/public/js/codex/oehbeitrag.js +++ b/public/js/codex/oehbeitrag.js @@ -403,7 +403,7 @@ var Oehbeitrag = { } if (singleUpdate === true) - inputHtml += " "; + inputHtml += "
"; initElement.html(inputHtml);