From 2f6e3ac739438a84367a53d35a097ed383eea83f Mon Sep 17 00:00:00 2001 From: Daniel Ryan Date: Mon, 15 Sep 2014 11:51:58 -0400 Subject: [PATCH] right align form-actions --- rest_framework/static/rest_framework/css/bootstrap-tweaks.css | 1 + 1 file changed, 1 insertion(+) diff --git a/rest_framework/static/rest_framework/css/bootstrap-tweaks.css b/rest_framework/static/rest_framework/css/bootstrap-tweaks.css index d1d341090..fba3e140d 100644 --- a/rest_framework/static/rest_framework/css/bootstrap-tweaks.css +++ b/rest_framework/static/rest_framework/css/bootstrap-tweaks.css @@ -10,6 +10,7 @@ a single block in the template. background: transparent; border-top-color: transparent; padding-top: 0; + text-align: right; } .navbar-inverse .navbar-brand a {