Change views and styles in Console

This commit is contained in:
m-lopez-f 2015-04-01 13:47:45 +02:00
parent 0213cd7405
commit f8c481a3ee
2 changed files with 7 additions and 4 deletions

View File

@ -209,7 +209,8 @@ if ($get_module_detail) {
$result = array_slice($module_data, $offset, $block_size); $result = array_slice($module_data, $offset, $block_size);
} }
$table->width = '98%'; $table->width = '100%';
$table->class = 'databox data';
$table->data = array(); $table->data = array();
$index = 0; $index = 0;

View File

@ -2122,11 +2122,13 @@ div.cellBig {
} }
.info_box { .info_box {
background: #FFF; background: #F9FAF9;
margin-top: 10px !important; margin-top: 10px !important;
padding: 0px 5px 5px 10px; padding: 0px 5px 5px 10px;
border: 3px solid #D1D1D1; border-color: #E2E2E2;
width: 98% !important; border-style: solid;
border-width: 1px;
width: 100% !important;
-moz-border-radius: 4px; -moz-border-radius: 4px;
-webkit-border-radius: 4px; -webkit-border-radius: 4px;
border-radius: 4px; border-radius: 4px;