Merge pull request #2066 from coreos-inc/select-username
Add support for temp usernames and an interstitial to confirm username
This commit is contained in:
commit
233b2be5c2
18 changed files with 388 additions and 24 deletions
25
static/css/pages/update-user.css
Normal file
25
static/css/pages/update-user.css
Normal file
|
@ -0,0 +1,25 @@
|
|||
.update-user p {
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.update-user .username-status {
|
||||
margin-left: 10px;
|
||||
font-size: 125%;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.update-user .username-status .fa {
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
.update-user i.fa-exclamation-triangle {
|
||||
color: #FCA657;
|
||||
}
|
||||
|
||||
.update-user i.fa-check-circle {
|
||||
color: #2FC98E;
|
||||
}
|
||||
|
||||
.update-user i.fa-ban {
|
||||
color: #D64456;
|
||||
}
|
Reference in a new issue