|
@@ -1134,3 +1134,61 @@
|
|
|
width:21px;
|
|
|
height:21px;
|
|
|
background:url(icons/smaller_off.png) no-repeat;
|
|
|
+}
|
|
|
+
|
|
|
+.map_btn_smaller_on {
|
|
|
+ position:absolute;
|
|
|
+ bottom:66px;
|
|
|
+ left:90px;
|
|
|
+ width:21px;
|
|
|
+ height:21px;
|
|
|
+ background:url(icons/smaller_on.png) no-repeat;
|
|
|
+}
|
|
|
+
|
|
|
+.map_btn_showlaebl_off {
|
|
|
+ position:absolute;
|
|
|
+ bottom:61px;
|
|
|
+ left:130px;
|
|
|
+ width:101px;
|
|
|
+ height:31px;
|
|
|
+ background:url(icons/show_label_off.png) no-repeat;
|
|
|
+}
|
|
|
+
|
|
|
+.map_btn_showlaebl_on {
|
|
|
+ position:absolute;
|
|
|
+ bottom:61px;
|
|
|
+ left:130px;
|
|
|
+ width:101px;
|
|
|
+ height:31px;
|
|
|
+ background:url(icons/show_label_on.png) no-repeat;
|
|
|
+}
|
|
|
+
|
|
|
+.map_btn_hidelabel {
|
|
|
+ position:absolute;
|
|
|
+ bottom:61px;
|
|
|
+ left:130px;
|
|
|
+ width:101px;
|
|
|
+ height:31px;
|
|
|
+ background:url(icons/hide_label.png) no-repeat;
|
|
|
+}
|
|
|
+
|
|
|
+.map_btn_left_off {
|
|
|
+ position:absolute;
|
|
|
+ bottom:61px;
|
|
|
+ left:241px;
|
|
|
+ width:80px;
|
|
|
+ height:31px;
|
|
|
+ background:url(icons/map_left_off.png) no-repeat;
|
|
|
+}
|
|
|
+
|
|
|
+.map_btn_left_on {
|
|
|
+ position:absolute;
|
|
|
+ bottom:61px;
|
|
|
+ left:241px;
|
|
|
+ width:80px;
|
|
|
+ height:31px;
|
|
|
+ background:url(icons/map_left_on.png) no-repeat;
|
|
|
+}
|
|
|
+
|
|
|
+.map_btn_right_off {
|
|
|
+ position:absolute;
|