diff options
| author | Tom Christie | 2012-09-25 13:35:41 +0100 | 
|---|---|---|
| committer | Tom Christie | 2012-09-25 13:35:41 +0100 | 
| commit | 758bcf5b1ead34ee66f443cf4d77badd93247a88 (patch) | |
| tree | 716b88b4e96134e21508f6f71762f909b0a6d191 /rest_framework/static | |
| parent | b7b7ca5af98cae434b1022b294634f8b09ce298c (diff) | |
| download | django-rest-framework-758bcf5b1ead34ee66f443cf4d77badd93247a88.tar.bz2 | |
Tweak browseable API
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;  }  | 
