index
:
gogs.git
Gogs is a painless self-hosted Git service
log msg
author
committer
range
buildscript
main
mygogs
about
summary
refs
log
tree
commit
diff
path:
root
/
public
/
ng
/
less
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
Unknwon <joe2010xtmf@163.com>
2014-08-15 23:37:33 +0800
committer
Unknwon <joe2010xtmf@163.com>
2014-08-15 23:37:33 +0800
commit
78add502d71dca43bb59ab9ad91745c64d0bf74d
(
patch
)
tree
5fec228a2f7460b68e4c7c0674c194ede8753d26
/
public/ng/less
parent
36b4c57ff13198196134b853f624fb633061734d
(
diff
)
Finish new organization members and invitation page
Diffstat
(limited to 'public/ng/less')
-rw-r--r--
public/ng/less/gogs/organization.less
8
1 files changed, 6 insertions, 2 deletions
diff --git a/public/ng/less/gogs/organization.less b/public/ng/less/gogs/organization.less
index cbdec313..38058295 100644
--- a/
public/ng/less/gogs/organization.less
+++ b/
public/ng/less/gogs/organization.less
@@ -150,8 +150,12 @@
.invite-box {
padding: 50px 0;
min-height: 130px;
- text-align: center;
+ margin: 0 auto;
+ width: 50%;
input {
- width: 250px;
+ width: 300px;
}
+}
+#org-member-list-block {
+ padding-top: 2px;
} \ No newline at end of file