summaryrefslogtreecommitdiffstats
path: root/public/less/_form.less
diff options
context:
space:
mode:
Diffstat (limited to 'public/less/_form.less')
-rw-r--r--public/less/_form.less22
1 files changed, 22 insertions, 0 deletions
diff --git a/public/less/_form.less b/public/less/_form.less
index 85a0b21787..7297dd4086 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