commit:b8652ebcc24f8c9cc73ebcd453fed6c9d4fc8ba7
author:Chip Black
committer:Chip Black
date:Tue Jun 11 02:14:27 2013 -0700
parents:1b5012f54151382cddfe5ead3475f993ea947273
Make dialogs center on the
screen, not the page
diff --git a/www/css/blerg.css b/www/css/blerg.css
line changes: +1/-0
index 45a553f..b99c134
--- 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;
 }