Skip to content
Snippets Groups Projects
Commit b32db52a authored by bbaer's avatar bbaer
Browse files

Added some padding to the alert window, removed the rounded edges, removed...

Added some padding to the alert window, removed the rounded edges, removed borders except the one at the bottom.
parent 24b895e4
No related branches found
No related tags found
1 merge request!22Feature 4281
......@@ -12,7 +12,12 @@
z-index: 1000;
.alert {
padding: 30px;
border-radius: 0px;
margin-bottom: 2px;
border-top: none;
border-left: none;
border-right: none;
}
}
......@@ -25,6 +30,10 @@ i.@{spinner_class} {
width: 16px;
}
.alert-buttons {
margin-top: 10px;
}
/*inline elements in horizontal mode are too much left*/
.form-horizontal {
.form-inline {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment