summaryrefslogtreecommitdiffstats
path: root/public/less/_form.less
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-08-15 16:03:20 +0800
committerUnknwon <u@gogs.io>2015-08-15 16:03:20 +0800
commite633425f276a0b95702e2a12b3d5f0d217e76f6d (patch)
treed2c4133eebdb6c1d8c436287d123e9dc9c0af6ec /public/less/_form.less
parentb35d7eee31e8a33e314d54514854efaeee9d46b1 (diff)
downloadgitea-e633425f276a0b95702e2a12b3d5f0d217e76f6d.tar.gz
gitea-e633425f276a0b95702e2a12b3d5f0d217e76f6d.zip
#1180 and #1250: migration
Diffstat (limited to 'public/less/_form.less')
-rw-r--r--public/less/_form.less64
1 files changed, 35 insertions, 29 deletions
diff --git a/public/less/_form.less b/public/less/_form.less
index 8d02ae5afe..26928fd190 100644
--- a/public/less/_form.less
+++ b/public/less/_form.less
@@ -12,39 +12,45 @@
margin-top: -5px;
}
}
-.repository.new.fork {
- form {
- margin: auto;
- width: 800px!important;
- .ui.message {
- text-align: center;
- }
- @input-padding: 250px !important;
- .header {
- padding-left: @input-padding+30px;
- }
- .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.migrate,
+ &.new.fork {
+ form {
+ margin: auto;
+ width: 800px!important;
+ .ui.message {
+ text-align: center;
+ }
+ @input-padding: 250px !important;
+ .header {
+ padding-left: @input-padding+30px;
+ }
+ .inline.field > label {
+ text-align: right;
+ width: @input-padding;
+ word-wrap: break-word;
}
- .text {
- margin-right: 0!important;
- i {
+ .help {
+ margin-left: @input-padding+15px;
+ }
+ .dropdown {
+ .dropdown.icon {
+ margin-top: -7px!important;
+ }
+ .text {
margin-right: 0!important;
+ i {
+ margin-right: 0!important;
+ }
}
}
- }
- input,
- textarea {
- width: 50%!important;
+ .optional .title {
+ margin-left: @input-padding;
+ }
+ input,
+ textarea {
+ width: 50%!important;
+ }
}
}
} \ No newline at end of file