diff mgallery.php @ 120:d1ed6213f6d2

Various improvements/changes to CSS and usability on mobile devices.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 10 May 2017 12:02:47 +0300
parents cf295af9754d
children eac2cf04261a
line wrap: on
line diff
--- a/mgallery.php	Wed May 10 11:37:23 2017 +0300
+++ b/mgallery.php	Wed May 10 12:02:47 2017 +0300
@@ -583,7 +583,6 @@
   mgPrintPageHeader($pageTitle);
   echo
     mgGetPageInfoHeaderStart().
-    mgGetLanguageSelector().
     "<h1>".chentities($pageTitle)."</h1>\n";
 
   if ($ctrlFlags & MGF_BREADCRUMBS)
@@ -710,7 +709,7 @@
 {
   var eimg = document.getElementById("imageImage");
   var win = mgalGetWindowSize();
-  var madj = 0.81;
+  var madj = 0.85;
   if (eimg)
   {
     if (eimg.width > eimg.height)
@@ -765,7 +764,6 @@
   mgPrintPageHeader($pageTitle);
   echo
     mgGetPageInfoHeaderStart().
-    mgGetLanguageSelector().
     "<h1>".$pageTitle."</h1>\n";
 
   $ctrlFlags = mgGetSetting("album_flags");
@@ -800,5 +798,6 @@
   mgPrintTable("imageTable", $galEntries, $galImagesIndex, 0, FALSE);
 }
 
+echo mgGetLanguageSelector();
 mgPrintPageFooter();
 ?>
\ No newline at end of file