complate list of gitignores and licenses
This commit is contained in:
parent
4cfa2ca40d
commit
46bee50e45
223 changed files with 10197 additions and 3818 deletions
2
public/css/gogs.min.css
vendored
2
public/css/gogs.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -18,6 +18,8 @@
|
|||
}
|
||||
|
||||
.repository {
|
||||
@input-padding: 250px !important;
|
||||
&.new.repo,
|
||||
&.new.migrate,
|
||||
&.new.fork {
|
||||
form {
|
||||
|
@ -26,7 +28,6 @@
|
|||
.ui.message {
|
||||
text-align: center;
|
||||
}
|
||||
@input-padding: 250px !important;
|
||||
.header {
|
||||
padding-left: @input-padding+30px;
|
||||
}
|
||||
|
@ -58,6 +59,15 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
&.new.repo {
|
||||
.selection.dropdown {
|
||||
width: 50%!important;
|
||||
}
|
||||
#auto-init {
|
||||
margin-left: @input-padding+15px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.new.webhook {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue