Commit 41a2324f85001b8f59fd04c8af312e356f82e183
1 parent
4d4ed2df
Exists in
master
and in
7 other branches
Ajustes nos estilos
Showing
4 changed files
with
18 additions
and
14 deletions
Show diff stats
admin/html/admin.css
| 1 | +.letras{ | ||
| 2 | + font-size: 0.5em; | ||
| 3 | +} | ||
| 4 | + | ||
| 1 | .paragrafo{ | 5 | .paragrafo{ |
| 2 | font-size: 10pt; | 6 | font-size: 10pt; |
| 3 | } | 7 | } |
| @@ -18,7 +22,7 @@ background: url(../../pacotes/yui290/build/container/img/corner_resize.gif) left | @@ -18,7 +22,7 @@ background: url(../../pacotes/yui290/build/container/img/corner_resize.gif) left | ||
| 18 | cursor: se-resize; | 22 | cursor: se-resize; |
| 19 | } | 23 | } |
| 20 | .yui-skin-sam .yui-button button, .yui-skin-sam .yui-button a, .yui-skin-sam .yui-button a:visited{ | 24 | .yui-skin-sam .yui-button button, .yui-skin-sam .yui-button a, .yui-skin-sam .yui-button a:visited{ |
| 21 | - font-size:10pt; | 25 | + font-size:1.26em; |
| 22 | } | 26 | } |
| 23 | .yui-skin-sam .yui-button { | 27 | .yui-skin-sam .yui-button { |
| 24 | margin: 0.25em; | 28 | margin: 0.25em; |
| @@ -34,12 +38,12 @@ cursor:help; | @@ -34,12 +38,12 @@ cursor:help; | ||
| 34 | } | 38 | } |
| 35 | P { | 39 | P { |
| 36 | text-align: left; | 40 | text-align: left; |
| 37 | - font-size: 12pt; | 41 | + font-size: 1.26em; |
| 38 | font-family: Verdana, Arial, Helvetica, sans-serif; | 42 | font-family: Verdana, Arial, Helvetica, sans-serif; |
| 39 | } | 43 | } |
| 40 | P b{ | 44 | P b{ |
| 41 | text-align: left; | 45 | text-align: left; |
| 42 | - font-size: 10pt; | 46 | + font-size: 1.26em; |
| 43 | font-family: Verdana, Arial, Helvetica, sans-serif; | 47 | font-family: Verdana, Arial, Helvetica, sans-serif; |
| 44 | } | 48 | } |
| 45 | legend { | 49 | legend { |
| @@ -48,20 +52,20 @@ legend { | @@ -48,20 +52,20 @@ legend { | ||
| 48 | background-color: white; | 52 | background-color: white; |
| 49 | color: navy; | 53 | color: navy; |
| 50 | text-align: left; | 54 | text-align: left; |
| 51 | - font-size: 11pt; | 55 | + font-size: 1.26em; |
| 52 | font-family: Verdana, Arial, Helvetica, sans-serif; | 56 | font-family: Verdana, Arial, Helvetica, sans-serif; |
| 53 | } | 57 | } |
| 54 | 58 | ||
| 55 | .mensagem { | 59 | .mensagem { |
| 56 | color: black; | 60 | color: black; |
| 57 | text-align: left; | 61 | text-align: left; |
| 58 | - font-size: 12pt; | 62 | + font-size: 1.26em; |
| 59 | font-family: Verdana, Arial, Helvetica, sans-serif; | 63 | font-family: Verdana, Arial, Helvetica, sans-serif; |
| 60 | } | 64 | } |
| 61 | 65 | ||
| 62 | h1 { | 66 | h1 { |
| 63 | text-align: left; | 67 | text-align: left; |
| 64 | - font-size: 15pt; | 68 | + font-size: 1.5em; |
| 65 | font-family: Verdana, Arial, Helvetica, sans-serif; | 69 | font-family: Verdana, Arial, Helvetica, sans-serif; |
| 66 | } | 70 | } |
| 67 | 71 | ||
| @@ -78,14 +82,14 @@ input { | @@ -78,14 +82,14 @@ input { | ||
| 78 | color: #2F4632; | 82 | color: #2F4632; |
| 79 | margin: 0px; | 83 | margin: 0px; |
| 80 | text-align: left; | 84 | text-align: left; |
| 81 | - font-size: 10px; | 85 | + font-size: 1.26em; |
| 82 | font-family: Verdana, Arial, Helvetica, sans-serif; | 86 | font-family: Verdana, Arial, Helvetica, sans-serif; |
| 83 | } | 87 | } |
| 84 | 88 | ||
| 85 | .lista1 td { | 89 | .lista1 td { |
| 86 | cursor: pointer; | 90 | cursor: pointer; |
| 87 | text-align: left; | 91 | text-align: left; |
| 88 | - font-size: 12pt; | 92 | + font-size: 1.26em; |
| 89 | font-family: Verdana, Arial, Helvetica, sans-serif; | 93 | font-family: Verdana, Arial, Helvetica, sans-serif; |
| 90 | } | 94 | } |
| 91 | 95 | ||
| @@ -191,7 +195,7 @@ input { | @@ -191,7 +195,7 @@ input { | ||
| 191 | .textoAjuda { | 195 | .textoAjuda { |
| 192 | color: black; | 196 | color: black; |
| 193 | text-align: left; | 197 | text-align: left; |
| 194 | - font-size: 12px; | 198 | + font-size: 1.26em; |
| 195 | font-family: Verdana, Arial, Helvetica, sans-serif; | 199 | font-family: Verdana, Arial, Helvetica, sans-serif; |
| 196 | } | 200 | } |
| 197 | 201 |
admin/js/core.js
| @@ -1544,7 +1544,7 @@ function core_listaDeLetras(onde,nomeFuncao){ | @@ -1544,7 +1544,7 @@ function core_listaDeLetras(onde,nomeFuncao){ | ||
| 1544 | if(onde != ""){ | 1544 | if(onde != ""){ |
| 1545 | o = document.getElementById(onde); | 1545 | o = document.getElementById(onde); |
| 1546 | if(o){ | 1546 | if(o){ |
| 1547 | - o.innerHTML = "<fieldset style=padding:2px; ><form id=forminiciais ><p><b>Iniciais: <input name='' onchange='' value='"+letraAtual+"' id=iniciaisLetras type=text style=width:40px;cursor:pointer /> ou </form><div style=position:relative;top:1px; id='_listaDeLetras' >"+ins+"</div></b></p></fieldset>"; | 1547 | + o.innerHTML = "<fieldset style=padding:2px; class=letras ><form id=forminiciais ><p><b>Iniciais: <input name='' onchange='' value='"+letraAtual+"' id=iniciaisLetras type=text style=width:40px;cursor:pointer /> ou </form><div style=position:relative;top:1px; id='_listaDeLetras' >"+ins+"</div></b></p></fieldset>"; |
| 1548 | document.getElementById("forminiciais").onsubmit = function(){ | 1548 | document.getElementById("forminiciais").onsubmit = function(){ |
| 1549 | var v = document.getElementById("iniciaisLetras").value; | 1549 | var v = document.getElementById("iniciaisLetras").value; |
| 1550 | i3GEO.util.insereCookie("I3GEOletraAdmin", v); | 1550 | i3GEO.util.insereCookie("I3GEOletraAdmin", v); |
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: 13pt; | 13 | + font-size: 1em; |
| 14 | padding-bottom: 10px; | 14 | padding-bottom: 10px; |
| 15 | } | 15 | } |
| 16 | </style> | 16 | </style> |
testainstal.php
| @@ -112,7 +112,7 @@ if (get_cfg_var("safe_mode") == 1){ | @@ -112,7 +112,7 @@ if (get_cfg_var("safe_mode") == 1){ | ||
| 112 | } | 112 | } |
| 113 | 113 | ||
| 114 | //executa as opcoes linux definidas no formulario | 114 | //executa as opcoes linux definidas no formulario |
| 115 | -if($_POST["criaPastaMstmp"] == "on"){ | 115 | +if(!empty($_POST["criaPastaMstmp"]) && $_POST["criaPastaMstmp"] == "on"){ |
| 116 | echo "<br>Criando a pasta $dir_tmp \n"; | 116 | echo "<br>Criando a pasta $dir_tmp \n"; |
| 117 | if(!file_exists($dir_tmp)){ | 117 | if(!file_exists($dir_tmp)){ |
| 118 | @mkdir ($dir_tmp,0777); | 118 | @mkdir ($dir_tmp,0777); |
| @@ -127,7 +127,7 @@ if($_POST["criaPastaMstmp"] == "on"){ | @@ -127,7 +127,7 @@ if($_POST["criaPastaMstmp"] == "on"){ | ||
| 127 | echo "...OK\n"; | 127 | echo "...OK\n"; |
| 128 | } | 128 | } |
| 129 | } | 129 | } |
| 130 | -if($_POST["criaLink"] == "on"){ | 130 | +if(!empty($_POST["criaPastaMstmp"]) && $_POST["criaLink"] == "on"){ |
| 131 | $d = __DIR__."/../ms_tmp"; | 131 | $d = __DIR__."/../ms_tmp"; |
| 132 | echo "<br>Criando o link simbólico $d \n"; | 132 | echo "<br>Criando o link simbólico $d \n"; |
| 133 | if(!file_exists($d)){ | 133 | if(!file_exists($d)){ |
| @@ -143,7 +143,7 @@ if($_POST["criaLink"] == "on"){ | @@ -143,7 +143,7 @@ if($_POST["criaLink"] == "on"){ | ||
| 143 | echo "...OK\n"; | 143 | echo "...OK\n"; |
| 144 | } | 144 | } |
| 145 | } | 145 | } |
| 146 | -if($_POST["permPastaI3geo"] == "on"){ | 146 | +if(!empty($_POST["criaPastaMstmp"]) && $_POST["permPastaI3geo"] == "on"){ |
| 147 | echo "<br>Alterando permissões i3geo i3geo/temas i3geo/admin i3geo/admin/admin.db\n"; | 147 | echo "<br>Alterando permissões i3geo i3geo/temas i3geo/admin i3geo/admin/admin.db\n"; |
| 148 | if(file_exists($locaplic)){ | 148 | if(file_exists($locaplic)){ |
| 149 | chmod($locaplic,0777); | 149 | chmod($locaplic,0777); |