causefx il y a 8 ans
Parent
commit
197c70352e
2 fichiers modifiés avec 5 ajouts et 5 suppressions
  1. 4 4
      css/style.css
  2. 1 1
      functions.php

+ 4 - 4
css/style.css

@@ -3763,8 +3763,8 @@ ul.inbox-pagination li {
 .ns-effect-exploader.ns-show {
   -webkit-animation-name: animLoad;
           animation-name: animLoad;
-  -webkit-animation-duration: 2.5s;
-          animation-duration: 2.5s;
+  -webkit-animation-duration: 1.0s;
+          animation-duration: 1.0s;
 }
 
 @-webkit-keyframes animLoad {
@@ -3836,8 +3836,8 @@ ul.inbox-pagination li {
 
 .ns-effect-exploader.ns-show .ns-box-inner,
 .ns-effect-exploader.ns-show .ns-close {
-  -webkit-animation-delay: 2.4s;
-          animation-delay: 2.4s;
+  -webkit-animation-delay: .9s;
+          animation-delay: .9s;
   -webkit-animation-duration: 0.3s;
           animation-duration: 0.3s;
   -webkit-animation-fill-mode: both;

+ 1 - 1
functions.php

@@ -225,7 +225,7 @@ if (function_exists('curl_version')) :
 					}
 				}
 			}else{
-				writeLog("error", "$username is not an authorized user or entered invalid password");
+				writeLog("error", "$username is not an authorized PLEX user or entered invalid password");
 			}
 		}else{
   			writeLog("error", "error occured logging into plex might want to check curl.cainfo=/path/to/downloaded/cacert.pem in php.ini");