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
Branches
No related tags found
1 merge request!28Formulář na vše na stránce řešení
......@@ -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 to comment