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

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

parent 219f2153
No related branches found
No related tags found
1 merge request!28Formulář na vše na stránce řešení
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