From d8b3034a3016dbf7df9fd707a5879e248b0b08d8 Mon Sep 17 00:00:00 2001 From: Alexander Tsybulsky Date: Wed, 31 Jul 2019 10:44:59 +0300 Subject: [PATCH] close button css fixes (#2819) --- src/ui/zabapgit_css_common.w3mi.data.css | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/src/ui/zabapgit_css_common.w3mi.data.css b/src/ui/zabapgit_css_common.w3mi.data.css index 49df2e45d..788a8001a 100644 --- a/src/ui/zabapgit_css_common.w3mi.data.css +++ b/src/ui/zabapgit_css_common.w3mi.data.css @@ -71,6 +71,10 @@ div.dummydiv { text-align: center; } +a.close-btn { + text-decoration: none; +} + /* STRUCTURE DIVS, HEADER & FOOTER */ #abapGitLogo { outline: none; } @@ -692,12 +696,6 @@ div.message-panel { background-color: hsla(0, 42%, 90%, 1); } -.message-panel .close-btn{ - position: absolute; - right: 20px; - bottom: 10px; -} - .message-panel-commands { display: none; margin-right: 2em;