diff --git a/admin1/head.php b/admin1/head.php
index 26bc2c0..93e5d19 100755
--- a/admin1/head.php
+++ b/admin1/head.php
@@ -16,7 +16,7 @@ echo "
-
+
diff --git a/css/font/MaterialIcons-Regular.eot b/css/font/MaterialIcons-Regular.eot
new file mode 100644
index 0000000..70508eb
Binary files /dev/null and b/css/font/MaterialIcons-Regular.eot differ
diff --git a/css/font/MaterialIcons-Regular.ttf b/css/font/MaterialIcons-Regular.ttf
new file mode 100644
index 0000000..7015564
Binary files /dev/null and b/css/font/MaterialIcons-Regular.ttf differ
diff --git a/css/font/MaterialIcons-Regular.woff b/css/font/MaterialIcons-Regular.woff
new file mode 100644
index 0000000..b648a3e
Binary files /dev/null and b/css/font/MaterialIcons-Regular.woff differ
diff --git a/css/font/MaterialIcons-Regular.woff2 b/css/font/MaterialIcons-Regular.woff2
new file mode 100644
index 0000000..9fa2112
Binary files /dev/null and b/css/font/MaterialIcons-Regular.woff2 differ
diff --git a/css/font/material-icons.css b/css/font/material-icons.css
new file mode 100644
index 0000000..2270c09
--- /dev/null
+++ b/css/font/material-icons.css
@@ -0,0 +1,36 @@
+@font-face {
+ font-family: 'Material Icons';
+ font-style: normal;
+ font-weight: 400;
+ src: url(MaterialIcons-Regular.eot); /* For IE6-8 */
+ src: local('Material Icons'),
+ local('MaterialIcons-Regular'),
+ url(MaterialIcons-Regular.woff2) format('woff2'),
+ url(MaterialIcons-Regular.woff) format('woff'),
+ url(MaterialIcons-Regular.ttf) format('truetype');
+}
+
+.material-icons {
+ font-family: 'Material Icons';
+ font-weight: normal;
+ font-style: normal;
+ font-size: 24px; /* Preferred icon size */
+ display: inline-block;
+ line-height: 1;
+ text-transform: none;
+ letter-spacing: normal;
+ word-wrap: normal;
+ white-space: nowrap;
+ direction: ltr;
+
+ /* Support for all WebKit browsers. */
+ -webkit-font-smoothing: antialiased;
+ /* Support for Safari and Chrome. */
+ text-rendering: optimizeLegibility;
+
+ /* Support for Firefox. */
+ -moz-osx-font-smoothing: grayscale;
+
+ /* Support for IE. */
+ font-feature-settings: 'liga';
+}
diff --git a/css/i3geo7.css.php b/css/i3geo7.css.php
old mode 100644
new mode 100755
index e299447..e299447
--- a/css/i3geo7.css.php
+++ b/css/i3geo7.css.php
diff --git a/js/i3geo.js b/js/i3geo.js
index 958d55e..2ed0d0e 100755
--- a/js/i3geo.js
+++ b/js/i3geo.js
@@ -123,7 +123,7 @@ OpenLayers = {
}
}
}
- document.write("");
+ document.write("");
document.write("");
document.write("");
document.write("");
diff --git a/js/i3geo_tudo_compacto7.js.php b/js/i3geo_tudo_compacto7.js.php
old mode 100644
new mode 100755
index 07bd4e8..07bd4e8
--- a/js/i3geo_tudo_compacto7.js.php
+++ b/js/i3geo_tudo_compacto7.js.php
diff --git a/js/i3geonaocompacto.js b/js/i3geonaocompacto.js
index ef2309a..3ec19a4 100755
--- a/js/i3geonaocompacto.js
+++ b/js/i3geonaocompacto.js
@@ -169,7 +169,7 @@ OpenLayers = {
var currentCssTag = "";
allCssTags += currentCssTag;
}
- allCssTags += "";
+ allCssTags += "";
allCssTags += "";
document.write(allCssTags);
document.write(allScriptTags);
--
libgit2 0.21.2