summaryrefslogtreecommitdiffstats
path: root/public/css/gogs.css
diff options
context:
space:
mode:
authorfuxiaohei <fuxiaohei@vip.qq.com>2014-06-25 12:22:08 +0800
committerfuxiaohei <fuxiaohei@vip.qq.com>2014-06-25 12:22:08 +0800
commitcc703ee6631e9a559fc3a72bf97d68c8fd5ebd10 (patch)
tree8287efe43b0358ab7e992a8e16a178c36e8e6e64 /public/css/gogs.css
parentb2801a2e985f11e940a0cd420cea57242ea26d4c (diff)
downloadgitea-cc703ee6631e9a559fc3a72bf97d68c8fd5ebd10.tar.gz
gitea-cc703ee6631e9a559fc3a72bf97d68c8fd5ebd10.zip
select owner when creating repository
Diffstat (limited to 'public/css/gogs.css')
-rwxr-xr-xpublic/css/gogs.css7
1 files changed, 5 insertions, 2 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css
index 1f465d845b..960176f582 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;
}