|
@@ -1612,8 +1612,8 @@ navbar-menu .navbar-default {
|
|
|
|
|
|
#insetPanel .swap-views-button {
|
|
|
position: fixed;
|
|
|
- top: 7px;
|
|
|
- right: 110px;
|
|
|
+ top: 6px;
|
|
|
+ right: 122px;
|
|
|
z-index: 999;
|
|
|
width: 0;
|
|
|
}
|
|
@@ -1640,8 +1640,8 @@ navbar-menu .navbar-default .navbar-custom>li.navbar-menu-item-user {
|
|
|
|
|
|
.glyphicon-resize-full:before {
|
|
|
content: "" !important;
|
|
|
- width: 16px;
|
|
|
- height: 16px;
|
|
|
+ width: 24px;
|
|
|
+ height: 24px;
|
|
|
display: block;
|
|
|
background: url(../img/icon/icon_location_n.png)no-repeat;
|
|
|
background-size: 100% 100%;
|
|
@@ -1649,8 +1649,8 @@ navbar-menu .navbar-default .navbar-custom>li.navbar-menu-item-user {
|
|
|
|
|
|
.glyphicon-resize-full.active:before {
|
|
|
content: "" !important;
|
|
|
- width: 16px;
|
|
|
- height: 16px;
|
|
|
+ width: 24px;
|
|
|
+ height: 24px;
|
|
|
display: block;
|
|
|
background: url(../img/icon/icon_location_s.png)no-repeat;
|
|
|
background-size: 100% 100%;
|
|
@@ -1673,6 +1673,21 @@ point-cloud-viewport .view-switcher__holder {
|
|
|
display: none !important;
|
|
|
}
|
|
|
|
|
|
+.uncollapse-btn .button-padding-left {
|
|
|
+ width: 40px;
|
|
|
+ height: 40px;
|
|
|
+ background: rgba(0, 0, 0, 0.8);
|
|
|
+ border-radius: 50%;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: center;
|
|
|
+}
|
|
|
+
|
|
|
+.uncollapse-btn .button-padding-leftimg[alt="arrow_icon"] {
|
|
|
+ width: 24px;
|
|
|
+ height: 24px;
|
|
|
+}
|
|
|
+
|
|
|
.vertical-viewport-separator .btn-resizer {
|
|
|
display: none !important;
|
|
|
}
|
|
@@ -1746,4 +1761,12 @@ button[title="保存所选"] .material-icons {
|
|
|
width: 20px;
|
|
|
height: 20px;
|
|
|
color: transparent !important;
|
|
|
+}
|
|
|
+
|
|
|
+#view-menu>.panel-body>.checkbox:nth-of-type(3) {
|
|
|
+ display: none!important;
|
|
|
+}
|
|
|
+
|
|
|
+#collapsequality div[ui-slider] {
|
|
|
+ display: none !important;
|
|
|
}
|