Commit 7f6d81f304bd1f9899d7bdff3455564b3a6ea9b2

Authored by Edmar Moretti
1 parent e5a79ac1

--no commit message

css/corrigeyui_geral.css
... ... @@ -143,7 +143,16 @@ width:16px;
143 143 .yui-skin-sam .yui-button{
144 144 border-width:1px 0;border-style:solid;border-color:#808080;background:url(../pacotes/yui270/build/assets/skins/sam/sprite.png) repeat-x 0 0;margin:auto .25em;
145 145 }
146   -
  146 +.yui-skin-sam .yui-button button,.yui-skin-sam .yui-button a
  147 +{
  148 + padding:0 10px;
  149 + font-size:11px;
  150 + line-height:2;
  151 + *line-height:1.7;
  152 + min-height:2em;
  153 + *min-height:auto;
  154 + color:#000;
  155 +}
147 156 .ygtvtn
148 157 {
149 158 background:transparent url(../pacotes/yui270/build/assets/skins/sam/treeview-sprite.gif) no-repeat scroll 0 -5600px;
... ... @@ -227,4 +236,6 @@ width:16px;
227 236 width:18px;
228 237 }
229 238 .ygtvhtml{text-align:left;}
230   -.ygtvitem{text-align:left;}
231 239 \ No newline at end of file
  240 +.ygtvitem{text-align:left;}
  241 +
  242 +
... ...
css/i3geo.css
... ... @@ -1101,7 +1101,16 @@ width:16px;
1101 1101 .yui-skin-sam .yui-button{
1102 1102 border-width:1px 0;border-style:solid;border-color:#808080;background:url(../pacotes/yui270/build/assets/skins/sam/sprite.png) repeat-x 0 0;margin:auto .25em;
1103 1103 }
1104   -
  1104 +.yui-skin-sam .yui-button button,.yui-skin-sam .yui-button a
  1105 +{
  1106 + padding:0 10px;
  1107 + font-size:11px;
  1108 + line-height:2;
  1109 + *line-height:1.7;
  1110 + min-height:2em;
  1111 + *min-height:auto;
  1112 + color:#000;
  1113 +}
1105 1114 .ygtvtn
1106 1115 {
1107 1116 background:transparent url(../pacotes/yui270/build/assets/skins/sam/treeview-sprite.gif) no-repeat scroll 0 -5600px;
... ... @@ -1185,4 +1194,7 @@ width:16px;
1185 1194 width:18px;
1186 1195 }
1187 1196 .ygtvhtml{text-align:left;}
1188   -.ygtvitem{text-align:left;}
  1197 +.ygtvitem{text-align:left;}
  1198 +
  1199 +
  1200 +
... ...
css/i3geo.css.php
... ... @@ -1101,7 +1101,16 @@ width:16px;
1101 1101 .yui-skin-sam .yui-button{
1102 1102 border-width:1px 0;border-style:solid;border-color:#808080;background:url(../pacotes/yui270/build/assets/skins/sam/sprite.png) repeat-x 0 0;margin:auto .25em;
1103 1103 }
1104   -
  1104 +.yui-skin-sam .yui-button button,.yui-skin-sam .yui-button a
  1105 +{
  1106 + padding:0 10px;
  1107 + font-size:11px;
  1108 + line-height:2;
  1109 + *line-height:1.7;
  1110 + min-height:2em;
  1111 + *min-height:auto;
  1112 + color:#000;
  1113 +}
1105 1114 .ygtvtn
1106 1115 {
1107 1116 background:transparent url(../pacotes/yui270/build/assets/skins/sam/treeview-sprite.gif) no-repeat scroll 0 -5600px;
... ... @@ -1185,6 +1194,9 @@ width:16px;
1185 1194 width:18px;
1186 1195 }
1187 1196 .ygtvhtml{text-align:left;}
1188   -.ygtvitem{text-align:left;}
  1197 +.ygtvitem{text-align:left;}
  1198 +
  1199 +
  1200 +
1189 1201  
1190 1202 <?php if(extension_loaded('zlib')){ob_end_flush();}?>
1191 1203 \ No newline at end of file
... ...