Skip to content
Snippets Groups Projects
Commit 1be981ba authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FIX #11319 TIME 0:15 move button to bottom

parent 4cef330c
No related branches found
No related tags found
No related merge requests found
......@@ -52,8 +52,7 @@
padding-top: 10px;
font-weight: bold;
font-size: 20px;
position: absolute;
max-width: 250px;
max-width: 90%;
right: 0px;
white-space: pre;
overflow: hidden;
......@@ -66,6 +65,7 @@
color: white;
position: absolute;
left: 10px;
bottom: 10px;
}
.home-button {
......@@ -73,6 +73,7 @@
color: white;
position: absolute;
left: 50px;
bottom: 10px;
}
.closePanel {
......@@ -80,6 +81,7 @@
position: absolute;
right: 10px;
font-size: 24px;
bottom: 10px;
}
.admin-list {
......
......@@ -153,8 +153,7 @@
padding-top: 10px;
font-weight: bold;
font-size: 20px;
position: absolute;
max-width: 250px;
max-width: 90%;
right: 0px;
white-space: pre;
overflow: hidden;
......@@ -167,6 +166,7 @@
color: white;
position: absolute;
left: 10px;
bottom: 10px;
}
.admin-button {
......@@ -174,6 +174,7 @@
color: white;
position: absolute;
left: 50px;
bottom: 10px;
}
.closePanel {
......@@ -181,6 +182,7 @@
position: absolute;
right: 10px;
font-size: 24px;
bottom: 10px;
}
.filter {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment