mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-07 00:17:03 +03:00
Remove unused #rl-top
This commit is contained in:
parent
8af35f7d39
commit
a624d43602
3 changed files with 2 additions and 13 deletions
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue