From a32eded1962bd933b307b461e9280cf6abc64430 Mon Sep 17 00:00:00 2001 From: Nate Jones Date: Tue, 25 Feb 2014 20:10:20 +0000 Subject: [PATCH] Added Domain Description to Domain Selector list. --- themes/enhanced/template.php | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/themes/enhanced/template.php b/themes/enhanced/template.php index dde6fd453b..85bf61e8bb 100644 --- a/themes/enhanced/template.php +++ b/themes/enhanced/template.php @@ -670,8 +670,16 @@ table tr:nth-last-child(-5) td:first-of-type { DIV.domains_list_item { padding: 5px 8px 8px 8px; + overflow: hidden; + white-space: nowrap; } + DIV.domains_list_item SPAN.domain_list_item_description { + color: #999; + font-size: 11px; + } + +