monitoring: improve user interface
[src/app-framework-binder.git] / test / monitoring / monitor-base.css
index a394a44..0cbbe15 100644 (file)
@@ -8,9 +8,7 @@ body {
        right: 0px;
 }
 
-body.on #params,
-body.off #controls,
-body.off #logmsg-box { display: none; }
+body.on #params, body.off #main { display: none; }
 
 /*******************************************************************/
 /* head */
@@ -69,11 +67,33 @@ body.off #logmsg-box { display: none; }
        right: 0px;
        top: 0px;
        bottom: 0px;
+/*
        font-size: smaller;
        overflow: auto;
        margin-bottom: 75px;
+*/
 }
 
+#logmsgs-inner-box {
+       position: relative;
+       left: 0px;
+       right: 0px;
+       top: 0px;
+       bottom: 0px;
+}
+
+#logmsgs {
+       position: absolute;
+       left: 0px;
+       right: 0px;
+       top: 0px;
+       bottom: 0px;
+       font-size: smaller;
+       overflow: auto;
+       margin-bottom: 380px;
+}
+
+
 #trace-events {
        overflow: auto;
        position: absolute;
@@ -152,6 +172,10 @@ body.off #logmsg-box { display: none; }
        position: absolute;
 }
 
+.traceevent .content {
+       clear: both;
+}
+
 .traceevent {
        -webkit-user-select: none;
        -moz-user-select: none;