diff --git a/bureau/admin/dom_edit.php b/bureau/admin/dom_edit.php
index b286cf15..74ccdc8e 100644
--- a/bureau/admin/dom_edit.php
+++ b/bureau/admin/dom_edit.php
@@ -77,14 +77,10 @@ function destruction_alert() {
 		return true;
 	}
 	if (document.forms["fdns"].email[1].checked) {
-		//return confirm('<?php __("Are you sur you want to do this and DELETE ALL the mailboxes, messages and aliases on this domain ?"); ?>');
-		if ( confirm('<?php __("Are you sur you want to do this and DELETE ALL the mailboxes, messages and aliases on this domain ?"); ?>') ) {
-			return confirm('<?php __("Realy ?"); ?>');
-		} else {
-			return false;
-		}
+		if ( confirm('<?php __("Are you sure you want to do this? This will DELETE ALL the mailboxes, messages and aliases on this domain ?"); ?>') ) {
+		  return false;
 	} else {
-		return true;
+		  return true;
 	}
 }
 </script>
diff --git a/bureau/admin/styles/style.css b/bureau/admin/styles/style.css
index 054c5e9b..3993d51d 100644
--- a/bureau/admin/styles/style.css
+++ b/bureau/admin/styles/style.css
@@ -161,7 +161,7 @@ input[type=submit] {
 
 .ina img, .ina img {
   vertical-align: middle;
-  padding: 2px;
+  padding: 2px 2px 5px 0;
 }
 .bff {
   border: 1px solid #999;