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 @@ ...@@ -52,8 +52,7 @@
padding-top: 10px; padding-top: 10px;
font-weight: bold; font-weight: bold;
font-size: 20px; font-size: 20px;
position: absolute; max-width: 90%;
max-width: 250px;
right: 0px; right: 0px;
white-space: pre; white-space: pre;
overflow: hidden; overflow: hidden;
...@@ -66,6 +65,7 @@ ...@@ -66,6 +65,7 @@
color: white; color: white;
position: absolute; position: absolute;
left: 10px; left: 10px;
bottom: 10px;
} }
.home-button { .home-button {
...@@ -73,6 +73,7 @@ ...@@ -73,6 +73,7 @@
color: white; color: white;
position: absolute; position: absolute;
left: 50px; left: 50px;
bottom: 10px;
} }
.closePanel { .closePanel {
...@@ -80,6 +81,7 @@ ...@@ -80,6 +81,7 @@
position: absolute; position: absolute;
right: 10px; right: 10px;
font-size: 24px; font-size: 24px;
bottom: 10px;
} }
.admin-list { .admin-list {
......
...@@ -153,8 +153,7 @@ ...@@ -153,8 +153,7 @@
padding-top: 10px; padding-top: 10px;
font-weight: bold; font-weight: bold;
font-size: 20px; font-size: 20px;
position: absolute; max-width: 90%;
max-width: 250px;
right: 0px; right: 0px;
white-space: pre; white-space: pre;
overflow: hidden; overflow: hidden;
...@@ -167,6 +166,7 @@ ...@@ -167,6 +166,7 @@
color: white; color: white;
position: absolute; position: absolute;
left: 10px; left: 10px;
bottom: 10px;
} }
.admin-button { .admin-button {
...@@ -174,6 +174,7 @@ ...@@ -174,6 +174,7 @@
color: white; color: white;
position: absolute; position: absolute;
left: 50px; left: 50px;
bottom: 10px;
} }
.closePanel { .closePanel {
...@@ -181,6 +182,7 @@ ...@@ -181,6 +182,7 @@
position: absolute; position: absolute;
right: 10px; right: 10px;
font-size: 24px; font-size: 24px;
bottom: 10px;
} }
.filter { .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