diff --git a/css/80_app.css b/css/80_app.css index e652cbecf..241430a8e 100644 --- a/css/80_app.css +++ b/css/80_app.css @@ -3627,18 +3627,17 @@ img.tile-removing { .notice { position: absolute; - top: 0; - bottom: 0; + top: 50%; + bottom: 50%; left: 0; right: 0; text-align: center; - background: #fff; } .notice .zoom-to { margin: auto; width: 80%; - height: 100px; + height: 80px; border-radius: 5px; line-height: 40px; color: #000; @@ -4202,4 +4201,3 @@ li.hide + li.version .badge .tooltip .tooltip-arrow { width: 100px; color: #7092FF; } -