Skip to content
Snippets Groups Projects
Commit 5b4bfad3 authored by Olivier Perez's avatar Olivier Perez
Browse files

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
parents d2e50afe 05964351
No related branches found
No related tags found
No related merge requests found
......@@ -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){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment