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 {
231231 margin-left : 5px ;
232232 margin-right : 5px ;
233233}
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>
158158 < div class ="page-header ">
159159 < h1 > {{ name }}</ h1 >
160160 </ div >
161- < div style =" float: left ">
161+ < div class =" pull- left ">
162162 {% block description %}
163163 {{ description }}
164164 {% endblock %}
165165 </ div >
166166
167167 {% if paginator %}
168- < nav style =" float: right ">
168+ < nav class =" pull- right ">
169169 {% get_pagination_html paginator %}
170170 </ nav >
171171 {% endif %}
172172
173- < div class ="request-info " style =" clear: both " aria-label ="{% trans "request info " %}">
173+ < div class ="request-info " aria-label ="{% trans "request info " %}">
174174 < pre class ="prettyprint "> < b > {{ request.method }}</ b > {{ request.get_full_path }}</ pre >
175175 </ div >
176176
Original file line number Diff line number Diff line change 1- < ul class ="pagination " style =" margin: 5px 0 10px 0 " >
1+ < ul class ="pagination ">
22 {% if previous_url %}
33 < li >
44 < a href ="{{ previous_url }} " aria-label ="Previous ">
You can’t perform that action at this time.
0 commit comments