footer fix on hosting
This commit is contained in:
		
					parent
					
						
							
								34a95f5a05
							
						
					
				
			
			
				commit
				
					
						f8ce8f975f
					
				
			
		
					 2 changed files with 19 additions and 19 deletions
				
			
		| 
						 | 
				
			
			@ -7,7 +7,7 @@
 | 
			
		|||
}
 | 
			
		||||
 | 
			
		||||
.content-dashboard{
 | 
			
		||||
	min-height: calc(100vh - 120px);
 | 
			
		||||
	min-height: calc(100vh - 70px);
 | 
			
		||||
	width: 80%;
 | 
			
		||||
	margin: 0 auto;
 | 
			
		||||
	max-width: 1120px;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -6,7 +6,7 @@
 | 
			
		|||
		<div class="row">
 | 
			
		||||
			<div class="col-xs-12  container-table">
 | 
			
		||||
				<table class="table borderless table-hover">
 | 
			
		||||
				<h3 class="pull-left"><i class="fa fa-server fa-separate" aria-hidden="true"></i> {% trans "Virtual Machines"%} </h3>
 | 
			
		||||
				<h3 class="pull-left"><i class="fa fa-server fa-separate" aria-hidden="true"></i> {% trans "Virtual Machines"%}</h3>
 | 
			
		||||
                <div class="col-md-12">
 | 
			
		||||
                    <br/>
 | 
			
		||||
                    {% if messages %}
 | 
			
		||||
| 
						 | 
				
			
			@ -60,8 +60,8 @@
 | 
			
		|||
					</tr>
 | 
			
		||||
					{% endfor %}
 | 
			
		||||
				</tbody>
 | 
			
		||||
				</table>
 | 
			
		||||
                {% endif %}
 | 
			
		||||
                </table>
 | 
			
		||||
 | 
			
		||||
			    {% if is_paginated %}
 | 
			
		||||
			        <div class="pagination">
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue