Remove unused #rl-top

This commit is contained in:
djmaze 2021-04-22 14:30:41 +02:00
parent 8af35f7d39
commit a624d43602
3 changed files with 2 additions and 13 deletions

View file

@ -5,7 +5,7 @@
background-position: center;
}
#rl-center, #rl-top, #rl-left, #rl-right {
#rl-center, #rl-left, #rl-right {
position: absolute;
top: 0;
right: 0;
@ -43,11 +43,6 @@ html.rl-mobile {
}
}
#rl-top {
bottom: auto;
z-index: 2;
}
#rl-left {
width: @rlLeftWidth;
}

View file

@ -5,7 +5,7 @@
background-position: center;
}
#rl-center, #rl-top, #rl-left, #rl-right {
#rl-center, #rl-left, #rl-right {
position: absolute;
top: 0;
right: 0;
@ -27,11 +27,6 @@
min-height: 400px;
}
#rl-top {
bottom: auto;
z-index: 2;
}
#rl-left {
width: @rlLeftWidth;
}

View file

@ -34,7 +34,6 @@
<div id="rl-content" hidden="">
<div id="rl-popups"></div>
<div id="rl-center">
<div id="rl-top"></div>
<div id="rl-left"></div>
<div id="rl-right"></div>
</div>