Hide all unnecessarylabels from profile edit view.

This commit is contained in:
Samantha Doherty 2011-03-15 21:43:28 -04:00
parent e4eb6719a5
commit 903ce7d10c
1 changed files with 5 additions and 4 deletions

View File

@ -65,6 +65,10 @@
margin-right: 8px; margin-right: 8px;
} }
.form_settings .extended-profile label {
display: none;
}
.experience-item input[type=text], .education-item input[type=text] { .experience-item input[type=text], .education-item input[type=text] {
float: left; float: left;
} }
@ -84,13 +88,10 @@
.form_settings .extended-profile label.checkbox { .form_settings .extended-profile label.checkbox {
max-width: 100%; max-width: 100%;
float: none; float: none;
display: inline;
left: -20px; left: -20px;
} }
.phone-item label, .im-item label {
display: none;
}
.extended-profile select { .extended-profile select {
padding-right: 2px; padding-right: 2px;
font-size: 0.88em; font-size: 0.88em;