css : chatwindow & player

master
E.zn 4 years ago
parent 6e2b0953e3
commit 7d80c9ea17

@ -850,10 +850,11 @@ filter: invert(1);
.audio_06{
display: inline-block;
width:50%;
width:40%;
margin-top: 50px;
margin-bottom: 50px;
background-color: black;
margin-right:500px;
}
.link_06{
@ -934,11 +935,11 @@ filter: invert(1);
#chatwindow {
position: absolute;
top: 830px;
top: 1250px;
right: 300px;
z-index: 10;
height: 600px;
width: 700px;
height: 500px;
width: 600px;
text-align: center;
/* border: 1px solid #d3d3d3;*/
}

Loading…
Cancel
Save