Fix layout issues with ad
This commit is contained in:
parent
0effb33cde
commit
8ed9a731b1
@ -97,6 +97,7 @@
|
||||
|
||||
<!-- $$$ -->
|
||||
<p id="ad-desc" class="desc">Advertisement</p>
|
||||
<div id="ad-container">
|
||||
<script>
|
||||
(function(lpnuh){
|
||||
var d = document,
|
||||
@ -111,6 +112,7 @@
|
||||
</script>
|
||||
|
||||
<div id="ad-placeholder"></div>
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<p class="desc">Have feedback? Send it <a href="mailto:?to=Reimar%20<%6D%61%69%6C%40%72%65%69%6D%2E%61%72>&subject=Popup%20Timer%20Feedback">here</a></p>
|
||||
|
@ -165,9 +165,13 @@ input[type=checkbox] {
|
||||
#ad-desc {
|
||||
margin-top: 80px;
|
||||
}
|
||||
iframe ~ #ad-placeholder {
|
||||
#ad-container {
|
||||
position: relative;
|
||||
bottom: 252px;
|
||||
height: 250px;
|
||||
}
|
||||
#ad-placeholder {
|
||||
position: absolute;
|
||||
inset: 0;
|
||||
width: 300px;
|
||||
height: 250px;
|
||||
margin: auto;
|
||||
@ -179,6 +183,7 @@ footer {
|
||||
bottom: 8px;
|
||||
left: 0;
|
||||
right: 0;
|
||||
z-index: -2;
|
||||
}
|
||||
a {
|
||||
color: #43A047;
|
||||
|
Loading…
Reference in New Issue
Block a user