From e76eef50a0738ba4aa6f08895d758fe0dc8bb842 Mon Sep 17 00:00:00 2001
From: Olav Morken <olav.morken@uninett.no>
Date: Fri, 29 Jan 2010 09:50:02 +0000
Subject: [PATCH] Logout: indent the service list.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2151 44740490-163a-0410-bde0-09ae8108e29a
---
 modules/core/templates/logout-iframe.php | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/modules/core/templates/logout-iframe.php b/modules/core/templates/logout-iframe.php
index 1173b5d22..180088543 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>';
-- 
GitLab