summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2016-07-23 15:59:19 +0800
committerUnknwon <u@gogs.io>2016-07-23 15:59:19 +0800
commitc912494609470f10401594391c6f2763684cb624 (patch)
tree1f8c047fbb9ed1ae0f852d8899cb037dfd80a47e /public
parent69dae1ec1c5265e815c8b0fedff3399438e2e380 (diff)
downloadgitea-c912494609470f10401594391c6f2763684cb624.tar.gz
gitea-c912494609470f10401594391c6f2763684cb624.zip
#3076 detect invalid tag name git error
Diffstat (limited to 'public')
-rw-r--r--public/css/gogs.css3
-rw-r--r--public/less/_repository.less4
2 files changed, 7 insertions, 0 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css
index 1a513b6841..0be12be470 100644
--- a/public/css/gogs.css
+++ b/public/css/gogs.css
@@ -1968,6 +1968,9 @@ footer .ui.language .menu {
.repository.new.release .target {
min-width: 500px;
}
+.repository.new.release .target #tag-name {
+ margin-top: -4px;
+}
.repository.new.release .target .at {
margin-left: -5px;
margin-right: 5px;
diff --git a/public/less/_repository.less b/public/less/_repository.less
index da28528d30..023fab0ef4 100644
--- a/public/less/_repository.less
+++ b/public/less/_repository.less
@@ -954,6 +954,10 @@
.target {
min-width: 500px;
+ #tag-name {
+ margin-top: -4px;
+ }
+
.at {
margin-left: -5px;
margin-right: 5px;