diff options
author | Unknown <joe2010xtmf@163.com> | 2014-06-25 00:44:59 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-06-25 00:44:59 -0400 |
commit | 3624b2a7f102364b75aca7998371c71cd04494fb (patch) | |
tree | 343db3cc5acff302c7c2f40a4d4dd51b3b00fb7f /public/css | |
parent | e0f9c628c5ff7399167944b3d0730698487af498 (diff) | |
parent | cc703ee6631e9a559fc3a72bf97d68c8fd5ebd10 (diff) |
Merge branch 'dev' of github.com:gogits/gogs into dev
Diffstat (limited to 'public/css')
-rwxr-xr-x | public/css/gogs.css | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css index 1f465d84..960176f5 100755 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -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; } |