f
This commit is contained in:
parent
9e574ffc26
commit
a4b3f32b9c
@ -43,22 +43,25 @@ td.hover, tr.hover td{
|
|||||||
background-color:#990000;
|
background-color:#990000;
|
||||||
color:#fff;
|
color:#fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
#button_container{
|
#button_container{
|
||||||
position: fixed;
|
position: absolute;
|
||||||
z-index: 250;
|
z-index: 250;
|
||||||
}
|
}
|
||||||
#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%;
|
||||||
|
position: absolute;
|
||||||
}
|
}
|
||||||
#button_container button#right{
|
#button_container button#right{
|
||||||
|
position: absolute;
|
||||||
right: 8%;
|
right: 8%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#table_container{
|
#table_container{
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
overflow-y: hidden;
|
overflow-y: hidden;
|
||||||
|
Loading…
Reference in New Issue
Block a user