diff --git a/extras/anytermd/browser/anyterm.css b/extras/anytermd/browser/anyterm.css index 4e6df19796..46c1f0366d 100644 --- a/extras/anytermd/browser/anyterm.css +++ b/extras/anytermd/browser/anyterm.css @@ -102,7 +102,7 @@ noscript { .termframe { float: left; padding: 0.2ex; - background-color: none repeat scroll 0% 0% #82B92E; + background-color: none repeat scroll 0% 0% #80BA27; border-top-right-radius: 5px; border-top-left-radius: 5px; } diff --git a/pandora_console/extensions/net_tools.php b/pandora_console/extensions/net_tools.php index 4da4d88fad..15739df521 100644 --- a/pandora_console/extensions/net_tools.php +++ b/pandora_console/extensions/net_tools.php @@ -101,11 +101,11 @@ function main_net_tools () { function mostrarColumns(ValueSelect){ value = ValueSelect.value; if ( value==3 ) { - document.getElementById('netToolTable').width=800; + document.getElementById('netToolTable').width='100%'; document.getElementById('snmpcolumn').style.display='block'; } else{ - document.getElementById('netToolTable').width=650; + document.getElementById('netToolTable').width='100%'; document.getElementById('snmpcolumn').style.display='none'; } } @@ -113,7 +113,7 @@ function main_net_tools () { echo "