mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
new UI on admin/monitor
This commit is contained in:
18
public/less/_admin.less
Normal file
18
public/less/_admin.less
Normal file
@@ -0,0 +1,18 @@
|
||||
.admin {
|
||||
padding-top: 15px;
|
||||
padding-bottom: @footer-margin * 3;
|
||||
|
||||
.table.segment {
|
||||
padding: 0;
|
||||
font-size: 13px;
|
||||
th {
|
||||
padding-top: 5px;
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
th, td {
|
||||
&:first-child {
|
||||
padding-left: 15px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user