gitea/web_src/less/_admin.less

75 lines
1.3 KiB
Plaintext
Raw Normal View History

2015-08-18 18:34:11 +02:00
.admin {
padding-top: 15px;
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;
}
}
}
th {
padding-top: 5px;
padding-bottom: 5px;
}
&:not(.select) {
2019-05-14 02:54:23 +02:00
th,
td {
&:first-of-type {
padding-left: 15px !important;
}
}
}
}
2019-05-13 08:26:32 +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;
margin: 0;
2015-11-18 20:12:10 +01:00
dd {
margin-left: 275px;
}
2019-05-13 08:26:32 +02:00
dt {
font-weight: bolder;
float: left;
width: 285px;
clear: left;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
}
2016-02-25 05:59:17 +01:00
&.config {
#test-mail-btn {
margin-left: 5px;
}
}
2019-05-14 18:02:59 +02:00
code,
pre {
white-space: pre-wrap;
word-wrap: break-word;
}
2015-10-14 01:05:32 +02:00
}