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

View file

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

View file

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