bench-forgejo/web_src/less/_admin.less

75 lines
1.3 KiB
Plaintext
Raw Normal View History

2015-08-18 22:04:11 +05:30
.admin {
padding-top: 15px;
2015-08-18 22:04:11 +05:30
.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 06:24:23 +05:30
th,
td {
&:first-of-type {
padding-left: 15px !important;
}
}
}
}
2019-05-13 11:56:32 +05:30
.ui.header,
.ui.segment {
2019-05-14 06:24:23 +05:30
box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
}
2015-09-12 06:19:28 +05:30
&.user {
.email {
max-width: 200px;
}
}
dl.admin-dl-horizontal {
padding: 20px;
margin: 0;
2015-11-19 00:42:10 +05:30
dd {
margin-left: 275px;
}
2019-05-13 11:56:32 +05:30
dt {
font-weight: bolder;
float: left;
width: 285px;
clear: left;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
}
2016-02-25 10:29:17 +05:30
&.config {
#test-mail-btn {
margin-left: 5px;
}
}
2019-05-14 21:32:59 +05:30
code,
pre {
white-space: pre-wrap;
word-wrap: break-word;
}
2015-10-14 04:35:32 +05:30
}