OpenMediaCenter/src/css/Player.css
lukas 53d393fba7 added lots of css to style site.
removed mainbody class and did switching stuff in app.js
2020-06-02 22:52:28 +02:00

33 lines
544 B
CSS

.closebutton {
color: white;
border: none;
border-radius: 10px;
padding: 5px 15px 5px 15px;
background-color: #FF0000;
margin-top: 25px;
margin-left: 25px;
}
.likefield {
margin-top: 15px;
margin-left: 15px;
margin-right: 15px;
height: 30px;
background-color: #9e5353;
border-radius: 10px;
text-align: center;
color: white;
}
.videowrapper {
margin-left: 20px;
display: block;
float: left;
width: 60%;
margin-top: 25px;
}
.videoactions{
margin-top: 15px;
}