forked from forgejo/forgejo
Finish new admin dashboard
This commit is contained in:
parent
81287ba022
commit
1aec1a2dda
19 changed files with 360 additions and 167 deletions
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;
|
||||
}
|
||||
}
|
|
@ -250,4 +250,22 @@ clear: both;
|
|||
}
|
||||
.text-black {
|
||||
color: #444444;
|
||||
}
|
||||
.table {
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
}
|
||||
.table > thead > tr > th,
|
||||
.table > tbody > tr > th,
|
||||
.table > tfoot > tr > th,
|
||||
.table > thead > tr > td,
|
||||
.table > tbody > tr > td,
|
||||
.table > tfoot > tr > td {
|
||||
border-top: 1px solid #e7eaec;
|
||||
line-height: 1.42857;
|
||||
padding: 8px;
|
||||
vertical-align: top;
|
||||
}
|
||||
th {
|
||||
text-align: left;
|
||||
}
|
|
@ -1,5 +1,5 @@
|
|||
@import "../ui/var";
|
||||
|
||||
#admin-wrapper,
|
||||
#setting-wrapper {
|
||||
padding-bottom: 100px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue