From 0ae5500f34a81005ba0161dacb280a94f768a885 Mon Sep 17 00:00:00 2001 From: Alec Perkins Date: Sun, 9 Sep 2012 12:42:30 -0400 Subject: Compacting, moving GET button up to OPTIONS --- .../static/djangorestframework/css/style.css | 4 ++ .../templates/djangorestframework/base.html | 50 ++++++++++++---------- 2 files changed, 31 insertions(+), 23 deletions(-) diff --git a/djangorestframework/static/djangorestframework/css/style.css b/djangorestframework/static/djangorestframework/css/style.css index 467f65b0..fbc4a008 100644 --- a/djangorestframework/static/djangorestframework/css/style.css +++ b/djangorestframework/static/djangorestframework/css/style.css @@ -47,4 +47,8 @@ h2, h3 { .response-info .meta { border-bottom: 1px solid #ccc; +} + +#options-form { + margin-right: 1em; } \ No newline at end of file diff --git a/djangorestframework/templates/djangorestframework/base.html b/djangorestframework/templates/djangorestframework/base.html index 558aaaac..a8ac83a8 100644 --- a/djangorestframework/templates/djangorestframework/base.html +++ b/djangorestframework/templates/djangorestframework/base.html @@ -66,6 +66,30 @@