1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-23 02:38:35 +00:00

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

@@ -796,6 +796,17 @@ ul.menu-radius > li:last-child > a {
border: 1px solid #b05c10;
background-color: #fcecdd;
}
.white-popup-block {
background: #FFF;
padding: 20px 30px;
text-align: left;
max-width: 650px;
margin: 40px auto;
position: relative;
}
.white-popup-block p {
font-size: 14px;
}
table th,
table td {
padding: .3em .6em;