Make dialogs center on the
[blerg.git] / www / css / blerg.css
index 6624bc2..b99c134 100644 (file)
@@ -325,6 +325,7 @@ h1, h2, h3 {
 }
 
 .blerg-dialog {
+       position: fixed;
        width: 300px;
        padding: 8px;
 }
@@ -361,3 +362,9 @@ h1, h2, h3 {
 table.help td {
        padding: 2pt 8pt;
 }
+
+footer {
+       margin: 15pt;
+       font-size: small;
+       color: #333;
+}