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-09-06 10:35:28 +00:00
|
|
|
.confirmation-checkbox-wrapper {
|
|
|
|
padding-top: 8px;
|
|
|
|
input {
|
|
|
|
margin-right: 6px;
|
|
|
|
}
|
|
|
|
}
|
2016-10-25 15:23:50 +00:00
|
|
|
}
|
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 {
|
2018-07-12 16:13:26 +00:00
|
|
|
text-align: right;
|
2018-06-15 10:30:15 +00:00
|
|
|
}
|
2018-07-06 11:03:26 +00:00
|
|
|
.affiliations-table-inline-action {
|
|
|
|
text-transform: capitalize;
|
|
|
|
}
|
2018-07-13 10:19:49 +00:00
|
|
|
.affiliations-table-inline-action-disabled-wrapper {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
2018-06-22 15:07:54 +00:00
|
|
|
.affiliations-table-highlighted-row {
|
|
|
|
background-color: tint(@content-alt-bg-color, 6%);
|
|
|
|
}
|
2018-07-05 10:36:02 +00:00
|
|
|
.affiliations-table-error-row {
|
|
|
|
background-color: @alert-danger-bg;
|
|
|
|
color: @alert-danger-text;
|
2018-07-05 14:31:34 +00:00
|
|
|
.btn {
|
|
|
|
margin-top: @table-cell-padding;
|
|
|
|
.button-variant(@btn-danger-color; darken(@btn-danger-bg, 8%); @btn-danger-border);
|
2018-07-05 10:36:02 +00:00
|
|
|
}
|
|
|
|
}
|
2018-06-22 15:07:54 +00:00
|
|
|
.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
|
|
|
}
|
2018-07-05 14:31:34 +00:00
|
|
|
.affiliation-change-container,
|
|
|
|
.affiliation-change-actions {
|
|
|
|
margin-top: @table-cell-padding;
|
|
|
|
}
|
|
|
|
|
2018-06-25 12:44:43 +00:00
|
|
|
.affiliations-table-label {
|
|
|
|
padding-top: 4px;
|
|
|
|
}
|