From 1cb03135b745675e614b0b89ab3fde412276fec1 Mon Sep 17 00:00:00 2001
From: Unknwon <u@gogs.io>
Date: Wed, 26 Aug 2015 18:03:30 +0800
Subject: new repo git hooks UI

---
 public/less/_form.less | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

(limited to 'public/less/_form.less')

diff --git a/public/less/_form.less b/public/less/_form.less
index 85a0b217..7297dd40 100644
--- a/public/less/_form.less
+++ b/public/less/_form.less
@@ -16,6 +16,7 @@
 		}
 	}
 }
+
 .repository {
 	&.new.migrate,
 	&.new.fork {
@@ -57,4 +58,25 @@
 			}
 		}
 	}
+}
+.repository.edit.hook {
+	form {
+		@input-padding: 25%!important;
+		.inline.field > label {
+			text-align: right;
+			width: @input-padding;
+			word-wrap: break-word;
+		}
+		input,
+		textarea {
+			width: 50%!important;
+		}
+	}
+}
+.repository.edit.hook {
+	form {
+		textarea {
+			width: 70%!important;
+		}
+	}
 }
\ No newline at end of file
-- 
cgit v1.2.3