From 0bded7761a6e3f5d31cb7a1a4e15a03ab3be1f6d Mon Sep 17 00:00:00 2001
From: Alex Orluc <alex.orluc@maarch.org>
Date: Mon, 13 Jun 2016 15:31:04 +0000
Subject: [PATCH] FIX #0000 fix csss

---
 visa/trunk/class/class_modules_tools_Abstract.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/visa/trunk/class/class_modules_tools_Abstract.php b/visa/trunk/class/class_modules_tools_Abstract.php
index 27f302b2366..23629da55c7 100644
--- a/visa/trunk/class/class_modules_tools_Abstract.php
+++ b/visa/trunk/class/class_modules_tools_Abstract.php
@@ -999,7 +999,7 @@ abstract class visa_Abstract extends Database
 		$stmt = $this->query("select subject, contact_society, category_id from $view where res_id = ?",array($id));
 		$res = $stmt->fetchObject();
 		$str = '';
-		$str .= '<div align="left">';
+		$str .= '<div align="left" class="block">';
 		$str .= '<div class="error" id="divErrorPrint" name="divErrorPrint" onclick="this.hide();"></div>';
 	
 		$str .= '<p><b>Requérant</b> : '.$res->contact_society.'</p>';
-- 
GitLab