Commit 41a2324f85001b8f59fd04c8af312e356f82e183

Authored by Edmar Moretti
1 parent 4d4ed2df

Ajustes nos estilos

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