mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 02:08:36 +00:00
Finish new admin dashboard
This commit is contained in:
23
public/ng/less/gogs/admin.less
Normal file
23
public/ng/less/gogs/admin.less
Normal file
@@ -0,0 +1,23 @@
|
||||
.admin-desc {
|
||||
padding: 10px 20px;
|
||||
}
|
||||
.admin-table {
|
||||
padding: 15px 20px 5px 20px;
|
||||
}
|
||||
.dl-horizontal dt {
|
||||
float: left;
|
||||
width: 160px;
|
||||
clear: left;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.admin-dl-horizontal {
|
||||
padding: 20px;
|
||||
> dt {
|
||||
width: 250px;
|
||||
}
|
||||
> dd {
|
||||
margin-left: 240px;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user