gitea/public/less/_admin.less

61 lines
788 B
Plaintext
Raw Normal View History

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