improved z-indexes

This commit is contained in:
Connor Turland 2014-10-01 17:15:35 -04:00
parent 999dae34ea
commit b577f4fd19
4 changed files with 6 additions and 6 deletions

View file

@ -1494,7 +1494,7 @@ Metamaps.Realtime = {
});
$('body').click(self.close);
self.socket = io.connect('http://gentle-savannah-1303.herokuapp.com');
self.socket = io.connect('http://localhost:5001');
self.startActiveMap();
},
toggleBox: function (event) {

View file

@ -2281,7 +2281,7 @@ float: left;
position:fixed;
top:50%;
left:50%;
z-index: 4;
z-index: 1;
}
.collabCompass:hover p {

View file

@ -15,7 +15,7 @@
background-color:#F5F5F5;
text-align: left;
overflow: visible;
z-index:14000;
z-index:2;
color: #424242;
border-radius:2px;
box-shadow: 0px 3px 3px rgba(0,0,0,0.23), 0 3px 3px rgba(0,0,0,0.16);

View file

@ -267,14 +267,14 @@
left: 156px;
}
.sidebarSearch .tt-dropdown-menu .minimizeResults, .sidebarSearch .tt-dropdown-menu .maximizeResults {
float: right;
width: 32px;
height: 32px;
background-image: url(arrowpermswhite_sprite.png);
background-repeat: no-repeat;
cursor: pointer;
margin-top: 5px;
margin-right: 20px;
position: absolute;
top: 5px;
left: 410px;
}
.sidebarSearch .tt-dropdown-menu .minimizeResults {
background-position-x: 0;