]> git.mxchange.org Git - friendica.git/blobdiff - view/global.css
The feed function has now a simulation mode
[friendica.git] / view / global.css
index ce69e2e27d9e08a64b67ff812b0c54e909fe86d5..8646bf8e448c532ee66165f6f7e77a831c847faf 100644 (file)
@@ -280,6 +280,18 @@ a {
     font-weight: bold;
     color: #00a700;
 }
+.federation-graph {
+    width: 400px; 
+    height: 400px; 
+    float: right; 
+    margin: 20px;
+}
+.federation-network-graph {
+    width: 240px; 
+    height: 240px; 
+    float: left; 
+    margin: 20px;
+}
 ul.federation-stats,
 ul.credits {
   list-style: none;
@@ -289,6 +301,12 @@ ul.credits li {
   float: left;
   width: 240px;
 }
+table#federation-stats {
+    width: 100%;
+}
+td.federation-data {
+    border-bottom: 1px solid #000;
+}
 
 .contact-entry-photo img {
   max-width: 80px;