mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-05-08 22:43:58 +03:00
Remove list-function minimize size for importzones div
This commit is contained in:
parent
3cf89d350a
commit
a8110fd036
2 changed files with 5 additions and 2 deletions
|
@ -16,6 +16,10 @@ body, html {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
line-height: 1.3;
|
line-height: 1.3;
|
||||||
}
|
}
|
||||||
|
#ImportZone {
|
||||||
|
height: 0px;
|
||||||
|
width: 0px;
|
||||||
|
}
|
||||||
.tables {
|
.tables {
|
||||||
float: right;
|
float: right;
|
||||||
width: 89%;
|
width: 89%;
|
||||||
|
|
|
@ -442,8 +442,7 @@ $(document).ready(function () {
|
||||||
$('#ImportZone').jtable({
|
$('#ImportZone').jtable({
|
||||||
title: 'Import zone',
|
title: 'Import zone',
|
||||||
actions: {
|
actions: {
|
||||||
createAction: 'zones.php?action=create',
|
createAction: 'zones.php?action=create'
|
||||||
listAction: 'zones.php?action=list',
|
|
||||||
},
|
},
|
||||||
fields: {
|
fields: {
|
||||||
id: {
|
id: {
|
||||||
|
|
Loading…
Add table
Reference in a new issue