From: Samantha Doherty Date: Wed, 16 Mar 2011 01:43:28 +0000 (-0400) Subject: Hide all unnecessarylabels from profile edit view. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=903ce7d10cff41b91f6fb83adc3f32bfdfc62acd;p=quix0rs-gnu-social.git Hide all unnecessarylabels from profile edit view. --- 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;