deleteing items from the show table.
This commit is contained in:
parent
5780eb5bbe
commit
ec31fd50c9
|
@ -101,7 +101,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui-dialog form.ui-widget-content dd input {
|
.ui-dialog form.ui-widget-content dd input {
|
||||||
width: 190px;
|
max-width: 210px;
|
||||||
|
width: 90%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bootstrap-datetimepicker-widget ul {
|
.bootstrap-datetimepicker-widget ul {
|
||||||
|
@ -114,7 +115,16 @@
|
||||||
border-radius: 2px !important;
|
border-radius: 2px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ui-dialog-content .well {
|
||||||
|
max-width: 230px;
|
||||||
|
}
|
||||||
|
.ui-dialog-content .well .date {
|
||||||
|
margin-left: 25px;
|
||||||
|
}
|
||||||
|
|
||||||
.ui-dialog .ui-dialog-content .well .date .add-on {
|
.ui-dialog .ui-dialog-content .well .date .add-on {
|
||||||
|
position: absolute;
|
||||||
|
left: 30px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: auto;
|
width: auto;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
|
@ -181,3 +191,7 @@
|
||||||
.btn [class^="icon-"] {
|
.btn [class^="icon-"] {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#history_content .ui-tabs .ui-tabs-panel {
|
||||||
|
padding-top: 10px;
|
||||||
|
}
|
||||||
|
|
|
@ -450,6 +450,7 @@ var AIRTIME = (function(AIRTIME) {
|
||||||
function redrawTables() {
|
function redrawTables() {
|
||||||
oTableAgg && oTableAgg.fnDraw();
|
oTableAgg && oTableAgg.fnDraw();
|
||||||
oTableItem && oTableItem.fnDraw();
|
oTableItem && oTableItem.fnDraw();
|
||||||
|
oTableShow && oTableShow.fnDraw();
|
||||||
}
|
}
|
||||||
|
|
||||||
function removeHistoryDialog() {
|
function removeHistoryDialog() {
|
||||||
|
|
Loading…
Reference in New Issue