From 14475b19a1b02fdd6a9c27caeb4b6e43c30afecb Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Wed, 27 Mar 2019 14:50:33 -0400 Subject: [PATCH] Fix note and custom data icon positioning (cloe #6102) --- css/80_app.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/css/80_app.css b/css/80_app.css index f3b4aea1e..c96b780b7 100644 --- a/css/80_app.css +++ b/css/80_app.css @@ -2834,6 +2834,16 @@ input.key-trap { position: absolute; top: 0px; } +.preset-icon-28 { + position: absolute; + top: 16px; + left: 16px; + margin: auto; +} +.preset-icon-28 .icon { + width: 28px; + height: 28px; +} .note-header-label, .error-header-label {