CC-3506 : Timeline: smaller columns for time values
This commit is contained in:
parent
0525f182ef
commit
91d44847cb
2 changed files with 10 additions and 4 deletions
|
@ -78,6 +78,12 @@
|
||||||
table.datatable tr.cursor-selected-row td, table.datatable tr.cursor-selected-row th {
|
table.datatable tr.cursor-selected-row td, table.datatable tr.cursor-selected-row th {
|
||||||
border-bottom: 1px solid rgba(215, 0, 0, 1) !important;
|
border-bottom: 1px solid rgba(215, 0, 0, 1) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.sb-starts,
|
||||||
|
.sb-ends {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
.innerWrapper {
|
.innerWrapper {
|
||||||
position:relative;
|
position:relative;
|
||||||
width:100%;
|
width:100%;
|
||||||
|
|
|
@ -131,10 +131,10 @@ var AIRTIME = (function(AIRTIME){
|
||||||
oTable = $sbTable.dataTable( {
|
oTable = $sbTable.dataTable( {
|
||||||
"aoColumns": [
|
"aoColumns": [
|
||||||
/* checkbox */ {"mDataProp": "allowed", "sTitle": "<input type='checkbox' name='sb_cb_all'>", "sWidth": "15px", "sClass": "sb-checkbox"},
|
/* checkbox */ {"mDataProp": "allowed", "sTitle": "<input type='checkbox' name='sb_cb_all'>", "sWidth": "15px", "sClass": "sb-checkbox"},
|
||||||
/* Type */ {"mDataProp": "image", "sTitle": "", "sClass": "library_image sb-image", "sWidth": "25px", "bVisible": true},
|
/* Type */ {"mDataProp": "image", "sTitle": "", "sClass": "library_image sb-image", "sWidth": "25px"},
|
||||||
/* starts */{"mDataProp": "starts", "sTitle": "Start", "sClass": "sb-starts"},
|
/* starts */{"mDataProp": "starts", "sTitle": "Start", "sClass": "sb-starts", "sWidth": "60px"},
|
||||||
/* ends */{"mDataProp": "ends", "sTitle": "End", "sClass": "sb-ends"},
|
/* ends */{"mDataProp": "ends", "sTitle": "End", "sClass": "sb-ends", "sWidth": "60px"},
|
||||||
/* runtime */{"mDataProp": "runtime", "sTitle": "Duration", "sClass": "library_length sb-length"},
|
/* runtime */{"mDataProp": "runtime", "sTitle": "Duration", "sClass": "library_length sb-length", "sWidth": "65px"},
|
||||||
/* title */{"mDataProp": "title", "sTitle": "Title", "sClass": "sb-title"},
|
/* title */{"mDataProp": "title", "sTitle": "Title", "sClass": "sb-title"},
|
||||||
/* creator */{"mDataProp": "creator", "sTitle": "Creator", "sClass": "sb-creator"},
|
/* creator */{"mDataProp": "creator", "sTitle": "Creator", "sClass": "sb-creator"},
|
||||||
/* album */{"mDataProp": "album", "sTitle": "Album", "sClass": "sb-album"},
|
/* album */{"mDataProp": "album", "sTitle": "Album", "sClass": "sb-album"},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue