summaryrefslogtreecommitdiffstats
path: root/public/less/_form.less
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-08-08 17:53:38 +0800
committerUnknwon <u@gogs.io>2015-08-08 17:53:38 +0800
commitd015d951bd6959f9585d8a83acfe7bba07b7eaad (patch)
tree6bff003f9ce34df82d37bc9a74676f8f92e30dad /public/less/_form.less
parente3bdfd51ff4a3987c9c14d46d4c145f550b42d01 (diff)
downloadgitea-d015d951bd6959f9585d8a83acfe7bba07b7eaad.tar.gz
gitea-d015d951bd6959f9585d8a83acfe7bba07b7eaad.zip
fix css rule
Diffstat (limited to 'public/less/_form.less')
-rw-r--r--public/less/_form.less58
1 files changed, 30 insertions, 28 deletions
diff --git a/public/less/_form.less b/public/less/_form.less
index 048e291f49..e219637d72 100644
--- a/public/less/_form.less
+++ b/public/less/_form.less
@@ -12,37 +12,39 @@
margin-top: -5px;
}
}
-.repository form {
- margin: auto;
- width: 800px!important;
- .ui.message {
- text-align: center;
- }
- @input-padding: 250px !important;
- .header {
- padding-left: @input-padding+20px;
- }
- .inline.field > label {
- text-align: right;
- width: @input-padding;
- word-wrap: break-word;
- }
- .help {
- margin-left: @input-padding+10px;
- }
- .dropdown {
- .dropdown.icon {
- margin-top: -7px!important;
+.repository.new.fork {
+ form {
+ margin: auto;
+ width: 800px!important;
+ .ui.message {
+ text-align: center;
+ }
+ @input-padding: 250px !important;
+ .header {
+ padding-left: @input-padding+20px;
}
- .text {
- margin-right: 0!important;
- i {
+ .inline.field > label {
+ text-align: right;
+ width: @input-padding;
+ word-wrap: break-word;
+ }
+ .help {
+ margin-left: @input-padding+10px;
+ }
+ .dropdown {
+ .dropdown.icon {
+ margin-top: -7px!important;
+ }
+ .text {
margin-right: 0!important;
+ i {
+ margin-right: 0!important;
+ }
}
}
- }
- input,
- textarea {
- width: 50%!important;
+ input,
+ textarea {
+ width: 50%!important;
+ }
}
} \ No newline at end of file