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