mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
Finish new admin users pages
This commit is contained in:
@@ -249,9 +249,22 @@ img.avatar-100 {
|
||||
padding: 8px;
|
||||
vertical-align: top;
|
||||
}
|
||||
th {
|
||||
.table th {
|
||||
text-align: left;
|
||||
}
|
||||
.table-striped > tbody > tr:nth-child(odd) > td,
|
||||
.table-striped > tbody > tr:nth-child(odd) > th {
|
||||
background-color: #f9f9f9;
|
||||
}
|
||||
.pagination {
|
||||
display: inline-block;
|
||||
padding-left: 0;
|
||||
margin: 20px 0;
|
||||
border-radius: 4px;
|
||||
}
|
||||
.pagination li {
|
||||
display: inline;
|
||||
}
|
||||
.markdown {
|
||||
background-color: white;
|
||||
font-size: 16px;
|
||||
@@ -1925,11 +1938,14 @@ textarea#issue-add-content {
|
||||
height: 40px;
|
||||
line-height: 40px;
|
||||
}
|
||||
.admin-panel {
|
||||
padding: 10px 20px;
|
||||
}
|
||||
.admin-desc {
|
||||
padding: 10px 20px;
|
||||
}
|
||||
.admin-table {
|
||||
padding: 15px 20px 5px 20px;
|
||||
padding: 15px 0 5px 0;
|
||||
}
|
||||
.dl-horizontal dt {
|
||||
float: left;
|
||||
|
Reference in New Issue
Block a user