From 8acdc1ba0fe00268518adaf4456ac738b6d173a9 Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Thu, 11 Oct 2012 14:21:00 -0700 Subject: [PATCH] Commands won't wrap, progress bar text positioning --- NzbDrone.Web/Views/Series/Index.cshtml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/NzbDrone.Web/Views/Series/Index.cshtml b/NzbDrone.Web/Views/Series/Index.cshtml index 5fab35f5e..49cc81000 100644 --- a/NzbDrone.Web/Views/Series/Index.cshtml +++ b/NzbDrone.Web/Views/Series/Index.cshtml @@ -32,7 +32,6 @@ .ui-progressbar-value .progressBarText { - position: relative; font-weight: normal; color: white; } @@ -46,6 +45,7 @@ .commandsColumn, .statusColumn { text-align: center; + white-space: nowrap; } .ui-dialog-buttonpane .ui-dialog-buttonset .ui-delete-button @@ -75,7 +75,7 @@ Episodes @*Commands Column*@ - + @@ -180,6 +180,7 @@ } }, //Episodes { + sClass: "commandsColumn", sWidth: '50px', "mDataProp": "HasBanner", "bSortable": false, "fnRender": function (row) { return " " + "";