Commit a7c0d871d58dd1f8784ef8482da44050378591c4
1 parent
2b9545c3
Exists in
master
and in
7 other branches
--no commit message
Showing
2 changed files
with
7 additions
and
6 deletions
Show diff stats
admin/html/admin.css
... | ... | @@ -25,7 +25,7 @@ cursor:help; |
25 | 25 | } |
26 | 26 | P { |
27 | 27 | text-align: left; |
28 | - font-size: 12pt; | |
28 | + font-size: 13pt; | |
29 | 29 | font-family: Verdana, Arial, Helvetica, sans-serif; |
30 | 30 | } |
31 | 31 | |
... | ... | @@ -35,20 +35,20 @@ legend { |
35 | 35 | background-color: white; |
36 | 36 | color: navy; |
37 | 37 | text-align: left; |
38 | - font-size: 12px; | |
38 | + font-size: 13pt; | |
39 | 39 | font-family: Verdana, Arial, Helvetica, sans-serif; |
40 | 40 | } |
41 | 41 | |
42 | 42 | .mensagem { |
43 | 43 | color: black; |
44 | 44 | text-align: left; |
45 | - font-size: 12px; | |
45 | + font-size: 12pt; | |
46 | 46 | font-family: Verdana, Arial, Helvetica, sans-serif; |
47 | 47 | } |
48 | 48 | |
49 | 49 | h1 { |
50 | 50 | text-align: left; |
51 | - font-size: 15px; | |
51 | + font-size: 15pt; | |
52 | 52 | font-family: Verdana, Arial, Helvetica, sans-serif; |
53 | 53 | } |
54 | 54 | |
... | ... | @@ -201,6 +201,7 @@ fieldset { |
201 | 201 | position: relative; |
202 | 202 | top: -15px; |
203 | 203 | width: 100%; |
204 | + max-width:650pt; | |
204 | 205 | text-align: left; |
205 | 206 | background-color: white; |
206 | 207 | margin: 0px auto; | ... | ... |
exemplos/index.html
... | ... | @@ -10,7 +10,7 @@ body,td { |
10 | 10 | border: 0px solid #FFFFFF; |
11 | 11 | font-family: Verdana, Arial, Helvetica, sans-serif; |
12 | 12 | position: relative; |
13 | - font-size: 10pt; | |
13 | + font-size: 13pt; | |
14 | 14 | padding-bottom: 10px; |
15 | 15 | } |
16 | 16 | </style> |
... | ... | @@ -23,7 +23,7 @@ body,td { |
23 | 23 | <body class="yui-skin-sam fundoPonto"> |
24 | 24 | <center> |
25 | 25 | <div class="bordaSuperior"> </div> |
26 | - <div class="mascaraPrincipal" id="divGeral" style="width: 700px;"> | |
26 | + <div class="mascaraPrincipal" id="divGeral" > | |
27 | 27 | <img src="../imagens/i3geo1.jpg"><br> |
28 | 28 | <h1>Exemplos de configuração da interface do i3geo</h1> |
29 | 29 | <h2>Mashups</h2> | ... | ... |