From 04d8b19e44e4c2e924e78a0ada540dead8eeec9b Mon Sep 17 00:00:00 2001 From: Chuck Scott Date: Wed, 14 Jan 2015 23:10:03 -0500 Subject: [PATCH] Cleaned up some layout issues for the member dashboard. --- css/admin.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/css/admin.css b/css/admin.css index 4a3ce638..2547ac93 100644 --- a/css/admin.css +++ b/css/admin.css @@ -33,7 +33,8 @@ } .nav-tab-active { font-size: 15px !important; - font-weight: bold; + font-weight: bold; var_dump($memberData); + text-decoration: none; border: 2px #ccc solid; border-bottom: 0px; @@ -60,6 +61,8 @@ /* Admin table additions */ .glm-table-fieldname { text-align: left; + vertical-align: top; + white-space: nowrap; padding-right: 1em; } -- 2.17.1