diff --git a/rest_framework/static/rest_framework/css/bootstrap-tweaks.css b/rest_framework/static/rest_framework/css/bootstrap-tweaks.css index f3d20cca..17085b49 100644 --- a/rest_framework/static/rest_framework/css/bootstrap-tweaks.css +++ b/rest_framework/static/rest_framework/css/bootstrap-tweaks.css @@ -227,3 +227,8 @@ body a:hover { width: 20px; margin-top: 3px; } + +.modal-footer form { + margin-left: 5px; + margin-right: 5px; +} diff --git a/rest_framework/templates/rest_framework/base.html b/rest_framework/templates/rest_framework/base.html index 558d634c..b97e36aa 100644 --- a/rest_framework/templates/rest_framework/base.html +++ b/rest_framework/templates/rest_framework/base.html @@ -1,6 +1,7 @@ {% load staticfiles %} {% load rest_framework %} {% load i18n %} + @@ -101,9 +102,24 @@ {% endif %} {% if delete_form %} -
- -
+ + + + {% endif %} {% if filter_form %}