add support for user name changes

This commit is contained in:
albert
2013-03-26 01:03:42 -04:00
parent f4cc6e7d99
commit 520e97485b
13 changed files with 394 additions and 4 deletions

View File

@@ -1,9 +1,9 @@
div#c-user-feedbacks {
tr.feedback-category-positive {
.feedback-category-positive {
background: #DDFFDD !important;
}
tr.feedback-category-negative {
.feedback-category-negative {
background: #FFDDDD !important;
}
}

View File

@@ -0,0 +1,31 @@
#c-user-name-change-requests {
.feedback-category-positive {
background: #DDFFDD !important;
}
.feedback-category-negative {
background: #FFDDDD !important;
}
li {
margin-bottom: 1em;
}
form {
margin-bottom: 2em;
}
p {
margin: 0;
}
p.author {
font-size: 80%;
font-style: italic;
color: #AAA;
}
section {
margin-bottom: 1em;
}
}