Add modal to change username

Signed-off-by: Unknwon <joe2010xtmf@163.com>
This commit is contained in:
Unknwon 2014-09-26 22:33:30 -04:00
parent b8368f98ff
commit ad2ab6d214
10 changed files with 442 additions and 12 deletions

View file

@ -41,7 +41,15 @@
border: 1px solid darken(@alertOrangeColor,10%);
background-color: lighten(@alertOrangeColor,45%);
}
.white-popup-block {
background: #FFF;
padding: 20px 30px;
text-align: left;
max-width: 650px;
margin: 40px auto;
position: relative;
p {
font-size: 14px;
}
}