diff www/m/css/nodescore.css @ 24:22f1c38007ff

latency ping pong check added for clients
author tzara <rc-web@kiben.net>
date Wed, 11 Jul 2012 19:44:37 +0100
parents e1a02869da08
children 8ac67b784a8c
line wrap: on
line diff
--- a/www/m/css/nodescore.css	Wed Jul 11 14:17:43 2012 +0100
+++ b/www/m/css/nodescore.css	Wed Jul 11 19:44:37 2012 +0100
@@ -99,46 +99,45 @@
     text-align: center;
     width: 858px;
     font-size:1.5em;
-    color: white;
-    border: 1px solid blue;
+    color: yellow;
+!    border: 1px solid blue;
     position: absolute;
     float: left;
     left: 206px;
     top: 25px;
-
-    background-color: black;    
+    background-color: transparent;    
 }
 
 #current{
-    opacity: 0.7;
+    opacity: 0.8;
     height: 25px;
     text-align: center;
     width: 130px;
     font-size:1.5em;
-    color: white;
-    border: 1px solid blue;
+    color: red;
+!    border: 1px solid blue;
     position: absolute;
     float: left;
     left: 210px;
     top: 25px;
-    background-color: black;    
+    background-color: transparent;    
     z-index: 1;
 }
 
 #client_latency{
-    opacity: 0.7;
+    opacity: 0.8;
     height: 25px;
-    text-align: center;
     width: 160px;
     font-size:1.5em;
-    color: white;
-    border: 1px solid blue;
+    color: pink;
+!    border: 1px solid blue;
     position: absolute;
     float: left;
-    right: 220px;
+    right: 205px;
     top: 25px;
     background-color: black;    
     z-index: 1;
+    padding: 0px 15px;
 }