Change button style and layout

This commit is contained in:
Reynaldo Reyes
2016-04-13 00:13:11 -04:30
parent 08c9146ea5
commit 1aa1dac74d
14 changed files with 47 additions and 78 deletions

View File

@@ -1,7 +1,13 @@
<div class="row clearfix">
<h4>Reportes de Secciones</h4>
<br>
</br>
<br>
<button class = "btn-warning btn"
type = "button"
style = "margin: 10px"
ng-click = "vm.back()">
Regresar
</button>
<br>
<div>
<table class="table table-bordered table-striped">
<thead>
@@ -48,10 +54,4 @@
</tbody>
</table>
</div>
<button class = "btn-warning btn"
type = "button"
style = "margin: 10px"
ng-click = "vm.back()">
Regresar
</button>
</div>

View File

@@ -1,7 +1,13 @@
<div class="row clearfix">
<h4>Reportes de Estudiantes</h4>
<br>
</br>
<button class = "btn-warning btn"
type = "button"
style = "margin: 10px"
ng-click = "vm.back()">
Regresar
</button>
<br>
<div>
<table class="table table-bordered table-striped">
<thead>
@@ -35,10 +41,4 @@
</tbody>
</table>
</div>
<button class = "btn-warning btn"
type = "button"
style = "margin: 10px"
ng-click = "vm.back()">
Regresar
</button>
</div>