1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

select owner when creating repository

This commit is contained in:
fuxiaohei
2014-06-25 12:22:08 +08:00
parent b2801a2e98
commit cc703ee663
2 changed files with 25 additions and 3 deletions

View File

@@ -257,6 +257,9 @@ html, body {
.card .btn {
cursor: pointer;
}
.card .btn-primary {
margin-right: 1.2em;
}
@@ -638,7 +641,7 @@ html, body {
margin: 0 .5em;
}
#dashboard-switch .btn {
#dashboard-switch .btn, #repo-owner-switch .btn {
height: 40px;
}
@@ -647,7 +650,7 @@ html, body {
margin-right: 18px;
}
#dashboard-switch .dropdown-menu {
#dashboard-switch .dropdown-menu,#repo-owner-switch .dropdown-menu {
padding: 0;
}