diff options
author | Unknown <joe2010xtmf@163.com> | 2014-04-12 02:08:16 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-04-12 02:08:16 -0400 |
commit | 802a110e4255d0860c3942feffd23b2376c75eb7 (patch) | |
tree | abdb21134abf5c5c605c6b8230a70233d37a5ec5 /public/css/gogs.css | |
parent | 559a57330e11cdfd0d195cd1a59a73b6c4d49bd8 (diff) | |
parent | fe4750ebe21a848cd8a3b7bf2789ca40aa56414e (diff) |
Merge branch 'dev' of github.com:gogits/gogs into dev
Diffstat (limited to 'public/css/gogs.css')
-rwxr-xr-x | public/css/gogs.css | 34 |
1 files changed, 30 insertions, 4 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css index 8be2bc4e..b9c7b6ae 100755 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -259,14 +259,40 @@ html, body { } #social-login { - margin-top: 30px; - padding-top: 20px; + margin-top: 40px; + padding-top: 40px; border-top: 1px solid #ccc; + position: relative; } #social-login .btn { float: none; - margin: auto; + margin: auto 4px; +} + +#social-login .btn .fa { + margin-left: 0; + margin-right: 4px; +} + +#social-login .btn span { + display: inline-block; + vertical-align: top; + font-size: 16px; + margin-top: 5px; +} + +#social-login h4 { + position: absolute; + top: -20px; + width: 100%; + text-align: center; + background-color: transparent; +} + +#social-login h4 span { + background-color: #FFF; + padding: 0 12px; } /* gogs-user-profile */ @@ -323,7 +349,7 @@ html, body { } #user-profile .profile-rel p { - margin-right: 0; + margin-right: 0; color: #888; } |