From b0b9ab1e197a376df528cdd14451008f1f54f6ba Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Tue, 26 Mar 2013 01:06:36 -0400 Subject: [PATCH] left-align dual line items --- dashboard-ui/css/site.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dashboard-ui/css/site.css b/dashboard-ui/css/site.css index 8c3a8553de..6c92968971 100644 --- a/dashboard-ui/css/site.css +++ b/dashboard-ui/css/site.css @@ -446,6 +446,10 @@ form, .readOnlyContent { padding-bottom: 56px; } +.posterViewItemWithDualText .posterViewItemText { + text-align: left; +} + .posterViewItemWithNoText { padding-bottom: 0!important; } @@ -479,7 +483,7 @@ form, .readOnlyContent { text-wrap: none; white-space: nowrap; margin: 0; - padding: 4px 2px 0; + padding: 4px 4px 0; position: absolute; bottom: 0; left: 0;