mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-19 16:30:15 +00:00
Finish new admin users pages
This commit is contained in:
parent
6558990e3a
commit
8829174574
25 changed files with 554 additions and 679 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue