mirror of
https://gitlab.com/commento/commento.git
synced 2025-06-29 22:56:37 -04:00
api, frontend: allow editing profile information
Closes https://gitlab.com/commento/commento/issues/235
This commit is contained in:
@ -36,11 +36,17 @@ body {
|
||||
padding-bottom: 24px;
|
||||
}
|
||||
|
||||
.row {
|
||||
padding-left: 8px;
|
||||
padding-right: 8px;
|
||||
margin-bottom: 20px;
|
||||
border-bottom: 1px solid $gray-1;
|
||||
.small-subtitle {
|
||||
font-size: 12px;
|
||||
color: $gray-6;
|
||||
padding: 0px 12px 20px 12px;
|
||||
}
|
||||
|
||||
.row {
|
||||
padding-left: 8px;
|
||||
padding-right: 8px;
|
||||
margin-bottom: 20px;
|
||||
border-bottom: 1px solid $gray-1;
|
||||
|
||||
input[type=text],
|
||||
input[type=password] {
|
||||
@ -74,6 +80,10 @@ body {
|
||||
}
|
||||
}
|
||||
|
||||
.no-margin-bottom-row {
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
|
||||
.button {
|
||||
@extend .shadow;
|
||||
border: 1px solid $blue-6;
|
||||
|
@ -21,12 +21,12 @@
|
||||
position: relative;
|
||||
height: 38px;
|
||||
|
||||
.commento-logout {
|
||||
.commento-profile-button {
|
||||
float: right;
|
||||
cursor: pointer;
|
||||
position: absolute;
|
||||
top: 6px;
|
||||
right: 16px;
|
||||
color: $gray-5;
|
||||
color: $gray-6;
|
||||
margin: 6px 12px;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.commento-logged-in-as {
|
||||
|
Reference in New Issue
Block a user