Files
Gogs/public/less/_admin.less

80 lines
1016 B
Plaintext
Raw Normal View History

2015-08-19 00:34:11 +08:00
.admin {
padding-top: 15px;
2015-08-20 20:18:49 +08:00
padding-bottom: @footer-margin * 2;
2015-08-19 00:34:11 +08:00
.table.segment {
padding: 0;
font-size: 13px;
&:not(.striped) {
padding-top: 5px;
thead {
th:last-child {
padding-right: 5px !important;
}
}
}
2015-08-19 00:34:11 +08:00
th {
padding-top: 5px;
padding-bottom: 5px;
}
&:not(.select) {
th, td {
&:first-of-type {
padding-left: 15px !important;
}
2015-08-19 00:34:11 +08:00
}
}
}
2015-09-11 20:49:28 -04:00
&.user {
.email {
max-width: 200px;
}
}
dl.admin-dl-horizontal {
padding: 20px;
2015-11-18 14:12:10 -05:00
margin: 0;
2016-02-24 23:59:17 -05: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;
}
}
2016-02-24 23:59:17 -05:00
&.config {
#test-mail-btn {
margin-left: 5px;
}
table tbody tr td:first-child {
font-weight: bold;
}
pre {
background-color: #f7f7f7;
padding: 5px;
}
code {
color: #db2828;
}
2017-02-28 23:25:03 -05:00
.log-config {
table tbody tr td {
&:first-child {
width: 100px;
}
}
}
2016-02-24 23:59:17 -05:00
}
2015-10-14 01:05:32 +02:00
}