updated the map contributors tooltip to match pseudo css
This commit is contained in:
parent
c4de02a958
commit
0d709cecac
2 changed files with 61 additions and 38 deletions
|
@ -1137,6 +1137,7 @@ h3.realtimeBoxTitle {
|
||||||
left: 0;
|
left: 0;
|
||||||
border-radius: 14px;
|
border-radius: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.littleJuntoIcon {
|
.littleJuntoIcon {
|
||||||
width: 24px;
|
width: 24px;
|
||||||
height:24px;
|
height:24px;
|
||||||
|
@ -1643,20 +1644,23 @@ float: left;
|
||||||
.infoStatIcon .tip {
|
.infoStatIcon .tip {
|
||||||
display: none;
|
display: none;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
background: black;
|
background: #202020;
|
||||||
min-width: 180px;
|
min-width: 180px;
|
||||||
max-width: 250px;
|
max-width: 250px;
|
||||||
|
min-height: 44px;
|
||||||
|
max-height: 188px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: black;
|
color: black;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
font-size: 15px !important;
|
font-size: 15px !important;
|
||||||
line-height: 17px;
|
line-height: 17px;
|
||||||
padding: 3px 10px 2px;
|
padding: 6px 8px 6px 8px;
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mapContributors .tip {
|
.mapContributors .tip {
|
||||||
top: 45px;
|
top: 45px;
|
||||||
left: 6px;
|
left: -10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mapContributors .tip li {
|
.mapContributors .tip li {
|
||||||
|
@ -1664,7 +1668,7 @@ float: left;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
padding: 11px 36px;
|
padding: 12px 40px;
|
||||||
display: block;
|
display: block;
|
||||||
height: 14px;
|
height: 14px;
|
||||||
font-family: 'din-regular', helvetica, sans-serif;
|
font-family: 'din-regular', helvetica, sans-serif;
|
||||||
|
@ -1678,17 +1682,21 @@ float: left;
|
||||||
.mapContributors div:after {
|
.mapContributors div:after {
|
||||||
content: '';
|
content: '';
|
||||||
position: absolute;
|
position: absolute;
|
||||||
margin-top: -115px;
|
margin-top: -124px;
|
||||||
left: inherit;
|
left: 21px;
|
||||||
width: 0;
|
width: 0;
|
||||||
height: 0;
|
height: 0;
|
||||||
border-bottom: 4px solid #000000;
|
border-bottom: 4px solid #202020;
|
||||||
border-left: 5px solid transparent;
|
border-left: 5px solid transparent;
|
||||||
border-right: 5px solid transparent;
|
border-right: 5px solid transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mapContributors .tip img {
|
.mapContributors .tip img {
|
||||||
border: 2px solid #424242
|
border: 2px solid #bdbdbd;
|
||||||
|
position: absolute;
|
||||||
|
top: 4px;
|
||||||
|
left: 4px;
|
||||||
|
border-radius: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mapInfoBox .mapPermission .tip {
|
.mapInfoBox .mapPermission .tip {
|
||||||
|
|
|
@ -22,6 +22,7 @@
|
||||||
position:relative;
|
position:relative;
|
||||||
height:100%;
|
height:100%;
|
||||||
width:100%;
|
width:100%;
|
||||||
|
|
||||||
/* background-color:#031924; */
|
/* background-color:#031924; */
|
||||||
color:#444;
|
color:#444;
|
||||||
}
|
}
|
||||||
|
@ -219,11 +220,11 @@ resize: none;
|
||||||
margin-left: -32px;
|
margin-left: -32px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.contributor div:after {
|
.contributor div:before {
|
||||||
content: '';
|
content: '';
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 128%;
|
top: 128%;
|
||||||
left: 39%;
|
left: 13px;
|
||||||
margin-top: -30px;
|
margin-top: -30px;
|
||||||
width: 0;
|
width: 0;
|
||||||
height: 0;
|
height: 0;
|
||||||
|
@ -768,18 +769,32 @@ font-family: 'din-regular', helvetica, sans-serif;
|
||||||
display:block;
|
display:block;
|
||||||
}
|
}
|
||||||
#edgeUser .tip {
|
#edgeUser .tip {
|
||||||
background: none repeat scroll 0 0 #000000;
|
|
||||||
border-radius: 4px;
|
|
||||||
color: #FFFFFF;
|
|
||||||
display: none;
|
display: none;
|
||||||
font-size: 15px !important;
|
|
||||||
line-height: 17px;
|
|
||||||
padding: 3px 5px 2px;
|
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 0;
|
background: black;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
top: 23px;
|
text-transform: none;
|
||||||
z-index: 100;
|
color: white;
|
||||||
|
border-radius: 2px;
|
||||||
|
font-family: din-regular;
|
||||||
|
line-height: 15px;
|
||||||
|
font-size: 12px;
|
||||||
|
padding: 3px 5px 2px;
|
||||||
|
white-space: nowrap;
|
||||||
|
margin-top: 9px;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
#edgeUser:hover div:before{
|
||||||
|
content: '';
|
||||||
|
position: absolute;
|
||||||
|
margin-top: -7px;
|
||||||
|
margin-left: 2px;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
border-bottom: 4px solid #000000;
|
||||||
|
border-left: 5px solid transparent;
|
||||||
|
border-right: 5px solid transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
#edit_synapse .mapPerm {
|
#edit_synapse .mapPerm {
|
||||||
|
|
Loading…
Reference in a new issue