mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
basic width styling for common cells
This commit is contained in:
parent
e1de291f8c
commit
6838298dbc
3 changed files with 21 additions and 5 deletions
|
@ -1,6 +1,8 @@
|
|||
"use strict";
|
||||
define(['app'], function () {
|
||||
NzbDrone.Cells.RelativeDateCell = Backgrid.Cell.extend({
|
||||
define(['app','Cells/NzbDroneCell'], function () {
|
||||
NzbDrone.Cells.RelativeDateCell = NzbDrone.Cells.NzbDroneCell.extend({
|
||||
|
||||
className : 'relative-date-cell',
|
||||
|
||||
render: function () {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue