gitea/public/less/_admin.less

67 lines
849 B
Plaintext
Raw Normal View History

2015-08-19 02:34:11 +10:00
.admin {
padding-top: 15px;
2015-08-20 22:18:49 +10:00
padding-bottom: @footer-margin * 2;
2015-08-19 02:34:11 +10:00
.table.segment {
padding: 0;
font-size: 13px;
&:not(.striped) {
padding-top: 5px;
thead {
th:last-child {
padding-right: 5px !important;
}
}
}
2015-08-19 02:34:11 +10:00
th {
padding-top: 5px;
padding-bottom: 5px;
}
&:not(.select) {
th, td {
&:first-of-type {
padding-left: 15px !important;
}
2015-08-19 02:34:11 +10:00
}
}
}
2015-09-11 05:45:03 +10:00
.ui.header,
.ui.segment {
box-shadow: 0 1px 2px 0 rgba(34,36,38,.15);
}
2015-09-12 10:49:28 +10:00
&.user {
.email {
max-width: 200px;
}
}
dl.admin-dl-horizontal {
padding: 20px;
2015-11-19 06:12:10 +11:00
margin: 0;
2016-02-25 15:59:17 +11:00
dd {
margin-left: 275px;
2015-10-13 10:40:35 +11:00
}
dt {
font-weight: bolder;
float: left;
width: 285px;
2015-10-13 10:40:35 +11:00
clear: left;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
}
2016-02-25 15:59:17 +11:00
&.config {
#test-mail-btn {
margin-left: 5px;
}
}
2015-10-14 10:05:32 +11:00
}