improved z-indexes
This commit is contained in:
parent
999dae34ea
commit
b577f4fd19
4 changed files with 6 additions and 6 deletions
|
@ -1494,7 +1494,7 @@ Metamaps.Realtime = {
|
||||||
});
|
});
|
||||||
$('body').click(self.close);
|
$('body').click(self.close);
|
||||||
|
|
||||||
self.socket = io.connect('http://gentle-savannah-1303.herokuapp.com');
|
self.socket = io.connect('http://localhost:5001');
|
||||||
self.startActiveMap();
|
self.startActiveMap();
|
||||||
},
|
},
|
||||||
toggleBox: function (event) {
|
toggleBox: function (event) {
|
||||||
|
|
|
@ -2281,7 +2281,7 @@ float: left;
|
||||||
position:fixed;
|
position:fixed;
|
||||||
top:50%;
|
top:50%;
|
||||||
left:50%;
|
left:50%;
|
||||||
z-index: 4;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.collabCompass:hover p {
|
.collabCompass:hover p {
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
background-color:#F5F5F5;
|
background-color:#F5F5F5;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
z-index:14000;
|
z-index:2;
|
||||||
color: #424242;
|
color: #424242;
|
||||||
border-radius:2px;
|
border-radius:2px;
|
||||||
box-shadow: 0px 3px 3px rgba(0,0,0,0.23), 0 3px 3px rgba(0,0,0,0.16);
|
box-shadow: 0px 3px 3px rgba(0,0,0,0.23), 0 3px 3px rgba(0,0,0,0.16);
|
||||||
|
|
|
@ -267,14 +267,14 @@
|
||||||
left: 156px;
|
left: 156px;
|
||||||
}
|
}
|
||||||
.sidebarSearch .tt-dropdown-menu .minimizeResults, .sidebarSearch .tt-dropdown-menu .maximizeResults {
|
.sidebarSearch .tt-dropdown-menu .minimizeResults, .sidebarSearch .tt-dropdown-menu .maximizeResults {
|
||||||
float: right;
|
|
||||||
width: 32px;
|
width: 32px;
|
||||||
height: 32px;
|
height: 32px;
|
||||||
background-image: url(arrowpermswhite_sprite.png);
|
background-image: url(arrowpermswhite_sprite.png);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
margin-top: 5px;
|
position: absolute;
|
||||||
margin-right: 20px;
|
top: 5px;
|
||||||
|
left: 410px;
|
||||||
}
|
}
|
||||||
.sidebarSearch .tt-dropdown-menu .minimizeResults {
|
.sidebarSearch .tt-dropdown-menu .minimizeResults {
|
||||||
background-position-x: 0;
|
background-position-x: 0;
|
||||||
|
|
Loading…
Reference in a new issue