From 3e351bd8d320f3c591bfcbf063a397fc191349f6 Mon Sep 17 00:00:00 2001 From: azivner Date: Thu, 22 Nov 2018 21:24:47 +0100 Subject: [PATCH] better positioning of nonmodal protected session dialog --- src/public/stylesheets/style.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/public/stylesheets/style.css b/src/public/stylesheets/style.css index 049a13ae3..fcc7c1c46 100644 --- a/src/public/stylesheets/style.css +++ b/src/public/stylesheets/style.css @@ -620,11 +620,11 @@ table.promoted-attributes-in-tooltip td, table.promoted-attributes-in-tooltip th } .modalless { - top:10%; - left:50%; - bottom:auto; - right:auto; - margin-left:-300px; + top: 15%; + left: 40%; + bottom: auto; + right: auto; + margin-left: -300px; } .multiplicity {