Make dialogs center on the
authorChip Black <bytex64@bytex64.net>
Tue, 11 Jun 2013 09:14:27 +0000 (02:14 -0700)
committerChip Black <bytex64@bytex64.net>
Tue, 11 Jun 2013 18:29:57 +0000 (11:29 -0700)
screen, not the page

www/css/blerg.css

index 45a553f..b99c134 100644 (file)
@@ -325,6 +325,7 @@ h1, h2, h3 {
 }
 
 .blerg-dialog {
+       position: fixed;
        width: 300px;
        padding: 8px;
 }