Fix welcome html (2).
authorAntony Chazapis <chazapis@gmail.com>
Wed, 2 Nov 2011 10:47:52 +0000 (12:47 +0200)
committerroot <root@pithos.dev.grnet.gr>
Wed, 2 Nov 2011 10:47:52 +0000 (12:47 +0200)
htdocs/site_media/css/site.css
htdocs/site_media/js/check-cookie.js

index 20cb2fa..adc9b5d 100644 (file)
@@ -127,7 +127,7 @@ body {
   background-repeat: repeat-x;
   font-size: 13px;
   font-family: verdana;
   background-repeat: repeat-x;
   font-size: 13px;
   font-family: verdana;
-  background-position: 0px -70px;
+  background-position: 0px -120px;
 }
 body.alt {
   background-image: url("../images/bg-alt.png");
 }
 body.alt {
   background-image: url("../images/bg-alt.png");
index 6b4e4b0..8218459 100644 (file)
@@ -1,5 +1,5 @@
 $(document).ready(function(){
 $(document).ready(function(){
-    if ($.cookie("X-Auth-Token")) {
+    if ($.cookie("X-Auth-Token") || $.cookie("_pithos2_a")) {
         $("body").addClass("auth");
     }
         $("body").addClass("auth");
     }
-});
\ No newline at end of file
+});