liuyg
2021-07-02 25ce610f6ecca7325e7a743dc032c4a76559c63d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
@import url("panels/FoldablePanel/style.css");
@import url("panels/DockablePanel/style.css");
/********** styles for simple panel***********/
 
.jimu-widget-header-controller .header-section{
    background-color: #FFFFFF;
}
 
.jimu-simple-panel {
}
 
.jimu-panel {
    border-radius: 0 !important;
    box-shadow: none !important;
}
.jimu-title {
    max-width: 300px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
 
@media screen and (max-width:700px) {
    .jimu-panel {
        border: 1px solid;
    }
 
    .jimu-leading-margin5 {
        margin-left: 1em;
    }
 
    .jimu-title, .popup-links .title, .popup-links a {
        max-width: 225px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
}
 
@media screen and (max-width:360px) {
    .jimu-title, .popup-links .title, .popup-links a {
        max-width: 150px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
}
 
.jimu-main-bgcolor {
    background-color: White !important;
}
 
.jimu-widget-header-controller .icon-node.jimu-state-selected {
    background-color: transparent !important;
    border-top: none !important;
}
 
.jimu-widget-header-controller {
    box-shadow: none !important;
}
 
.jimu-widget-header-controller .icon-node {
    border: none !important;
}
 
/* New Overridden CSS Start */
.jimu-widget-placeholder {
    border-radius: 5px;
    opacity: 1;
    border: none;
}
.jimu-widget-placeholder {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.2);
}
 
.jimu-widget-placeholder .inner {
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 15px;
    opacity: 1;
    background-color: rgba(0, 0, 0, 1);
}
 
.jimu-widget-header-controller .container-section {
    float: right !important;
}
 
.jimu-widget-homebutton .HomeButton .home {
    background-image: url("./images/home.png");
}
 
.jimu-widget-mylocation .place-holder {
    background-image: url("./images/locate.png");
}
 
.HomeButton .loading  {
    background-image: url("./images/home-spinner.gif") !important;
}
 
/* New Overridden CSS End */
 
/**********Start Gridded Reference Graphic*************/
.jimu-widget-GRGDrafter .jimu-tab >.control >.tab.jimu-state-selected {
    border-top: 0;
}
.jimu-widget-GRGDrafter .jimu-tab>.control>.tab.jimu-state-selected+.tab{
    border-left: 0;
}
/**********End Gridded Reference Graphic*************/