CC-733 : playout history

translating mDataProp values to be able to search table on backend
This commit is contained in:
Naomi Aro 2012-03-09 11:13:32 +01:00
parent 53b8eb2724
commit c66b55ec17
4 changed files with 29 additions and 6 deletions

View file

@ -510,6 +510,11 @@ dl.inline-list dd {
border-width: 1px 1px 1px 1px;
width:100%;
}
.datatable th {
text-align: left;
}
.datatable tr td, .datatable tr th {
border-color: #b1b1b1;
border-style: solid;
@ -671,7 +676,6 @@ button.ColVis_Button.ColVis_ShowAll {
.library_length {
text-align: right;
padding-right: 1em !important;
}
/*----END Data Table----*/