From 20794bc461852711d8710728363d8fb930776af1 Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Fri, 19 Jul 2013 10:40:09 -0700 Subject: [PATCH] Epsiode quality styling --- UI/Cells/cells.less | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/UI/Cells/cells.less b/UI/Cells/cells.less index 724104c67..68a6c3cb2 100644 --- a/UI/Cells/cells.less +++ b/UI/Cells/cells.less @@ -43,3 +43,11 @@ color : @red; } } + +td.episode-status-cell { + text-align: center; + + .badge { + font-size: 9px; + } +} \ No newline at end of file