Skip to content
Snippets Groups Projects
Commit 602a5bbc authored by Jiří Setnička's avatar Jiří Setnička
Browse files

CSS: více alertů za sebou slijeme do jednoho

parent ee97dc67
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !28. Comments created here will be created in the context of that merge request.
......@@ -231,3 +231,10 @@ table.data tbody tr.job-failed:hover {
.user-inactive {
color: red;
}
/* Alerts */
/* Multiple alerts displayed in more compact way */
div.alert + div.alert {
margin-top: -22px;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment