Skip to content

Commit

Permalink
Melhorias no HTML
Browse files Browse the repository at this point in the history
  • Loading branch information
edersoares committed Jul 1, 2024
1 parent 2d5d784 commit 1f9e2e1
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 39 deletions.
36 changes: 1 addition & 35 deletions ieducar/intranet/suspenso.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,41 +7,7 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="pt-br" xml:lang="pt-br">
<head>
<!--style type="text/css">
* {
margin: 0;
padding: 0
}

body {
align: center;
font-size: 85%;
font-family: verdana, arial, sans-serif;
line-height: 160%
}

div#error {
width: 500px;
position: absolute;
left: 250px;
top: 35px;
/*border: 1px solid #666*/
}

div.content {
padding: 25px
}

h1 {
padding-bottom: 15px
}

ul {
margin-top: 20px;
list-style-position: inside
}
</style-->

<title>Suspenso</title>
<link rel='stylesheet' type='text/css' href='styles/reset.css'>
<link rel='stylesheet' type='text/css' href='styles/portabilis.css'>
<link rel='stylesheet' type='text/css' href='styles/min-portabilis.css'></head>
Expand Down
2 changes: 1 addition & 1 deletion resources/views/docs/api/index.blade.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/swagger-ui/3.19.5/swagger-ui.css" integrity="sha512-+EPE8aR1DXy53X3XoNDfnIqwayrk1ftACKcZu/eCNcoiaugvrtrve6SKl1zMstzXwyVy8BTlt4ltFj0EgpW5vw==" crossorigin="anonymous" referrerpolicy="no-referrer" />
Expand Down
2 changes: 1 addition & 1 deletion resources/views/enrollments/batch/cancel.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
<table class="table-default">
<thead>
<tr>
<th width="25"><label><input class="enrollment-check-master" type="checkbox"></label></th>
<th width="25"><label><input class="enrollment-check-master" type="checkbox" /></label></th>
<th width="100">Matrícula</th>
<th>Nome</th>
<th>Data da enturmação</th>
Expand Down
2 changes: 1 addition & 1 deletion resources/views/enrollments/batch/enroll.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
<table class="table-default">
<thead>
<tr>
<th width="25"><label><input class="registration-check-master" type="checkbox"></label></th>
<th width="25"><label><input class="registration-check-master" type="checkbox" /></label></th>
<th width="100">Matrícula</th>
<th>Nome</th>
<th>Data de saída</th>
Expand Down
3 changes: 2 additions & 1 deletion resources/views/mails/new-user.blade.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<html xmlns="http://www.w3.org/1999/xhtml" lang="pt-br">
<head>
<title>Bem-vindo</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
Expand Down

0 comments on commit 1f9e2e1

Please sign in to comment.