From 0ab6c0d54603b7d60595b8f1aaeb8f97242d1842 Mon Sep 17 00:00:00 2001 From: Bas Brands Date: Fri, 11 May 2018 08:38:21 +0200 Subject: [PATCH] MDL-58634 editor_atto: prevent notifications overlapping form fields --- lib/editor/atto/styles.css | 8 -------- 1 file changed, 8 deletions(-) diff --git a/lib/editor/atto/styles.css b/lib/editor/atto/styles.css index 1ccc40aa60f..84c777e2704 100644 --- a/lib/editor/atto/styles.css +++ b/lib/editor/atto/styles.css @@ -178,14 +178,6 @@ div.editor_atto_content:hover .atto_control { direction: ltr; } -.editor_atto_notification { - position: absolute; - bottom: -1.5em; - height: 1.5em; - margin-top: 1px; - cursor: pointer; -} - .editor_atto_notification .atto_info, .editor_atto_notification .atto_warning { display: inline-block;