summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorfuxiaohei <fuxiaohei@vip.qq.com>2014-06-27 22:04:04 +0800
committerfuxiaohei <fuxiaohei@vip.qq.com>2014-06-27 22:04:04 +0800
commit1d55ecd29ce261cd3adf78649a44aaa30e4fd468 (patch)
tree382e94fe58866b8d6f5a30da123159e31e4510bd /public
parentb5ba2bd268b144ae0c878fe17257d8685d92f9cc (diff)
downloadgitea-1d55ecd29ce261cd3adf78649a44aaa30e4fd468.tar.gz
gitea-1d55ecd29ce261cd3adf78649a44aaa30e4fd468.zip
add organization team-create page
Diffstat (limited to 'public')
-rwxr-xr-xpublic/css/gogs.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css
index eb95a1d088..98cb5ee188 100755
--- a/public/css/gogs.css
+++ b/public/css/gogs.css
@@ -375,7 +375,7 @@ html, body {
/* gogits repo create */
-#repo-create, #org-create, #org-teams-create {
+#repo-create, #org-create, #org-teams-create, #org-teams-edit {
width: 800px;
}