diff --git a/modules/core/templates/logout-iframe.php b/modules/core/templates/logout-iframe.php
index 1173b5d22e99cfa8161aee8680f0c2d70dae40bc..1800885430309b877aae8ee1408244c9b2bac179 100644
--- a/modules/core/templates/logout-iframe.php
+++ b/modules/core/templates/logout-iframe.php
@@ -105,6 +105,8 @@ foreach ($SPs AS $assocId => $sp) {
 
 	echo '<tr>';
 
+	echo '<td style="width: 3em;"></td>';
+
 	echo '<td>';
 	echo '<img class="logoutstatusimage" id="statusimage-' . $spId . '"  src="' . htmlspecialchars($stateImage[$spState]) . '" alt="' . htmlspecialchars($stateText[$spState]) . '"/>';
 	echo '</td>';