yedidiaklein / moodle-repository_pixabay

Moodle Repository for Pixabay images.
GNU General Public License v3.0
1 stars 5 forks source link

Pixabay logo seems misplaced / misaligned #1

Open mudrd8mz opened 5 years ago

mudrd8mz commented 5 years ago

image

yedidiaklein commented 5 years ago

It looks well using boost theme. I didn't succeed to fix it using clean theme (yet)...

krajewsk commented 4 years ago

We're using Lambda and it looks misaligned too. The fix is in lib.php in public function print_login in $logo delete all the spaces and line breaks. Leaving only

$logo = '<a href="https://pixabay.com/" target="_new"><img src="https://pixabay.com/static/img/public/leaderboard_a.png" alt="Pixabay" style="width:100%"></a><br>';

As a single line.