diff options
author | FuXiaoHei <fuxiaohei@hexiaz.com> | 2014-04-09 21:28:00 +0800 |
---|---|---|
committer | FuXiaoHei <fuxiaohei@hexiaz.com> | 2014-04-09 21:28:00 +0800 |
commit | c72e1b5c2ac8d2cbd123f3f53db7b4a125045725 (patch) | |
tree | 2f82785e8a1431189d5aeed3795bc77302caa7be /public | |
parent | 721834a2673fed7fc21988b8e91a88a26bcef051 (diff) | |
download | gitea-c72e1b5c2ac8d2cbd123f3f53db7b4a125045725.tar.gz gitea-c72e1b5c2ac8d2cbd123f3f53db7b4a125045725.zip |
repo-import page ui
Diffstat (limited to 'public')
-rwxr-xr-x | public/css/gogs.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css index bf39ea39ce..dcfb2758a0 100755 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -309,6 +309,18 @@ html, body { height: 8em; } +#repo-import-auth{ + width: 100%; + margin-top: 48px; + box-sizing: border-box; +} + +#repo-import-auth .form-group{ + box-sizing: border-box; + margin-left: 0; + margin-right: 0; +} + /* gogits user setting */ #user-setting-nav > h4, #user-setting-container > h4, #user-setting-container > div > h4, |