|
@@ -1523,12 +1523,13 @@ translation-editor[selected-language="selectedLanguage"] .form-group:first-of-ty
|
|
|
/* GPS设置 */
|
|
|
|
|
|
sidebar-menu-item li h4[title="GPS设置"]+sidebar-menu-items-collection.active {
|
|
|
- position: fixed;
|
|
|
- width: calc(100% - 62px);
|
|
|
- height: calc(100% - 62px);
|
|
|
+ /* position: fixed; */
|
|
|
+ /* width: calc(100% - 62px); */
|
|
|
+ /* width: 440px;
|
|
|
+ height: calc(100% - 124px);
|
|
|
right: 0;
|
|
|
left: 60px !important;
|
|
|
- top: 62px !important;
|
|
|
+ top: 124px !important; */
|
|
|
}
|
|
|
|
|
|
sidebar-menu-item li h4[title="GPS设置"]+sidebar-menu-items-collection.active .panel-autoscroll {
|
|
@@ -1651,7 +1652,7 @@ navbar-menu .navbar-default .navbar-custom>li.navbar-menu-item-user {
|
|
|
/* display: none; */
|
|
|
}
|
|
|
|
|
|
-.glyphicon-resize-full:before {
|
|
|
+.swap-views-button .glyphicon-resize-full:before {
|
|
|
content: "" !important;
|
|
|
width: 24px;
|
|
|
height: 24px;
|
|
@@ -1660,7 +1661,7 @@ navbar-menu .navbar-default .navbar-custom>li.navbar-menu-item-user {
|
|
|
background-size: 100% 100%;
|
|
|
}
|
|
|
|
|
|
-.glyphicon-resize-full.active:before {
|
|
|
+.swap-views-button .glyphicon-resize-full.active:before {
|
|
|
content: "" !important;
|
|
|
width: 24px;
|
|
|
height: 24px;
|
|
@@ -1800,4 +1801,58 @@ button[title="保存所选"] .material-icons {
|
|
|
-webkit-border-radius: 1em;
|
|
|
-moz-border-radius: 1em;
|
|
|
border-radius: 1em;
|
|
|
+}
|
|
|
+
|
|
|
+.route-box .route-last-position .padding-horizontal {
|
|
|
+ color: #fff !important;
|
|
|
+}
|
|
|
+
|
|
|
+.route-box .route-last-position:hover {
|
|
|
+ background: transparent !important;
|
|
|
+}
|
|
|
+
|
|
|
+.route-box .form {
|
|
|
+ margin-left: -40px !important;
|
|
|
+}
|
|
|
+
|
|
|
+.route-box .btn-reverse-route {
|
|
|
+ right: 14px !important;
|
|
|
+}
|
|
|
+
|
|
|
+poi-translation-editor[selected-language="vm.selectedLanguage"] {
|
|
|
+ display: none !important;
|
|
|
+}
|
|
|
+
|
|
|
+optgroup {
|
|
|
+ background: rgba(0, 0, 0, .8) !important;
|
|
|
+ color: #fff !important;
|
|
|
+}
|
|
|
+
|
|
|
+button[title="切换到2D视图"]:hover {
|
|
|
+ background: rgba(0, 0, 0, .8) !important;
|
|
|
+ color: #15BEC8 !important;
|
|
|
+ border-color: rgba(0, 0, 0, .8) !important;
|
|
|
+}
|
|
|
+
|
|
|
+button[title="切换到3D视图"] {
|
|
|
+ color: #fff;
|
|
|
+}
|
|
|
+
|
|
|
+button[title="切换到3D视图"]:hover {
|
|
|
+ background: rgba(0, 0, 0, .8) !important;
|
|
|
+ color: #15BEC8 !important;
|
|
|
+ border-color: rgba(0, 0, 0, .8) !important;
|
|
|
+}
|
|
|
+
|
|
|
+#progress-wrapper {
|
|
|
+ display: none !important;
|
|
|
+}
|
|
|
+
|
|
|
+#cke_1_contents iframe {
|
|
|
+ display: none !important;
|
|
|
+}
|
|
|
+
|
|
|
+#editor_coord_froms {
|
|
|
+ text-align: left !important;
|
|
|
+ margin-left: 60px !important;
|
|
|
}
|