mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
Finish new repo settings page
This commit is contained in:
@@ -4,4 +4,5 @@
|
||||
@import "gogs/dashboard";
|
||||
@import "gogs/sign";
|
||||
@import "gogs/repository";
|
||||
@import "gogs/settings";
|
||||
@import "gogs/settings";
|
||||
@import "gogs/issue";
|
@@ -8,6 +8,7 @@
|
||||
border-bottom: 1px solid@panelBorderColor;
|
||||
}
|
||||
.panel-body {
|
||||
background-color: white;
|
||||
.panel-desc {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
@@ -230,6 +230,7 @@ label {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
textarea,
|
||||
input,
|
||||
.ipt {
|
||||
padding: .6em;
|
||||
@@ -374,3 +375,7 @@ pre {
|
||||
overflow: auto;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
dt {
|
||||
font-weight: bold;
|
||||
}
|
Reference in New Issue
Block a user