mirror of
https://github.com/LBRYFoundation/pool.git
synced 2025-09-20 18:09:54 +00:00
27 lines
320 B
CSS
27 lines
320 B
CSS
|
|
.objectmenu-box
|
|
{
|
|
position: absolute;
|
|
display: none;
|
|
border: 1px solid #778;
|
|
z-index: 10;
|
|
width: 640px;
|
|
|
|
background: white;
|
|
padding: 10px;
|
|
}
|
|
|
|
.embed-box
|
|
{
|
|
position: absolute;
|
|
display: none;
|
|
border: 1px solid #778;
|
|
z-index: 10;
|
|
right: 0;
|
|
|
|
background: white;
|
|
padding: 10px;
|
|
}
|
|
|
|
|
|
|