Commit 188216e441e5407b4a02f9b2e3a1db69d6516400
1 parent
ebb88aa9
asistio
Showing
1 changed file
with
2 additions
and
2 deletions
app/views/asistencia.blade.php
... | ... | @@ -19,7 +19,7 @@ |
19 | 19 | border:solid 1px #def; |
20 | 20 | } |
21 | 21 | #form_busqueda{ |
22 | - margin-top: 4em; | |
22 | + margin-top: 2em; | |
23 | 23 | } |
24 | 24 | </style> |
25 | 25 | <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script> |
... | ... | @@ -44,7 +44,7 @@ |
44 | 44 | </div> |
45 | 45 | <div class="checkbox"> |
46 | 46 | <label> |
47 | - Asistió: <input type="checkbox" id="busq_asistio" name="busq_asistio" value="si" {{Session::get('checked_asistio')}}/> | |
47 | + <input type="checkbox" id="busq_asistio" name="busq_asistio" value="si" {{Session::get('checked_asistio')}}/> Asistió | |
48 | 48 | </label> |
49 | 49 | </div> |
50 | 50 | <div class="form-group"> | ... | ... |