CC-3360 : timeline css
This commit is contained in:
parent
7ab0289d12
commit
f1d76443ab
|
@ -218,8 +218,4 @@ table.datatable tr.sb-header.odd:hover td, table.datatable tr.sb-header.even:hov
|
||||||
|
|
||||||
.ui-dialog .sb_content .padded {
|
.ui-dialog .sb_content .padded {
|
||||||
padding: 5px 10px 5px 16px;
|
padding: 5px 10px 5px 16px;
|
||||||
}
|
|
||||||
|
|
||||||
.ui-dialog .ui-buttonset {
|
|
||||||
margin-right: 0 !important;
|
|
||||||
}
|
}
|
|
@ -742,7 +742,7 @@ dl.inline-list dd {
|
||||||
}
|
}
|
||||||
.dataTables_filter input {
|
.dataTables_filter input {
|
||||||
background: url("images/search_auto_bg.png") no-repeat scroll 0 0 #DDDDDD;
|
background: url("images/search_auto_bg.png") no-repeat scroll 0 0 #DDDDDD;
|
||||||
width: 55%;
|
width: 50%;
|
||||||
border: 1px solid #5B5B5B;
|
border: 1px solid #5B5B5B;
|
||||||
margin-left: -8px;
|
margin-left: -8px;
|
||||||
padding: 5px 3px 4px 25px;
|
padding: 5px 3px 4px 25px;
|
||||||
|
|
|
@ -335,10 +335,10 @@ var AIRTIME = (function(AIRTIME) {
|
||||||
});
|
});
|
||||||
|
|
||||||
//calculate dynamically width for the library search input.
|
//calculate dynamically width for the library search input.
|
||||||
libLength = libContentDiv.find("#library_display_length");
|
//libLength = libContentDiv.find("#library_display_length");
|
||||||
libType = libContentDiv.find("#library_display_type");
|
//libType = libContentDiv.find("#library_display_type");
|
||||||
libFilter = libContentDiv.find("#library_display_filter");
|
//libFilter = libContentDiv.find("#library_display_filter");
|
||||||
libFilter.find("input").width(libFilter.width() - libType.width() - libLength.width() - 80);
|
//libFilter.find("input").width(libFilter.width() - libType.width() - libLength.width() - 80);
|
||||||
|
|
||||||
checkImportStatus();
|
checkImportStatus();
|
||||||
setInterval( checkImportStatus, 5000 );
|
setInterval( checkImportStatus, 5000 );
|
||||||
|
|
Loading…
Reference in New Issue