From b8652ebcc24f8c9cc73ebcd453fed6c9d4fc8ba7 Mon Sep 17 00:00:00 2001 From: Chip Black Date: Tue, 11 Jun 2013 02:14:27 -0700 Subject: [PATCH] Make dialogs center on the screen, not the page --- www/css/blerg.css | 1 + 1 file changed, 1 insertion(+) diff --git a/www/css/blerg.css b/www/css/blerg.css index 45a553f..b99c134 100644 --- a/www/css/blerg.css +++ b/www/css/blerg.css @@ -325,6 +325,7 @@ h1, h2, h3 { } .blerg-dialog { + position: fixed; width: 300px; padding: 8px; } -- 2.25.1