MDL-58634 editor_atto: prevent notifications overlapping form fields

This commit is contained in:
Bas Brands 2018-05-11 08:38:21 +02:00
parent 02c7769422
commit 0ab6c0d546

View File

@ -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;