summaryrefslogtreecommitdiffstats
path: root/public/less
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-09-01 11:43:53 -0400
committerUnknwon <u@gogs.io>2015-09-01 11:43:53 -0400
commit398569f6f8c9636a7497a250f02e9c6b0a27ea9a (patch)
treee706abe838eb5311c02cf47e5e5b99a9c221090e /public/less
parentdde9ace91b3e492386d4b31996ae970f5c9c10bd (diff)
downloadgitea-398569f6f8c9636a7497a250f02e9c6b0a27ea9a.tar.gz
gitea-398569f6f8c9636a7497a250f02e9c6b0a27ea9a.zip
#1021 Forked repo unavailable after deleting original repo
Diffstat (limited to 'public/less')
-rw-r--r--public/less/_form.less12
1 files changed, 7 insertions, 5 deletions
diff --git a/public/less/_form.less b/public/less/_form.less
index 920fe4ef14..65b253d09b 100644
--- a/public/less/_form.less
+++ b/public/less/_form.less
@@ -61,11 +61,13 @@
}
&.new.repo {
- .selection.dropdown {
- width: 50%!important;
- }
- #auto-init {
- margin-left: @input-padding+15px;
+ .ui.form {
+ .selection.dropdown:not(.owner) {
+ width: 50%!important;
+ }
+ #auto-init {
+ margin-left: @input-padding+15px;
+ }
}
}
}