From 903ce7d10cff41b91f6fb83adc3f32bfdfc62acd Mon Sep 17 00:00:00 2001 From: Samantha Doherty Date: Tue, 15 Mar 2011 21:43:28 -0400 Subject: [PATCH] Hide all unnecessarylabels from profile edit view. --- plugins/ExtendedProfile/css/profiledetail.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/plugins/ExtendedProfile/css/profiledetail.css b/plugins/ExtendedProfile/css/profiledetail.css index 797d32d415..e0650d40a1 100644 --- a/plugins/ExtendedProfile/css/profiledetail.css +++ b/plugins/ExtendedProfile/css/profiledetail.css @@ -65,6 +65,10 @@ margin-right: 8px; } +.form_settings .extended-profile label { + display: none; +} + .experience-item input[type=text], .education-item input[type=text] { float: left; } @@ -84,13 +88,10 @@ .form_settings .extended-profile label.checkbox { max-width: 100%; float: none; + display: inline; left: -20px; } -.phone-item label, .im-item label { - display: none; -} - .extended-profile select { padding-right: 2px; font-size: 0.88em;