Update copyright dates
[src/app-framework-binder.git] / test / monitoring / monitor-base.css
index f2de1d9..feb6170 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017 "IoT.bzh"
+ * Copyright (C) 2015-2020 "IoT.bzh"
  * Author: José Bollo <jose.bollo@iot.bzh>
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -74,6 +74,7 @@ body.on #params, body.on #connect, body.off #disconnect { display: none; }
 /*******************************************************************/
 /* main area */
 
+#work { overflow-x: auto; }
 #controls, #menu { flex: 1; }
 #middle { flex: 3; }
 #controls { min-width: 300px; }
@@ -88,8 +89,7 @@ body.on #params, body.on #connect, body.off #disconnect { display: none; }
 /*******************************************************************/
 /* setting for traces */
 
-#apis .trace-evt {
-       visibility: hidden;
+#apis .event, #apis .global {
        display: none;
 }
 
@@ -168,6 +168,7 @@ body.on #params, body.on #connect, body.off #disconnect { display: none; }
 
 .traceevent .content {
        clear: both;
+       overflow-x: auto;
 }
 
 .traceevent, .x-button {