1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-30 15:15:47 +00:00
gitea/public/less/_admin.less

18 lines
241 B
Plaintext
Raw Normal View History

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