2011-02-03 00:23:24 +00:00
|
|
|
/* Note the #content is only needed to override weird crap in default styles */
|
|
|
|
|
2011-03-15 17:08:41 +00:00
|
|
|
#profiledetail .entity_actions {
|
|
|
|
margin-top: 0px;
|
|
|
|
margin-bottom: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#profiledetail #content h3 {
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
2011-02-03 00:23:24 +00:00
|
|
|
#content table.extended-profile {
|
|
|
|
width: 100%;
|
|
|
|
border-collapse: separate;
|
2011-03-15 17:08:41 +00:00
|
|
|
border-spacing: 0px 8px;
|
|
|
|
margin-bottom: 10px;
|
2011-02-03 00:23:24 +00:00
|
|
|
}
|
2011-03-15 17:08:41 +00:00
|
|
|
|
2011-02-03 00:23:24 +00:00
|
|
|
#content table.extended-profile th {
|
|
|
|
color: #777;
|
2011-03-15 17:08:41 +00:00
|
|
|
background-color: #ECECF2;
|
2011-02-03 00:23:24 +00:00
|
|
|
width: 150px;
|
2011-03-15 17:08:41 +00:00
|
|
|
text-align: right;
|
|
|
|
padding: 2px 8px 2px 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#content table.extended-profile th.employer, #content table.extended-profile th.institution {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#content table.extended-profile td {
|
|
|
|
padding: 2px 0px 2px 8px;
|
|
|
|
}
|
2011-02-03 00:23:24 +00:00
|
|
|
|
2011-03-15 17:08:41 +00:00
|
|
|
.experience-item, .education-item {
|
|
|
|
float: left;
|
|
|
|
padding-bottom: 4px;
|
|
|
|
}
|
2011-02-03 00:23:24 +00:00
|
|
|
|
2011-03-15 17:08:41 +00:00
|
|
|
.experience-item .label, .education-item .label {
|
|
|
|
float: left;
|
|
|
|
clear: left;
|
|
|
|
position: relative;
|
|
|
|
left: -8px;
|
|
|
|
margin-right: 2px;
|
|
|
|
margin-bottom: 8px;
|
|
|
|
color: #777;
|
|
|
|
background-color: #ECECF2;
|
|
|
|
width: 150px;
|
2011-02-03 00:23:24 +00:00
|
|
|
text-align: right;
|
2011-03-15 17:08:41 +00:00
|
|
|
padding: 2px 8px 2px 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.experience-item .field, .education-item .field {
|
|
|
|
float: left;
|
|
|
|
padding-top: 2px;
|
|
|
|
padding-bottom: 2px;
|
2011-03-16 17:05:55 +00:00
|
|
|
max-width: 350px;
|
2011-03-15 17:08:41 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#profiledetailsettings #content table.extended-profile td {
|
|
|
|
padding: 0px 0px 0px 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#profiledetailsettings input {
|
|
|
|
margin-right: 8px;
|
|
|
|
}
|
|
|
|
|
2011-03-16 01:43:28 +00:00
|
|
|
.form_settings .extended-profile label {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2011-03-16 08:32:33 +00:00
|
|
|
.extended-profile textarea {
|
|
|
|
width: 280px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.extended-profile input[type=text] {
|
|
|
|
width: 280px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.extended-profile .phone-item input[type=text], .extended-profile .im-item input[type=text], .extended-profile .website-item input[type=text] {
|
|
|
|
width: 175px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.extended-profile input.hasDatepicker {
|
|
|
|
width: 100px;
|
|
|
|
}
|
|
|
|
|
2011-03-15 17:08:41 +00:00
|
|
|
.experience-item input[type=text], .education-item input[type=text] {
|
|
|
|
float: left;
|
2011-02-03 00:23:24 +00:00
|
|
|
}
|
|
|
|
|
2011-03-15 17:08:41 +00:00
|
|
|
.extended-profile .current-checkbox {
|
|
|
|
float: left;
|
|
|
|
position: relative;
|
|
|
|
top: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form_settings .extended-profile input.checkbox {
|
|
|
|
margin-left: 0px;
|
|
|
|
left: 0px;
|
|
|
|
top: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form_settings .extended-profile label.checkbox {
|
|
|
|
max-width: 100%;
|
|
|
|
float: none;
|
2011-03-16 01:43:28 +00:00
|
|
|
display: inline;
|
2011-03-15 17:08:41 +00:00
|
|
|
left: -20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.extended-profile select {
|
|
|
|
padding-right: 2px;
|
|
|
|
font-size: 0.88em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.extended-profile a.add_row, .extended-profile a.remove_row {
|
|
|
|
display: block;
|
|
|
|
height: 16px;
|
|
|
|
width: 16px;
|
|
|
|
overflow: hidden;
|
2011-05-11 21:57:42 +01:00
|
|
|
background-image: url('../../../theme/base/images/icons/icons-01.gif');
|
2011-03-15 17:08:41 +00:00
|
|
|
background-repeat: no-repeat;
|
|
|
|
}
|
|
|
|
|
|
|
|
.extended-profile a.remove_row {
|
|
|
|
background-position: 0px -1252px;
|
|
|
|
float: right;
|
|
|
|
position: relative;
|
|
|
|
top: 6px;
|
2011-03-16 08:32:33 +00:00
|
|
|
line-height: 4em;
|
2011-03-15 17:08:41 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.extended-profile a.add_row {
|
|
|
|
clear: both;
|
|
|
|
position: relative;
|
|
|
|
top: 6px;
|
2011-03-16 08:32:33 +00:00
|
|
|
left: 2px;
|
2011-03-15 17:08:41 +00:00
|
|
|
background-position: 0px -1186px;
|
2011-03-16 08:32:33 +00:00
|
|
|
width: 120px;
|
|
|
|
padding-left: 20px;
|
|
|
|
line-height: 1.2em;
|
2011-03-15 17:08:41 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#content table.extended-profile .supersizeme th {
|
|
|
|
border-bottom: 28px solid #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
#profiledetailsettings .experience-item, #profiledetailsettings .education-item {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2011-03-16 08:32:33 +00:00
|
|
|
#profiledetailsettings .education-item textarea {
|
|
|
|
float: left;
|
|
|
|
margin-bottom: 8px;
|
|
|
|
}
|
|
|
|
|
2011-03-15 17:08:41 +00:00
|
|
|
#profiledetailsettings tr:last-child .experience-item, #profiledetailsettings tr:last-child .education-item {
|
|
|
|
margin-bottom: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#profiledetailsettings .experience-item a.add_row, #profiledetailsettings .education-item a.add_row {
|
|
|
|
left: 160px;
|
|
|
|
}
|