2014-06-20 10:15:25 +00:00
|
|
|
.account-settings {
|
|
|
|
.alert {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
2018-06-25 16:06:23 +00:00
|
|
|
h3 {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
2016-10-25 15:23:50 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#delete-account-modal {
|
|
|
|
.alert {
|
|
|
|
margin-top: 25px;
|
|
|
|
margin-bottom: 4px;
|
|
|
|
}
|
|
|
|
}
|
2018-06-15 10:30:15 +00:00
|
|
|
|
2018-06-21 16:18:01 +00:00
|
|
|
.affiliations-table {
|
|
|
|
table-layout: fixed;
|
2018-06-15 10:30:15 +00:00
|
|
|
}
|
2018-06-21 16:18:01 +00:00
|
|
|
.affiliations-table-email {
|
|
|
|
width: 40%;
|
2018-06-15 10:30:15 +00:00
|
|
|
}
|
2018-06-21 16:18:01 +00:00
|
|
|
.affiliations-table-institution {
|
|
|
|
width: 40%;
|
2018-06-15 10:30:15 +00:00
|
|
|
}
|
2018-06-21 16:18:01 +00:00
|
|
|
.affiliations-table-inline-actions {
|
|
|
|
width: 20%;
|
2018-06-15 10:30:15 +00:00
|
|
|
}
|
2018-06-22 15:07:54 +00:00
|
|
|
.affiliations-table-highlighted-row {
|
|
|
|
background-color: tint(@content-alt-bg-color, 6%);
|
|
|
|
}
|
|
|
|
|
|
|
|
.affiliations-form-group {
|
2018-06-25 15:13:43 +00:00
|
|
|
margin-top: @table-cell-padding;
|
|
|
|
&:first-child {
|
|
|
|
margin-top: 0;
|
2018-06-22 15:07:54 +00:00
|
|
|
}
|
2018-06-25 12:44:43 +00:00
|
|
|
}
|
|
|
|
.affiliations-table-label {
|
|
|
|
padding-top: 4px;
|
|
|
|
}
|