2020-05-31 21:22:50 +00:00
|
|
|
.closebutton {
|
|
|
|
color: white;
|
2020-06-02 20:52:28 +00:00
|
|
|
border: none;
|
|
|
|
border-radius: 10px;
|
|
|
|
padding: 5px 15px 5px 15px;
|
2020-05-31 21:22:50 +00:00
|
|
|
background-color: #FF0000;
|
2020-06-02 20:52:28 +00:00
|
|
|
margin-top: 25px;
|
|
|
|
margin-left: 25px;
|
2020-05-31 21:22:50 +00:00
|
|
|
}
|
|
|
|
|
2020-06-02 20:52:28 +00:00
|
|
|
.likefield {
|
2020-05-31 21:22:50 +00:00
|
|
|
margin-top: 15px;
|
|
|
|
margin-left: 15px;
|
|
|
|
margin-right: 15px;
|
|
|
|
height: 30px;
|
|
|
|
background-color: #9e5353;
|
|
|
|
border-radius: 10px;
|
|
|
|
text-align: center;
|
|
|
|
color: white;
|
2020-06-02 20:52:28 +00:00
|
|
|
}
|
2020-05-31 21:22:50 +00:00
|
|
|
|
2020-06-02 20:52:28 +00:00
|
|
|
.videowrapper {
|
|
|
|
margin-left: 20px;
|
|
|
|
display: block;
|
|
|
|
float: left;
|
|
|
|
width: 60%;
|
|
|
|
margin-top: 25px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.videoactions{
|
|
|
|
margin-top: 15px;
|
2020-05-31 21:22:50 +00:00
|
|
|
}
|