Cleaned up some layout issues for the member dashboard.
authorChuck Scott <cscott@gaslightmedia.com>
Thu, 15 Jan 2015 04:10:03 +0000 (23:10 -0500)
committerChuck Scott <cscott@gaslightmedia.com>
Thu, 15 Jan 2015 04:10:03 +0000 (23:10 -0500)
css/admin.css

index 4a3ce63..2547ac9 100644 (file)
@@ -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;
 }