This commit is contained in:
James 2020-03-29 09:33:53 +01:00
parent a4b3f32b9c
commit c3d79d1e7b

View File

@ -47,11 +47,13 @@ td.hover, tr.hover td{
#button_container{ #button_container{
position: absolute; position: absolute;
z-index: 250; z-index: 250;
width: 100%
} }
#button_container button{ #button_container button{
font-size: 50px; font-size: 50px;
background-color: rgba(153, 0, 0, 0.75); background-color: rgba(153, 0, 0, 0.75);
color:#fff; color:#fff;
z-index: 250;
} }
#button_container button#left{ #button_container button#left{
left: 8%; left: 8%;