mirror of
https://github.com/go-gitea/gitea
synced 2024-11-02 20:29:12 +01:00
26 lines
No EOL
348 B
Text
26 lines
No EOL
348 B
Text
.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;
|
|
}
|
|
} |