]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Hide all unnecessarylabels from profile edit view.
authorSamantha Doherty <sammy@status.net>
Wed, 16 Mar 2011 01:43:28 +0000 (21:43 -0400)
committerSamantha Doherty <sammy@status.net>
Wed, 16 Mar 2011 01:43:28 +0000 (21:43 -0400)
plugins/ExtendedProfile/css/profiledetail.css

index 797d32d415f066e7d47239fcc168d9dbdb42c796..e0650d40a129d641641be299449e61e1b60bf947 100644 (file)
     margin-right: 8px;
 }
 
+.form_settings .extended-profile label {
+    display: none;
+}
+
 .experience-item input[type=text], .education-item input[type=text] {
     float: left;
 }
 .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;