diff --git a/pandora_console/include/class/Map.class.php b/pandora_console/include/class/Map.class.php
index 284cbfaf9f..ddb61d86d1 100644
--- a/pandora_console/include/class/Map.class.php
+++ b/pandora_console/include/class/Map.class.php
@@ -374,141 +374,8 @@ abstract class Map {
$this->writeJSGraph();
?>
-
-
diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css
index d6833dad11..ffb58f5cde 100644
--- a/pandora_console/include/styles/pandora.css
+++ b/pandora_console/include/styles/pandora.css
@@ -3123,3 +3123,139 @@ table#policy_modules td * {
transform: rotate(359deg);
}
}
+
+/*
+ * ---------------------------------------------------------------------
+ * - Styles for the new networkmap -
+ * ---------------------------------------------------------------------
+ */
+ .zoom_controller {
+ width: 30px;
+ height: 210px;
+ background: blue;
+ border-radius: 15px;
+
+ top: 50px;
+ left: 10px;
+ position: absolute;
+}
+
+
+
+.vertical_range {
+ padding: 0;
+ -webkit-transform: rotate(270deg);
+ -moz-transform: rotate(270deg);
+ transform: rotate(270deg);
+ width: 200px;
+ height: 20px;
+ position: relative;
+ background: transparent !important;
+ border: 0px !important;
+}
+
+.vertical_range {
+ left: -92px;
+ top: 93px;
+}
+
+@media screen and (-webkit-min-device-pixel-ratio:0)
+{
+ /* Only for chrome */
+
+ .vertical_range {
+ left: -87px;
+ top: 93px;
+ }
+}
+
+.home_zoom {
+ top: 310px;
+ left: 10px;
+
+ display: table-cell;
+ position: absolute;
+ font-weight: bolder;
+ font-size: 20px;
+ background: blue;
+ color: white;
+ border-radius: 15px;
+ width: 30px;
+ height: 30px;
+ cursor:pointer;
+ text-align: center;
+ vertical-align: middle;
+}
+
+.zoom_in {
+ top: 10px;
+ left: 10px;
+
+ display: table-cell;
+ position: absolute;
+ font-weight: bolder;
+ font-size: 20px;
+ background: blue;
+ color: white;
+ border-radius: 15px;
+ width: 30px;
+ height: 30px;
+ cursor:pointer;
+ text-align: center;
+ vertical-align: middle;
+}
+
+.zoom_out {
+ top: 270px;
+ left: 10px;
+
+ display: table-cell;
+ position: absolute;
+ font-weight: bolder;
+ font-size: 20px;
+ background: blue;
+ color: white;
+ border-radius: 15px;
+ width: 30px;
+ height: 30px;
+ cursor:pointer;
+ text-align: center;
+ vertical-align: middle;
+}
+
+.title_bar {
+ border-bottom: 1px solid black;
+}
+.title_bar .title {
+ font-weight: bolder;
+}
+
+.title_bar .open_click {
+ float: right;
+ display: table-cell;
+ font-weight: bolder;
+ font-size: 20px;
+ background: blue none repeat scroll 0% 0%;
+ color: white;
+ width: 17px;
+ height: 17px;
+ cursor: pointer;
+ text-align: center;
+ vertical-align: middle;
+ margin: 1px;
+}
+
+.title_bar .close_click {
+ float: right;
+ display: table-cell;
+ font-weight: bolder;
+ font-size: 20px;
+ background: blue none repeat scroll 0% 0%;
+ color: white;
+ width: 17px;
+ height: 17px;
+ cursor: pointer;
+ text-align: center;
+ vertical-align: middle;
+ margin: 1px;
+}
\ No newline at end of file