new UI on admin/monitor

This commit is contained in:
Unknwon 2015-08-19 00:34:11 +08:00
parent 6fdc881bd4
commit 81b8427438
9 changed files with 196 additions and 144 deletions

File diff suppressed because one or more lines are too long

18
public/less/_admin.less Normal file
View 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;
}
}
}
}

View file

@ -4,4 +4,5 @@
@import "_home";
@import "_install";
@import "_form";
@import "_repository";
@import "_repository";
@import "_admin";