From 228b375bed1e51c464c2497b4db07f77245038f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no> Date: Mon, 16 Jun 2008 06:46:07 +0000 Subject: [PATCH] improving layout on disco icon git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@658 44740490-163a-0410-bde0-09ae8108e29a --- templates/default/selectidp-links.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/default/selectidp-links.php b/templates/default/selectidp-links.php index 222ceece5..8d4d28817 100644 --- a/templates/default/selectidp-links.php +++ b/templates/default/selectidp-links.php @@ -63,7 +63,7 @@ foreach ($this->data['idplist'] AS $idpentry) { if(array_key_exists('icon', $idpentry) && $idpentry['icon'] !== NULL) { $iconUrl = SimpleSAML_Utilities::resolveURL($idpentry['icon']); - echo '<img style="float: left; margin: 1em; padding: 3px; border: 1px solid #999" src="' . htmlspecialchars($iconUrl) . '" />'; + echo '<img style="clear: both; float: left; margin: 1em; padding: 3px; border: 1px solid #999" src="' . htmlspecialchars($iconUrl) . '" />'; } echo ' <h3 style="margin-top: 8px">' . htmlspecialchars($this->t('idpname_' . $idpentry['entityid'])) . '</h3>'; -- GitLab