]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Merge pull request #510 from mariroz/dev
authorNicolas Lœuillet <nicolas@loeuillet.org>
Thu, 27 Feb 2014 14:20:01 +0000 (15:20 +0100)
committerNicolas Lœuillet <nicolas@loeuillet.org>
Thu, 27 Feb 2014 14:20:01 +0000 (15:20 +0100)
some baggy theme fixes and enhancement: issue #479

inc/poche/Poche.class.php
themes/baggy/css/main.css

index deec42267a593de08cd1b65f6c3e8c594770cfe5..87c00b78c970a03fd869c8145031db0706989b3b 100755 (executable)
@@ -750,6 +750,8 @@ class Poche
         $currentConfig['theme'] = $_POST['theme'];
         
         $_SESSION['poche_user']->setConfig($currentConfig);
+
+        $this->emptyCache();
         
         Tools::redirect('?view=config');
     }
@@ -788,6 +790,8 @@ class Poche
         $currentConfig['language'] = $_POST['language'];
         
         $_SESSION['poche_user']->setConfig($currentConfig);
+
+        $this->emptyCache();
         
         Tools::redirect('?view=config');
     }
index 0a8d2c7b0f04f0a0d853e4312787a4de1922d327..fe77a967d5c1e908dd2e0a86a6abcfbe31521a61 100755 (executable)
@@ -498,6 +498,7 @@ footer a {
 
 .pagination {
   text-align: right;
+  margin-bottom:50px;
 }
 
 .nb-results {