You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea-fork-majority-judgment/public/ng/less/gogs/admin.less

26 lines
348 B

.admin-panel {
padding: 10px 20px;
}
.admin-desc {
padding: 10px 20px;
}
.admin-table {
padding: 15px 0 5px 0;
}
.dl-horizontal dt {
float: left;
width: 160px;
clear: left;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.admin-dl-horizontal {
padding: 20px;
> dt {
width: 250px;
}
> dd {
margin-left: 240px;
}
}