repo options ui

This commit is contained in:
FuXiaoHei 2014-03-23 16:06:07 +08:00
parent 91a1b55707
commit 1a16b3e99a
2 changed files with 41 additions and 3 deletions

View file

@ -346,6 +346,10 @@ html, body {
border-left: 4px solid #DD4B39;
}
#gogs-repo-setting-container .form-horizontal label {
line-height: 30px;
}
/* gogits user ssh keys */
#gogs-ssh-keys .list-group-item {
@ -575,12 +579,12 @@ html, body {
min-width: 200px;
}
#gogs-repo-clone .dropdown-menu{
#gogs-repo-clone .dropdown-menu {
width: 400px;
padding: 20px;
}
#gogs-repo-clone .input-group{
#gogs-repo-clone .input-group {
margin-bottom: 15px;
}