Commit 4dde96b6 authored by Chris Kankiewicz's avatar Chris Kankiewicz

Removed unnecessary top margin from .modal-footer

parent 0c988956
...@@ -98,7 +98,6 @@ ...@@ -98,7 +98,6 @@
// Footer (for actions) // Footer (for actions)
.modal-footer { .modal-footer {
margin-top: 15px;
padding: (@modal-inner-padding - 1) @modal-inner-padding @modal-inner-padding; padding: (@modal-inner-padding - 1) @modal-inner-padding @modal-inner-padding;
text-align: right; // right align buttons text-align: right; // right align buttons
border-top: 1px solid @modal-footer-border-color; border-top: 1px solid @modal-footer-border-color;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment