From dd83364345b9d1280747db7cd11082845df84a49 Mon Sep 17 00:00:00 2001 From: paul Date: Sat, 9 Dec 2017 21:02:08 +0000 Subject: [PATCH] fix dialog display svn path=/trunk/; revision=19 --- bookmarks.css | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/bookmarks.css b/bookmarks.css index e210965..7bb47c0 100644 --- a/bookmarks.css +++ b/bookmarks.css @@ -47,13 +47,13 @@ body { position: absolute; width: 100%; min-height: 100%; } .dialog { display: block; position: fixed; - width: 30em; - min-width: 240px; + width: 30%; + min-width: 320px; min-height: 3em; - left: 50%; top: 20%; - margin: -3em -15em; + left: 50%; + margin-left: -160px; text-align: center; - z-index: 10; + z-index: 2; border-radius: .5em; border: 1px solid black; padding: .125em 0; @@ -77,6 +77,7 @@ body { position: absolute; width: 100%; min-height: 100%; } position: fixed; top: 0; bottom: 0; left: 0; right: 0; background-color: rgba(0,0,0,.5); + z-index: 1; } .dialog > * { word-spacing: 0; } -- 2.39.2