From: Chip Black Date: Tue, 11 Jun 2013 09:14:27 +0000 (-0700) Subject: Make dialogs center on the X-Git-Tag: v1.8.2~9 X-Git-Url: http://git.bytex64.net/?a=commitdiff_plain;h=b8652ebcc24f8c9cc73ebcd453fed6c9d4fc8ba7;p=blerg.git Make dialogs center on the screen, not the page --- 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; }