X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=test%2Fmonitoring%2Fmonitor-base.css;fp=test%2Fmonitoring%2Fmonitor-base.css;h=0cbbe1551ee0df751ce0bd6825d27813d9869d3d;hb=e3017eacd1b265377d6581fe255d8c0b994a3cec;hp=a394a44cb03ae39a5a6bd3f0a328e177bb869360;hpb=b5a4f1433c69651c79f29353139a3aa54dd25c85;p=src%2Fapp-framework-binder.git diff --git a/test/monitoring/monitor-base.css b/test/monitoring/monitor-base.css index a394a44c..0cbbe155 100644 --- a/test/monitoring/monitor-base.css +++ b/test/monitoring/monitor-base.css @@ -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;