mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
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);
|
$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;
|
||||||
|
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user