From bf2298886afbf2cbe75a38bb44e5ae8c300b22d9 Mon Sep 17 00:00:00 2001
From: Alan Garcia
Date: Wed, 17 Jul 2013 08:39:21 +0000
Subject: [PATCH] Certaines pages d'erreurs avaient un probleme de CSS
Fix it ;)
---
bureau/admin/head.php | 2 +-
bureau/admin/styles/style.css | 8 ++++++++
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/bureau/admin/head.php b/bureau/admin/head.php
index 4ce80c2f..ea32dad4 100644
--- a/bureau/admin/head.php
+++ b/bureau/admin/head.php
@@ -56,6 +56,6 @@ if ($isinvited && isset($oldid) && !empty($oldid) && $oldid!=$cuid ) {
echo "
";
}
?>
-
+
diff --git a/bureau/admin/styles/style.css b/bureau/admin/styles/style.css
index ca5e721f..9b80ccb7 100644
--- a/bureau/admin/styles/style.css
+++ b/bureau/admin/styles/style.css
@@ -315,6 +315,14 @@ img {
vertical-align: top;
}
+.clearfix:after {
+ visibility: hidden;
+ display: block;
+ content: "";
+ clear: both;
+ height: 0;
+ }
+
/* Menu */
#menu {