undo absolute positioning of messages

This commit is contained in:
hankhill19580
2019-10-04 05:26:43 +00:00
parent 9b3380cef3
commit 81133a1a95
2 changed files with 0 additions and 21 deletions

View File

@@ -1245,26 +1245,6 @@ div.widescroll { /* only scroll content, not entire page eg /peers */
/* end topnav */
.messages {
margin: 15px 0;
padding: 10px 15px;
z-index: 999;
border-radius: 2px;
border: 1px solid #7778bf;
background: #eef;
background: linear-gradient(to right, #fafaff, #eef);
background-size: auto 100%, 100% 100%;
box-shadow: inset 0 0 0 1px #fff;
filter: drop-shadow(0 0 1px #ccf);
font-weight: bold;
line-height: 130%;
filter: drop-shadow(0 0 1px #ccf);
position: absolute;
top: 5%;
right: 5%;
width: 20%;
}
div.messages {
padding: 20px 10px 20px 50px;
margin: 10px 0 15px 0;

View File

@@ -2169,7 +2169,6 @@ h3#graphdisplay {
filter: drop-shadow(0 0 1px #ccf);
font-weight: bold;
line-height: 130%;
position: absolute;
}
.main#config_update .messages {