1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-07-16 15:04:19 -04:00
gitea/public/less/_admin.less

18 lines
241 B
Plaintext
Raw Normal View History

2015-08-18 12:34:11 -04:00
.admin {
padding-top: 15px;
2015-08-20 08:18:49 -04:00
padding-bottom: @footer-margin * 2;
2015-08-18 12:34:11 -04:00
.table.segment {
padding: 0;
font-size: 13px;
th {
padding-top: 5px;
padding-bottom: 5px;
}
th, td {
&:first-child {
padding-left: 15px;
}
}
}
}