Cleanup admin code

This commit is contained in:
djmaze 2021-04-22 21:56:01 +02:00
parent 75c879836c
commit 3572d00a10
16 changed files with 178 additions and 244 deletions

View file

@ -11,26 +11,23 @@
width: 700px;
.e-item {
.package-img {
font-size: 12px;
margin-right: 2px;
}
.package-img {
font-size: 12px;
margin-right: 2px;
}
.package-name.core {
font-weight: bold;
}
.package-desc {
color: #999;
font-size: 12px;
}
.package-name.core {
font-weight: bold;
}
.package-desc {
color: #999;
font-size: 12px;
}
.package-release, .package-actions {
text-align: center;
}
.package-actions {
vertical-align: middle;
}
.package-release, .package-actions {
text-align: center;
}
.package-actions {
vertical-align: middle;
}
}