mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
template and ui fix
This commit is contained in:
@@ -1059,6 +1059,10 @@ The register and sign-in page style
|
||||
#repo-content {
|
||||
padding: 18px 0;
|
||||
}
|
||||
.repo-wide-wrapper {
|
||||
padding: 18px 0;
|
||||
position: relative;
|
||||
}
|
||||
#repo-clone-url {
|
||||
border-right: none;
|
||||
width: 190px;
|
||||
@@ -1083,6 +1087,9 @@ The register and sign-in page style
|
||||
#repo-desc {
|
||||
font-size: 1.2em;
|
||||
}
|
||||
#repo-desc .no-description {
|
||||
color: #999;
|
||||
}
|
||||
#repo-sidebar-nav .label {
|
||||
font-size: 12px;
|
||||
line-height: 1.4em;
|
||||
@@ -1461,6 +1468,10 @@ The register and sign-in page style
|
||||
#commits-list {
|
||||
padding-top: 20px;
|
||||
}
|
||||
#commits-list h4 {
|
||||
line-height: 30px;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.commit-list th {
|
||||
background-color: #FFF;
|
||||
line-height: 28px !important;
|
||||
@@ -1642,10 +1653,6 @@ The register and sign-in page style
|
||||
#user-ssh-add-form .field {
|
||||
margin-bottom: 24px;
|
||||
}
|
||||
.repo-issue-wrapper {
|
||||
padding: 18px 0;
|
||||
position: relative;
|
||||
}
|
||||
.pr-main {
|
||||
margin-right: 100px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user