Files
Gogs/public/less/_admin.less

86 lines
1.3 KiB
Plaintext
Raw Normal View History

2015-08-19 00:34:11 +08:00
.admin {
2020-02-29 23:34:03 +08:00
padding-top: 15px;
padding-bottom: @footer-margin * 2;
2015-08-19 00:34:11 +08:00
2020-02-29 23:34:03 +08:00
.table.segment {
padding: 0;
font-size: 13px;
2020-02-29 23:34:03 +08:00
&:not(.striped) {
padding-top: 5px;
2020-02-29 23:34:03 +08:00
thead {
th:last-child {
padding-right: 5px !important;
}
}
}
2020-02-29 23:34:03 +08:00
th {
padding-top: 5px;
padding-bottom: 5px;
}
2020-02-29 23:34:03 +08:00
&:not(.select) {
th,
td {
&:first-of-type {
padding-left: 15px !important;
}
}
}
}
code {
color: #db2828;
}
2015-09-11 20:49:28 -04:00
2020-02-29 23:34:03 +08:00
&.user {
.email {
max-width: 200px;
}
}
2020-02-29 23:34:03 +08:00
dl.admin-dl-horizontal {
padding: 10px 15px;
margin: 0;
2015-11-18 14:12:10 -05:00
2020-02-29 23:34:03 +08:00
dd {
margin-left: 240px;
}
dt {
font-weight: bolder;
float: left;
width: 250px;
clear: left;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
}
2016-02-24 23:59:17 -05:00
2020-02-29 23:34:03 +08:00
&.config {
#test-mail-btn {
margin-left: 5px;
}
table tbody tr td:first-child {
font-weight: bold;
}
pre {
background-color: #f7f7f7;
padding: 5px;
}
.log-config {
table tbody tr td {
&:first-child {
width: 100px;
}
&:last-child pre {
width: 600px;
overflow-y: auto;
}
}
}
}
2015-10-14 01:05:32 +02:00
}