close button css fixes (#2819)

This commit is contained in:
Alexander Tsybulsky 2019-07-31 10:44:59 +03:00 committed by Lars Hvam
parent d42bb98662
commit d8b3034a30

View File

@ -71,6 +71,10 @@ div.dummydiv {
text-align: center; text-align: center;
} }
a.close-btn {
text-decoration: none;
}
/* STRUCTURE DIVS, HEADER & FOOTER */ /* STRUCTURE DIVS, HEADER & FOOTER */
#abapGitLogo { outline: none; } #abapGitLogo { outline: none; }
@ -692,12 +696,6 @@ div.message-panel {
background-color: hsla(0, 42%, 90%, 1); background-color: hsla(0, 42%, 90%, 1);
} }
.message-panel .close-btn{
position: absolute;
right: 20px;
bottom: 10px;
}
.message-panel-commands { .message-panel-commands {
display: none; display: none;
margin-right: 2em; margin-right: 2em;