Fix welcome html.
authorAntony Chazapis <chazapis@gmail.com>
Wed, 2 Nov 2011 10:34:30 +0000 (12:34 +0200)
committerAntony Chazapis <chazapis@gmail.com>
Wed, 2 Nov 2011 10:34:30 +0000 (12:34 +0200)
htdocs/index.html
htdocs/site_media/css/site.css

index 5eb772a..02a98df 100644 (file)
@@ -25,7 +25,7 @@
   <link rel="stylesheet" href="site_media/css/site.css">
   <script src="site_media/js/libs/modernizr-1.7.min.js"></script>
 </head>
-<body class="xxxauth" id="index">
+<body id="index">
     <div class="container">
         <div class="logo">
             <a href="#" title="Pithos"><img 
index 453f2bb..20cb2fa 100644 (file)
@@ -2850,6 +2850,9 @@ body.auth .canlogin {
   right: 20px;
   top: 25px;
 }
+body.auth .inner-bottom .nologin {
+  display: none;
+}
 .inner-bottom .nologin {
   font-size: 0.9em;
   position: absolute;
@@ -2866,7 +2869,11 @@ body.auth .canlogin {
 .inner-bottom .gotoapp:hover {
   color: #fff !important;
 }
+body.auth .downloads {
+  display: block;
+}
 .downloads {
+  display: none;
   border-top: 2px solid #fff;
   background-color: #DCE9F1;
   background-color: #accfdf;
@@ -2967,4 +2974,4 @@ body.auth .canlogin {
   cursor: pointer;
   border: 1px solid #fff;
   background-color: #eee;
-}
\ No newline at end of file
+}