fix column status css

This commit is contained in:
Rolux 2016-01-04 16:30:05 +05:30
parent ab1ac13909
commit 8f80e60766
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ oml.ui.filter = function(id) {
that.setColumnTitle(
'name',
Ox._(filter.title)
+ '<div class="OxColumnStatus OxLight">'
+ '<div class="OxColumnStatus OxLight" style="right: 52px">'
+ Ox.formatNumber(data.items) + '</div>'
);
},