From ffcd0e8a4a8b637440d84bd69e513bdfa739e1c4 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Wed, 18 Jan 2017 08:09:32 +0100 Subject: [PATCH] add style for span.closepopupbox --- styles/bootstrap/application.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/styles/bootstrap/application.css b/styles/bootstrap/application.css index 413ce0ce7..ba0203cfd 100644 --- a/styles/bootstrap/application.css +++ b/styles/bootstrap/application.css @@ -185,7 +185,13 @@ div.popupbox { padding: 15px; display: none; position: absolute; - width: 200px; + width: 250px; +} + +div.popupbox span.closepopupbox { + position: absolute; + right: 5px; + top: 0px; } @media (max-width: 480px) {