whoops
This commit is contained in:
parent
f4987bffc0
commit
47205883a9
2 changed files with 6 additions and 6 deletions
|
@ -652,7 +652,7 @@ label {
|
||||||
box-shadow: 6px 6px 8px rgba(0, 0, 0, 0.4);
|
box-shadow: 6px 6px 8px rgba(0, 0, 0, 0.4);
|
||||||
}
|
}
|
||||||
.headertop .tab {
|
.headertop .tab {
|
||||||
background: url(<%= asset_data_uri('tab.png') %>) no-repeat 0 0;
|
background: url('tab.png') no-repeat 0 0;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: -11px;
|
top: -11px;
|
||||||
right: -2px;
|
right: -2px;
|
||||||
|
@ -1145,7 +1145,7 @@ h3.realtimeBoxTitle {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 4px;
|
top: 4px;
|
||||||
right: 0;
|
right: 0;
|
||||||
background-image: url(<%= asset_data_uri(''junto24_sprite.png'') %>);
|
background-image: url(<%= asset_data_uri('junto24_sprite.png') %>);
|
||||||
}
|
}
|
||||||
.realtimeMapperList .littleRtOff .littleJuntoIcon {
|
.realtimeMapperList .littleRtOff .littleJuntoIcon {
|
||||||
background-position: 0 0;
|
background-position: 0 0;
|
||||||
|
|
|
@ -176,7 +176,7 @@
|
||||||
border-top-right-radius: 2px;
|
border-top-right-radius: 2px;
|
||||||
border-bottom-right-radius: 2px;
|
border-bottom-right-radius: 2px;
|
||||||
height: 32px;
|
height: 32px;
|
||||||
background: #4fb5c0 url(<%= asset_data_uri(''search.png'') %>) no-repeat center center;
|
background: #4fb5c0 url(<%= asset_data_uri('search.png') %>) no-repeat center center;
|
||||||
background-size: 32px 32px;
|
background-size: 32px 32px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
@ -665,7 +665,7 @@
|
||||||
.upperRightIcon {
|
.upperRightIcon {
|
||||||
width: 32px;
|
width: 32px;
|
||||||
height: 32px;
|
height: 32px;
|
||||||
background-image: url(<%= asset_data_uri(''topright_sprite.png'') %>);
|
background-image: url(<%= asset_data_uri('topright_sprite.png') %>);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
@ -863,7 +863,7 @@
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
.openCheatsheet {
|
.openCheatsheet {
|
||||||
background-image: url(<%= asset_data_uri(''help_sprite.png'') %>);
|
background-image: url(<%= asset_data_uri('help_sprite.png') %>);
|
||||||
background-repeat:no-repeat;
|
background-repeat:no-repeat;
|
||||||
}
|
}
|
||||||
.openCheatsheet:hover {
|
.openCheatsheet:hover {
|
||||||
|
@ -872,7 +872,7 @@
|
||||||
.mapInfoIcon {
|
.mapInfoIcon {
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 56px; /* puts it just offscreen */
|
top: 56px; /* puts it just offscreen */
|
||||||
background-image: url(<%= asset_data_uri(''mapinfo_sprite.png'') %>);
|
background-image: url(<%= asset_data_uri('mapinfo_sprite.png') %>);
|
||||||
background-repeat:no-repeat;
|
background-repeat:no-repeat;
|
||||||
}
|
}
|
||||||
.mapInfoIcon:hover {
|
.mapInfoIcon:hover {
|
||||||
|
|
Loading…
Reference in a new issue