f
This commit is contained in:
parent
9e574ffc26
commit
a4b3f32b9c
@ -43,22 +43,25 @@ td.hover, tr.hover td{
|
||||
background-color:#990000;
|
||||
color:#fff;
|
||||
}
|
||||
|
||||
#button_container{
|
||||
position: fixed;
|
||||
position: absolute;
|
||||
z-index: 250;
|
||||
}
|
||||
#button_container button{
|
||||
font-size: 50px;
|
||||
background-color: rgba(153, 0, 0, 0.75);
|
||||
color:#fff;
|
||||
z-index: 250;
|
||||
}
|
||||
#button_container button#left{
|
||||
left: 8%;
|
||||
position: absolute;
|
||||
}
|
||||
#button_container button#right{
|
||||
position: absolute;
|
||||
right: 8%;
|
||||
}
|
||||
|
||||
#table_container{
|
||||
overflow: auto;
|
||||
overflow-y: hidden;
|
||||
|
Loading…
Reference in New Issue
Block a user