2017-08-25 09:04:19 +08:00
|
|
|
// Mobile styles for "/user" section
|
|
|
|
.user-right {
|
|
|
|
&,
|
|
|
|
> .user-stream {
|
|
|
|
> .alert:first-child {
|
|
|
|
margin-top: 20px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2013-09-06 03:37:07 +08:00
|
|
|
|
2013-10-11 00:48:26 +08:00
|
|
|
.user-main {
|
2018-06-08 17:49:31 +08:00
|
|
|
margin-top: 10px;
|
2014-10-28 11:35:16 +08:00
|
|
|
table.group-members {
|
|
|
|
width: 100%;
|
|
|
|
p {
|
|
|
|
max-width: 600px;
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
}
|
2015-07-07 20:51:44 +08:00
|
|
|
th {
|
|
|
|
padding: 0.5em;
|
2014-10-28 11:35:16 +08:00
|
|
|
text-align: right;
|
2017-08-25 05:40:57 +08:00
|
|
|
border-bottom: 1px solid $primary-low;
|
2014-10-28 11:35:16 +08:00
|
|
|
}
|
|
|
|
td {
|
2015-07-07 20:51:44 +08:00
|
|
|
padding: 0.5em;
|
2017-08-25 05:40:57 +08:00
|
|
|
border-bottom: 1px solid $primary-low;
|
2014-10-28 11:35:16 +08:00
|
|
|
img {
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
2015-07-07 20:51:44 +08:00
|
|
|
span.text {
|
2014-10-28 11:35:16 +08:00
|
|
|
float: right;
|
|
|
|
color: $primary;
|
|
|
|
}
|
|
|
|
}
|
2016-03-25 01:05:09 +08:00
|
|
|
.user-info {
|
2015-07-07 20:51:44 +08:00
|
|
|
width: 245px;
|
|
|
|
}
|
2014-10-28 11:35:16 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.user-content {
|
|
|
|
background-color: $secondary;
|
|
|
|
box-sizing: border-box;
|
2016-03-26 16:30:20 +08:00
|
|
|
margin-top: 10px;
|
2014-10-28 11:35:16 +08:00
|
|
|
|
|
|
|
.btn.right {
|
2018-06-08 17:49:31 +08:00
|
|
|
float: right;
|
2014-10-28 11:35:16 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
table {
|
|
|
|
width: 100%;
|
|
|
|
margin-top: 10px;
|
|
|
|
|
|
|
|
th {
|
|
|
|
text-align: left;
|
2017-08-25 05:40:57 +08:00
|
|
|
border-bottom: 1px solid $primary-low;
|
2014-10-28 11:35:16 +08:00
|
|
|
padding: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
td {
|
|
|
|
padding: 5px;
|
2017-08-25 05:40:57 +08:00
|
|
|
border-bottom: 1px solid $primary-low;
|
2014-10-28 11:35:16 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2013-10-11 00:48:26 +08:00
|
|
|
.about {
|
2016-02-22 18:18:34 +08:00
|
|
|
background: dark-light-diff($primary, $secondary, 0%, -75%) center;
|
2013-10-11 00:48:26 +08:00
|
|
|
margin-bottom: 10px;
|
2014-10-28 11:35:16 +08:00
|
|
|
color: $secondary;
|
|
|
|
|
2017-12-12 04:40:04 +08:00
|
|
|
&.no-background {
|
|
|
|
.profile-image {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-04-27 04:18:16 +08:00
|
|
|
.secondary {
|
2014-10-28 11:35:16 +08:00
|
|
|
dl {
|
2018-04-10 02:02:43 +08:00
|
|
|
padding: 5px 0;
|
2014-10-28 11:35:16 +08:00
|
|
|
}
|
|
|
|
}
|
2013-09-06 03:37:07 +08:00
|
|
|
|
2013-10-11 00:48:26 +08:00
|
|
|
.details {
|
2017-12-12 04:40:04 +08:00
|
|
|
padding: 15px 5px 5px 5px;
|
2016-02-06 22:18:13 +08:00
|
|
|
|
2013-10-11 00:48:26 +08:00
|
|
|
h1 {
|
2017-12-12 04:40:04 +08:00
|
|
|
margin: 0;
|
2018-01-13 06:27:38 +08:00
|
|
|
line-height: $line-height-small;
|
2017-12-12 04:40:04 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
h2 {
|
2018-01-13 06:27:38 +08:00
|
|
|
line-height: $line-height-medium;
|
2013-10-11 00:48:26 +08:00
|
|
|
}
|
|
|
|
|
2014-08-01 13:41:11 +08:00
|
|
|
.primary {
|
2017-12-12 04:40:04 +08:00
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
2016-06-20 02:43:17 +08:00
|
|
|
color: $primary;
|
2014-08-01 13:41:11 +08:00
|
|
|
|
2017-12-12 04:40:04 +08:00
|
|
|
.avatar {
|
|
|
|
margin: 0 5px 10px 5px;
|
|
|
|
}
|
|
|
|
|
2014-08-14 03:38:55 +08:00
|
|
|
.primary-textual {
|
2017-12-12 04:40:04 +08:00
|
|
|
flex: 1 1 40%;
|
|
|
|
padding-left: 5px;
|
|
|
|
word-break: break-word;
|
2014-10-28 11:35:16 +08:00
|
|
|
a[href] {
|
2016-06-20 02:43:17 +08:00
|
|
|
color: $primary;
|
2014-08-14 03:38:55 +08:00
|
|
|
}
|
|
|
|
}
|
2014-08-01 13:41:11 +08:00
|
|
|
|
2014-10-28 11:35:16 +08:00
|
|
|
.bio {
|
2016-06-20 02:43:17 +08:00
|
|
|
color: $primary;
|
2014-10-28 11:35:16 +08:00
|
|
|
max-width: 700px;
|
2013-10-11 00:48:26 +08:00
|
|
|
}
|
|
|
|
}
|
2018-02-14 06:13:32 +08:00
|
|
|
|
|
|
|
.user-profile-avatar .avatar-flair {
|
|
|
|
right: 2px;
|
|
|
|
}
|
2013-09-06 03:37:07 +08:00
|
|
|
}
|
|
|
|
|
2013-10-11 00:48:26 +08:00
|
|
|
.controls {
|
2017-12-12 04:40:04 +08:00
|
|
|
order: 3;
|
|
|
|
flex: 1 1 25%;
|
|
|
|
margin-left: auto;
|
2017-09-01 19:29:50 +08:00
|
|
|
|
2014-11-02 12:44:56 +08:00
|
|
|
ul {
|
|
|
|
margin: 0;
|
2017-12-12 04:40:04 +08:00
|
|
|
display: flex;
|
|
|
|
flex: 1 1 auto;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
}
|
|
|
|
|
2017-12-12 23:58:03 +08:00
|
|
|
li {
|
2017-12-12 04:40:04 +08:00
|
|
|
display: flex;
|
2018-03-07 10:27:18 +08:00
|
|
|
flex: 1 1 auto;
|
|
|
|
margin: 0 5px;
|
2017-12-12 04:40:04 +08:00
|
|
|
}
|
|
|
|
|
2017-12-12 23:58:03 +08:00
|
|
|
span {
|
|
|
|
flex: 0 1 100%;
|
2018-03-07 10:27:18 +08:00
|
|
|
margin: 0 5px;
|
2017-12-12 23:58:03 +08:00
|
|
|
}
|
2018-03-07 10:27:18 +08:00
|
|
|
|
2017-12-12 04:40:04 +08:00
|
|
|
.user-profile-controls-outlet {
|
|
|
|
margin: 0;
|
|
|
|
li {
|
|
|
|
margin: 0;
|
|
|
|
}
|
2014-11-02 12:44:56 +08:00
|
|
|
}
|
2017-09-01 19:29:50 +08:00
|
|
|
|
2014-10-28 11:35:16 +08:00
|
|
|
a {
|
2018-03-07 10:27:18 +08:00
|
|
|
flex: 1 1 auto;
|
2017-12-12 04:40:04 +08:00
|
|
|
min-width: 120px;
|
2013-11-01 22:27:01 +08:00
|
|
|
}
|
|
|
|
}
|
2014-10-28 11:35:16 +08:00
|
|
|
|
2017-09-01 19:29:50 +08:00
|
|
|
&.collapsed-info {
|
|
|
|
.details {
|
2017-12-12 04:40:04 +08:00
|
|
|
.primary {
|
|
|
|
.primary-textual {
|
|
|
|
margin: 0 10px 5px 0;
|
|
|
|
}
|
|
|
|
.avatar {
|
|
|
|
margin: 0 5px 10px 5px;
|
|
|
|
}
|
|
|
|
}
|
2013-11-01 22:27:01 +08:00
|
|
|
}
|
2018-02-14 06:13:32 +08:00
|
|
|
.user-profile-avatar .avatar-flair {
|
|
|
|
bottom: 12px;
|
|
|
|
}
|
2013-10-11 00:48:26 +08:00
|
|
|
}
|
|
|
|
}
|
2013-09-06 03:37:07 +08:00
|
|
|
|
2014-10-28 11:35:16 +08:00
|
|
|
.user-field {
|
|
|
|
label {
|
2017-04-27 04:18:16 +08:00
|
|
|
width: auto;
|
|
|
|
text-align: left;
|
2014-10-28 11:35:16 +08:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
2014-07-14 15:52:57 +08:00
|
|
|
}
|
2014-10-28 11:35:16 +08:00
|
|
|
}
|
|
|
|
|
2017-09-01 19:29:50 +08:00
|
|
|
.profile-image {
|
|
|
|
height: 25px;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.has-background .details {
|
|
|
|
margin-top: 200px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-horizontal .control-group.category {
|
|
|
|
margin-top: 18px;
|
|
|
|
}
|
|
|
|
|
2014-10-28 11:35:16 +08:00
|
|
|
.paginated-topics-list {
|
|
|
|
margin-top: 20px;
|
2013-09-06 03:37:07 +08:00
|
|
|
}
|
2015-01-09 09:32:19 +08:00
|
|
|
|
2017-12-12 04:40:04 +08:00
|
|
|
.stats-section {
|
2018-03-07 10:27:18 +08:00
|
|
|
li {
|
2017-12-12 04:40:04 +08:00
|
|
|
margin: 0 15px 10px 0;
|
|
|
|
padding: 0;
|
|
|
|
&.linked-stat {
|
|
|
|
a {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-03-26 16:30:20 +08:00
|
|
|
// mobile fixups for badges
|
|
|
|
.badge-card.medium {
|
2017-12-12 04:40:04 +08:00
|
|
|
width: 100%;
|
2016-03-26 16:30:20 +08:00
|
|
|
}
|
|
|
|
|
2016-03-28 14:39:56 +08:00
|
|
|
.user-badges {
|
|
|
|
margin-bottom: 2em;
|
|
|
|
}
|
|
|
|
|
2017-09-01 19:29:50 +08:00
|
|
|
.show-badge-details {
|
|
|
|
margin-bottom: 1em;
|
2016-03-28 14:39:56 +08:00
|
|
|
|
2017-09-01 19:29:50 +08:00
|
|
|
.badge-grant-info {
|
|
|
|
display: none;
|
|
|
|
}
|
2016-03-28 14:39:56 +08:00
|
|
|
}
|
|
|
|
|
2017-09-01 19:29:50 +08:00
|
|
|
.user-preferences {
|
|
|
|
.instructions {
|
|
|
|
margin-top: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.category-controls {
|
|
|
|
padding-top: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.controls-dropdown {
|
|
|
|
margin-top: 10px;
|
|
|
|
margin-bottom: 15px;
|
2016-03-28 14:39:56 +08:00
|
|
|
|
2017-09-01 19:29:50 +08:00
|
|
|
select {
|
|
|
|
width: 280px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.save-button {
|
|
|
|
width: 100%;
|
|
|
|
overflow: auto;
|
|
|
|
max-width: 200px;
|
|
|
|
|
|
|
|
button {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.delete-account {
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.checkbox-label {
|
2017-12-12 04:40:04 +08:00
|
|
|
display: flex;
|
2018-03-07 10:27:18 +08:00
|
|
|
overflow: auto;
|
2017-09-01 19:29:50 +08:00
|
|
|
width: 100%;
|
2017-12-12 04:40:04 +08:00
|
|
|
padding: 5px 0;
|
|
|
|
input {
|
|
|
|
margin-right: 5px;
|
2018-05-14 23:11:16 +08:00
|
|
|
flex: 0 0 auto;
|
2017-12-12 04:40:04 +08:00
|
|
|
}
|
2017-09-01 19:29:50 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.desktop-notifications button {
|
|
|
|
float: none;
|
|
|
|
}
|
|
|
|
.apps .controls button {
|
|
|
|
float: right;
|
|
|
|
}
|
2016-03-28 14:39:56 +08:00
|
|
|
}
|