Merge branch 'release/0.9' into 'release/0.9'

Make chart button wraps

On small screens, the chart button is too large.

See merge request !59
This commit is contained in:
Olivier Perez 2015-09-19 16:45:30 +02:00
commit 5b4bfad392

View File

@ -24,7 +24,7 @@ include_once __DIR__ . '/app/inc/init.php';
function bandeau_titre($titre)
{
global $ALLOWED_LANGUAGES;
$img = ( IMAGE_TITRE ) ? '<img src="'. Utils::get_server_name(). IMAGE_TITRE. '" alt="'.NOMAPPLICATION.'">' : '';
$img = ( IMAGE_TITRE ) ? '<img src="'. Utils::get_server_name(). IMAGE_TITRE. '" alt="'.NOMAPPLICATION.'" class="img-responsive">' : '';
echo '
<header role="banner">';
if(count($ALLOWED_LANGUAGES) > 1){