From 81133a1a957020006d79b6a7cec1a6afa8058636 Mon Sep 17 00:00:00 2001 From: hankhill19580 Date: Fri, 4 Oct 2019 05:26:43 +0000 Subject: [PATCH] undo absolute positioning of messages --- .../resources/themes/console/dark/console.css | 20 ------------------- .../themes/console/light/console.css | 1 - 2 files changed, 21 deletions(-) diff --git a/installer/resources/themes/console/dark/console.css b/installer/resources/themes/console/dark/console.css index 8a706c7208..a54c66080f 100644 --- a/installer/resources/themes/console/dark/console.css +++ b/installer/resources/themes/console/dark/console.css @@ -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; diff --git a/installer/resources/themes/console/light/console.css b/installer/resources/themes/console/light/console.css index 763a3c12c2..fc7a488367 100644 --- a/installer/resources/themes/console/light/console.css +++ b/installer/resources/themes/console/light/console.css @@ -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 {