diff options
Diffstat (limited to 'rest_framework/static')
| -rw-r--r-- | rest_framework/static/rest_framework/css/default.css | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/rest_framework/static/rest_framework/css/default.css b/rest_framework/static/rest_framework/css/default.css index cfd41460..b569b1f5 100644 --- a/rest_framework/static/rest_framework/css/default.css +++ b/rest_framework/static/rest_framework/css/default.css @@ -40,8 +40,9 @@ h2, h3 { font-family: Menlo, Consolas, "Andale Mono", "Lucida Console", monospace; } -#options-form { - position: relative; +.button-form { + float: right; + margin-right: 1em; } /* To allow tooltips to work on disabled elements */ @@ -53,10 +54,6 @@ h2, h3 { left: 0; } -#options-form { - margin-right: 1em; -} - .errorlist { margin-top: 0.5em; } |
