css : chatwindow & player

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

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

Loading…
Cancel
Save