mirror of
https://github.com/go-gitea/gitea
synced 2024-11-04 17:24:26 +00:00
23 lines
316 B
Plaintext
23 lines
316 B
Plaintext
|
.admin-desc {
|
||
|
padding: 10px 20px;
|
||
|
}
|
||
|
.admin-table {
|
||
|
padding: 15px 20px 5px 20px;
|
||
|
}
|
||
|
.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;
|
||
|
}
|
||
|
}
|