Commit 9babe494955e451da705b46aa4147acde1f4905a
1 parent
ff0a98f0
Exists in
master
and in
7 other branches
Ajustes no layout
Showing
1 changed file
with
4 additions
and
3 deletions
Show diff stats
admin/php/estatisticas.php
... | ... | @@ -6,18 +6,19 @@ |
6 | 6 | <title></title> |
7 | 7 | <style> |
8 | 8 | td { |
9 | - text-align: left | |
9 | + text-align: left; | |
10 | + min-width: 200px; | |
10 | 11 | } |
11 | 12 | </style> |
12 | 13 | </head> |
13 | 14 | <body style="overflow: auto;"> |
14 | - <div style="text-align: center; width: 600px"> | |
15 | + <div style="text-align: center; width: 800px"> | |
15 | 16 | <p> |
16 | 17 | <img src="../../imagens/i3geo1.jpg" /> |
17 | 18 | </p> |
18 | 19 | <p style='font-size: 16px'>Estatística do sistema de administração</p> |
19 | 20 | </div> |
20 | - <div style="text-align: left; width: 600px"> | |
21 | + <div style="text-align: left; width: 800px"> | |
21 | 22 | <?php |
22 | 23 | /* |
23 | 24 | Title: Estatísticas do banco de dados de administração | ... | ... |