File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed
static/rest_framework/css Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -231,3 +231,7 @@ body a:hover {
231
231
margin-left : 5px ;
232
232
margin-right : 5px ;
233
233
}
234
+
235
+ .pagination {
236
+ margin : 5px 0 10px 0 ;
237
+ }
Original file line number Diff line number Diff line change @@ -158,19 +158,19 @@ <h4 class="text-center">Are you sure you want to delete this {{ name }}?</h4>
158
158
< div class ="page-header ">
159
159
< h1 > {{ name }}</ h1 >
160
160
</ div >
161
- < div style =" float: left ">
161
+ < div class =" pull- left ">
162
162
{% block description %}
163
163
{{ description }}
164
164
{% endblock %}
165
165
</ div >
166
166
167
167
{% if paginator %}
168
- < nav style =" float: right ">
168
+ < nav class =" pull- right ">
169
169
{% get_pagination_html paginator %}
170
170
</ nav >
171
171
{% endif %}
172
172
173
- < div class ="request-info " style =" clear: both " aria-label ="{% trans "request info " %}">
173
+ < div class ="request-info " aria-label ="{% trans "request info " %}">
174
174
< pre class ="prettyprint "> < b > {{ request.method }}</ b > {{ request.get_full_path }}</ pre >
175
175
</ div >
176
176
Original file line number Diff line number Diff line change 1
- < ul class ="pagination " style =" margin: 5px 0 10px 0 " >
1
+ < ul class ="pagination ">
2
2
{% if previous_url %}
3
3
< li >
4
4
< a href ="{{ previous_url }} " aria-label ="Previous ">
You can’t perform that action at this time.
0 commit comments