Change views and styles in Console
This commit is contained in:
parent
0213cd7405
commit
f8c481a3ee
|
@ -209,7 +209,8 @@ if ($get_module_detail) {
|
|||
$result = array_slice($module_data, $offset, $block_size);
|
||||
}
|
||||
|
||||
$table->width = '98%';
|
||||
$table->width = '100%';
|
||||
$table->class = 'databox data';
|
||||
$table->data = array();
|
||||
|
||||
$index = 0;
|
||||
|
|
|
@ -2122,11 +2122,13 @@ div.cellBig {
|
|||
}
|
||||
|
||||
.info_box {
|
||||
background: #FFF;
|
||||
background: #F9FAF9;
|
||||
margin-top: 10px !important;
|
||||
padding: 0px 5px 5px 10px;
|
||||
border: 3px solid #D1D1D1;
|
||||
width: 98% !important;
|
||||
border-color: #E2E2E2;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
width: 100% !important;
|
||||
-moz-border-radius: 4px;
|
||||
-webkit-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
|
|
Loading…
Reference in New Issue